Pull request #6 closed 06:47:01 Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 470eb5c06124f1e08f6c50ea44220680dd7d4193 [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task ‘gemini-blueprint-agent-pod-79csp-tz0rf’ is offline Agent gemini-blueprint-agent-pod-79csp-hhs8q is provisioned from template gemini-blueprint-agent-pod-79csp --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.gemini.svc.cluster.local/gemini/job/gemini-blueprint-all/job/main/2/" runUrl: "job/gemini-blueprint-all/job/main/2/" labels: jenkins: "slave" jenkins/label-digest: "98a9d5c217099897001e107947c2f6006603fca5" jenkins/label: "gemini-blueprint-agent-pod" name: "gemini-blueprint-agent-pod-79csp-hhs8q" namespace: "gemini" spec: containers: - command: - "cat" env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" image: "maven:3.9.4-eclipse-temurin-8" name: "maven" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.gemini.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "gemini-blueprint-agent-pod-79csp-hhs8q" - name: "JENKINS_NAME" value: "gemini-blueprint-agent-pod-79csp-hhs8q" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.gemini.svc.cluster.local/gemini/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" Running on gemini-blueprint-agent-pod-79csp-hhs8q in /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-gemini/gemini.blueprint.git > git init /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build # timeout=10 Fetching upstream changes from https://github.com/eclipse-gemini/gemini.blueprint.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-gemini/gemini.blueprint.git +refs/heads/add-jenkins-build:refs/remotes/origin/add-jenkins-build # timeout=10 > git config remote.origin.url https://github.com/eclipse-gemini/gemini.blueprint.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/add-jenkins-build:refs/remotes/origin/add-jenkins-build # timeout=10 Avoid second fetch Checking out Revision 470eb5c06124f1e08f6c50ea44220680dd7d4193 (add-jenkins-build) Commit message: "Include Equinox integration build" First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f 470eb5c06124f1e08f6c50ea44220680dd7d4193 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn verify [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-mock:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-io:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-core:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-extender:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-extensions:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-test:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint:pom:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 632, column 32 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Gemini Blueprint [pom] [INFO] Gemini Blueprint Mocks [jar] [INFO] Gemini Blueprint IO [jar] [INFO] Gemini Blueprint Core [jar] [INFO] Gemini Blueprint Extender [jar] [INFO] Gemini Blueprint Extensions [jar] [INFO] Gemini Blueprint Testing Framework [jar] [INFO] [INFO] -----------< org.eclipse.gemini.blueprint:gemini-blueprint >------------ [INFO] Building Gemini Blueprint 3.0.0.M01-SNAPSHOT [1/7] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.2/git-commit-id-plugin-2.2.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.2/git-commit-id-plugin-2.2.2.pom (13 kB at 22 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 108 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.2/git-commit-id-plugin-2.2.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.2/git-commit-id-plugin-2.2.2.jar (83 kB at 3.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom (6.7 kB at 834 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 1.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 465 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/11/apache-11.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar (30 kB at 3.0 MB/s) [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint --- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 423 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 362 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 4.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/13/apache-13.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 592 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 393 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 2.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 845 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 246 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 537 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 536 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 179 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 46 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 3.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 146 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 87 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 769 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 280 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 138 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 52 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 360 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 2.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 116 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 606 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 339 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 555 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 504 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 1.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 1.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 1.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 362 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 433 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 172 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 511 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 423 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 1.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 735 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 1.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 295 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 372 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 468 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 682 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 290 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 4.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 40 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 291 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 418 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 716 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.4/jackson-databind-2.6.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.4/jackson-databind-2.6.4.pom (6.1 kB at 758 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom (7.8 kB at 162 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 kB at 2.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom (1.2 kB at 152 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom (7.8 kB at 974 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/oss-parent/23/oss-parent-23.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/oss-parent/23/oss-parent-23.pom (19 kB at 2.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.4/jackson-core-2.6.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.4/jackson-core-2.6.4.pom (4.9 kB at 487 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/joda-time/joda-time/2.9.1/joda-time-2.9.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/joda-time/joda-time/2.9.1/joda-time-2.9.1.pom (29 kB at 3.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 970 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/intellij/annotations/12.0/annotations-12.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/intellij/annotations/12.0/annotations-12.0.pom (1.6 kB at 224 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.3.1.201605051710-r/org.eclipse.jgit-4.3.1.201605051710-r.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.3.1.201605051710-r/org.eclipse.jgit-4.3.1.201605051710-r.pom (9.3 kB at 1.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.3.1.201605051710-r/org.eclipse.jgit-parent-4.3.1.201605051710-r.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.3.1.201605051710-r/org.eclipse.jgit-parent-4.3.1.201605051710-r.pom (26 kB at 3.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.pom (3.2 kB at 294 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 186 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom (4.3 kB at 621 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 240 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom (5.2 kB at 651 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom (16 kB at 2.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 3.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom (4.6 kB at 657 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom (13 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 kB at 2.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 5.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 5.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/9/apache-9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 2.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 384 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 1.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 5.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 30 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 16 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 120 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 15 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 765 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 107 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 64 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 89 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 111 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 411 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 332 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 37 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 122 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 255 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 234 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 233 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 966 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 107 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 7.3 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.4/jackson-databind-2.6.4.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 86 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 23 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.4/jackson-core-2.6.4.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 49 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/joda-time/joda-time/2.9.1/joda-time-2.9.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 405 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar (47 kB at 80 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/intellij/annotations/12.0/annotations-12.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/intellij/annotations/12.0/annotations-12.0.jar (20 kB at 30 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.3.1.201605051710-r/org.eclipse.jgit-4.3.1.201605051710-r.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.4/jackson-core-2.6.4.jar (259 kB at 381 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.jar (280 kB at 361 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/joda-time/joda-time/2.9.1/joda-time-2.9.1.jar (626 kB at 803 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar (125 kB at 143 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.4/jackson-databind-2.6.4.jar (1.2 MB at 1.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar (592 kB at 606 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (62 kB at 64 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar (283 kB at 289 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 24 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 217 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 1.9 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.3.1.201605051710-r/org.eclipse.jgit-4.3.1.201605051710-r.jar (2.4 MB at 2.0 MB/s) [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint --- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 523 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 3.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 3.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 749 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 383 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 270 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 187 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 452 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 412 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 658 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 82 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 956 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 200 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 521 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 342 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 450 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 380 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 328 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 756 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 1.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 3.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/10/apache-10.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 2.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 315 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 1.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 2.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 686 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 318 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 508 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 334 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 382 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 292 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 31 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 61 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 652 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 330 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 370 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 341 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 98 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 437 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 324 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 421 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 291 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 336 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 1.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 251 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 665 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 312 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 813 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 289 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 450 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 2.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 204 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 189 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 503 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 3.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 419 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 347 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 628 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 3.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 5.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 992 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 6.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 8.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 3.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 5.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 2.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 560 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 851 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 299 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 280 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 133 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 76 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 172 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 376 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 455 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 160 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 120 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 695 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 655 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 2.1 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.5 MB/s) [INFO] [INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-mock >--------- [INFO] Building Gemini Blueprint Mocks 3.0.0.M01-SNAPSHOT [2/7] [INFO] from mock/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-maven-plugin/3.3.0/bnd-maven-plugin-3.3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-maven-plugin/3.3.0/bnd-maven-plugin-3.3.0.pom (2.5 kB at 350 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-plugin-parent/3.3.0/bnd-plugin-parent-3.3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-plugin-parent/3.3.0/bnd-plugin-parent-3.3.0.pom (8.8 kB at 1.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-maven-plugin/3.3.0/bnd-maven-plugin-3.3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/bnd-maven-plugin/3.3.0/bnd-maven-plugin-3.3.0.jar (15 kB at 2.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom (7.1 kB at 1.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 6.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/18/apache-18.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 3.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar (32 kB at 4.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.6.1/maven-compiler-plugin-3.6.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.6.1/maven-compiler-plugin-3.6.1.pom (11 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.6.1/maven-compiler-plugin-3.6.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.6.1/maven-compiler-plugin-3.6.1.jar (59 kB at 7.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (5.6 kB at 927 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 2.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 5.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/16/apache-16.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 2.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 kB at 5.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom (6.2 kB at 1.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar (27 kB at 3.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.pom (1.4 kB at 236 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.pom (2.9 kB at 489 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/bundles-pom/11/bundles-pom-11.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/bundles-pom/11/bundles-pom-11.pom (15 kB at 2.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom (9.5 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/7/apache-7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 2.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 128 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 329 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/easymock/easymock/3.2/easymock-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/easymock/easymock/3.2/easymock-3.2.pom (4.8 kB at 603 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/easymock/easymock-parent/3.2/easymock-parent-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/easymock/easymock-parent/3.2/easymock-parent-3.2.pom (16 kB at 2.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/objenesis/objenesis/1.3/objenesis-1.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/objenesis/objenesis/1.3/objenesis-1.3.pom (2.5 kB at 424 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/1.3/objenesis-parent-1.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/1.3/objenesis-parent-1.3.pom (14 kB at 2.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom (1.0 kB at 173 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.pom (8.3 kB at 1.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/assertj/assertj-parent-pom/2.1.4/assertj-parent-pom-2.1.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/assertj/assertj-parent-pom/2.1.4/assertj-parent-pom-2.1.4.pom (15 kB at 2.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 265 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 358 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 448 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom (12 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom (15 kB at 2.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom (5.0 kB at 716 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar (430 kB at 20 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/easymock/easymock/3.2/easymock-3.2.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/objenesis/objenesis/1.3/objenesis-1.3.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 5.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/objenesis/objenesis/1.3/objenesis-1.3.jar (41 kB at 4.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/easymock/easymock/3.2/easymock-3.2.jar (120 kB at 13 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 1.7 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar (369 kB at 4.6 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar (265 kB at 2.9 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar (419 kB at 4.4 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar (1.1 MB at 11 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar (1.6 MB at 7.4 MB/s) [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-mock --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-mock --- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 381 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 3.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 4.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 2.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 778 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 667 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 419 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 321 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 895 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 521 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 434 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 250 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 2.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 125 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 628 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 3.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 666 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 667 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 364 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 314 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 444 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 152 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 892 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 322 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 64 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 412 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 335 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 1.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 344 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 616 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 290 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 688 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 3.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 917 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 931 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 1.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 5.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/15/apache-15.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 3.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 2.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 6.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 161 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 256 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 534 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 1.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 2.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 7.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 437 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 7.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 6.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 3.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 9.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 2.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 6.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 6.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 371 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 161 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 609 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 873 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 518 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 47 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 535 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 329 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.6 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 2.5 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 86 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.0 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 751 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-mock --- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 830 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 790 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 292 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 4.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 5.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/5/apache-5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 819 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 436 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 540 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 148 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 1.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 245 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 380 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 597 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 434 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 434 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 316 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 374 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 342 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 555 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 517 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 176 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 386 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 413 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 210 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 809 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 987 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.0_ALPHA/asm-6.0_ALPHA.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.0_ALPHA/asm-6.0_ALPHA.pom (1.9 kB at 323 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/6.0_ALPHA/asm-parent-6.0_ALPHA.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/6.0_ALPHA/asm-parent-6.0_ALPHA.pom (5.5 kB at 916 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom (16 kB at 2.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.1/plexus-compiler-api-2.8.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.1/plexus-compiler-api-2.8.1.pom (893 B at 128 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.1/plexus-compiler-2.8.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.1/plexus-compiler-2.8.1.pom (5.0 kB at 834 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 531 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 766 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.1/plexus-compiler-manager-2.8.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.1/plexus-compiler-manager-2.8.1.pom (713 B at 119 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.1/plexus-compiler-javac-2.8.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.1/plexus-compiler-javac-2.8.1.pom (794 B at 132 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.1/plexus-compilers-2.8.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.1/plexus-compilers-2.8.1.pom (1.4 kB at 231 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 3.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.0_ALPHA/asm-6.0_ALPHA.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 2.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.1/plexus-compiler-api-2.8.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm/6.0_ALPHA/asm-6.0_ALPHA.jar (56 kB at 7.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.1/plexus-compiler-manager-2.8.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 6.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.1/plexus-compiler-javac-2.8.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 26 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 14 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.1/plexus-compiler-api-2.8.1.jar (26 kB at 2.2 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.1/plexus-compiler-manager-2.8.1.jar (4.7 kB at 335 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.1/plexus-compiler-javac-2.8.1.jar (20 kB at 1.3 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/target/classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/src/main/java/org/eclipse/gemini/blueprint/mock/MockServiceReference.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/src/main/java/org/eclipse/gemini/blueprint/mock/MockServiceReference.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-mock --- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/3.3.0/biz.aQute.bndlib-3.3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/3.3.0/biz.aQute.bndlib-3.3.0.pom (1.3 kB at 222 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 4.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/3.3.0/biz.aQute.bndlib-3.3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/3.3.0/biz.aQute.bndlib-3.3.0.jar (2.5 MB at 24 MB/s) [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-mock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-mock --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/target/test-classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/src/test/java/org/eclipse/gemini/blueprint/mock/MockServiceReferenceTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/src/test/java/org/eclipse/gemini/blueprint/mock/MockServiceReferenceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-mock --- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit47/2.19.1/surefire-junit47-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit47/2.19.1/surefire-junit47-2.19.1.pom (6.2 kB at 1.0 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (2.6 kB at 37 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit48/2.19.1/common-junit48-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit48/2.19.1/common-junit48-2.19.1.pom (3.1 kB at 514 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit4/2.19.1/common-junit4-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit4/2.19.1/common-junit4-2.19.1.pom (2.1 kB at 356 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit3/2.19.1/common-junit3-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit3/2.19.1/common-junit3-2.19.1.pom (1.6 kB at 263 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 585 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-java5/2.19.1/common-java5-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-java5/2.19.1/common-java5-2.19.1.pom (2.7 kB at 446 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.9/maven-shared-utils-0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.9/maven-shared-utils-0.9.pom (6.2 kB at 120 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-grouper/2.19.1/surefire-grouper-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-grouper/2.19.1/surefire-grouper-2.19.1.pom (2.6 kB at 526 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 1.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 326 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 2.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 6.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/14/apache-14.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 2.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 530 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 3.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 396 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 3.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 669 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 2.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit47/2.19.1/surefire-junit47-2.19.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit47/2.19.1/surefire-junit47-2.19.1.jar (153 kB at 19 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit48/2.19.1/common-junit48-2.19.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit4/2.19.1/common-junit4-2.19.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit3/2.19.1/common-junit3-2.19.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-java5/2.19.1/common-java5-2.19.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.9/maven-shared-utils-0.9.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit48/2.19.1/common-junit48-2.19.1.jar (23 kB at 3.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-grouper/2.19.1/surefire-grouper-2.19.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit3/2.19.1/common-junit3-2.19.1.jar (12 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-java5/2.19.1/common-java5-2.19.1.jar (44 kB at 6.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/common-junit4/2.19.1/common-junit4-2.19.1.jar (26 kB at 3.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.9/maven-shared-utils-0.9.jar (172 kB at 17 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 1.0 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-grouper/2.19.1/surefire-grouper-2.19.1.jar (38 kB at 3.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 3.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 4.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 2.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 2.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 577 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 3.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar (315 kB at 3.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 393 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 323 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 727 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 548 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 3.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 903 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 229 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 90 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 164 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 219 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 249 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 105 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 98 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 122 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 347 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 kB at 124 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 333 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 2.7 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 1.6 MB/s) ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.mock.MockServiceReferenceTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.mock.MockServiceReferenceTest Running org.eclipse.gemini.blueprint.mock.MockBundleActivatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.MockBundleActivatorTest Running org.eclipse.gemini.blueprint.mock.ArrayEnumeratorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.ArrayEnumeratorTest Running org.eclipse.gemini.blueprint.mock.MockServiceRegistrationTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.eclipse.gemini.blueprint.mock.MockServiceRegistrationTest Running org.eclipse.gemini.blueprint.mock.EntryLookupControllingMockBundleTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.EntryLookupControllingMockBundleTest Running org.eclipse.gemini.blueprint.mock.MockBundleContextTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.mock.MockBundleContextTest Running org.eclipse.gemini.blueprint.mock.MockBundleTest Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.mock.MockBundleTest Running org.eclipse.gemini.blueprint.mock.MockFilterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.MockFilterTest Results : Tests run: 86, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-mock --- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom (4.3 kB at 621 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 764 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 888 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 820 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 1.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 7.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 2.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 2.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 272 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 888 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 kB at 3.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 12 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 7.2 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 19 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 12 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 6.6 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 27 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/target/gemini-blueprint-mock-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-mock --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/target/gemini-blueprint-mock-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.gemini.blueprint:gemini-blueprint-io >---------- [INFO] Building Gemini Blueprint IO 3.0.0.M01-SNAPSHOT [3/7] [INFO] from io/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.pom (4.9 kB at 695 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/bundles-pom/13/bundles-pom-13.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/bundles-pom/13/bundles-pom-13.pom (15 kB at 2.5 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/springframework/spring-jcl/5.0.4.RELEASE/spring-jcl-5.0.4.RELEASE.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/springframework/spring-jcl/5.0.4.RELEASE/spring-jcl-5.0.4.RELEASE.pom (2.3 kB at 103 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar (2.0 MB at 38 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/springframework/spring-jcl/5.0.4.RELEASE/spring-jcl-5.0.4.RELEASE.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/springframework/spring-jcl/5.0.4.RELEASE/spring-jcl-5.0.4.RELEASE.jar (16 kB at 2.0 MB/s) [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-io --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-io --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-io --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/PackageAdminResolver.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/PackageAdminResolver.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/PackageAdminResolver.java: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/PackageAdminResolver.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/PackageAdminResolver.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-io --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-io --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-io --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/test-classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/src/test/java/org/eclipse/gemini/blueprint/io/OsgiBundleResourceTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/src/test/java/org/eclipse/gemini/blueprint/io/OsgiBundleResourceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-io --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.io.OsgiBundleResourceTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourceTest Running org.eclipse.gemini.blueprint.io.internal.OsgiResourceUtilsTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.io.internal.OsgiResourceUtilsTest Running org.eclipse.gemini.blueprint.io.internal.OsgiHeaderUtilsTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.io.internal.OsgiHeaderUtilsTest Running org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolverTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolverTest Running org.eclipse.gemini.blueprint.io.OsgiBundleResourceLoaderTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourceLoaderTest Results : Tests run: 80, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-io --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-io --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-core >--------- [INFO] Building Gemini Blueprint Core 3.0.0.M01-SNAPSHOT [4/7] [INFO] from core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.pom (6.1 kB at 870 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.pom (4.0 kB at 670 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.pom (11 kB at 1.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.pom (3.0 kB at 433 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.pom (12 kB at 1.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.pom (2.6 kB at 440 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/bundles-pom/8/bundles-pom-8.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/bundles-pom/8/bundles-pom-8.pom (14 kB at 2.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.pom (1.4 kB at 232 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/edu/umd/cs/mtc/multithreadedtc/1.01/multithreadedtc-1.01.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/edu/umd/cs/mtc/multithreadedtc/1.01/multithreadedtc-1.01.pom (963 B at 138 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar (716 kB at 30 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar (17 kB at 1.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar (771 kB at 11 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/edu/umd/cs/mtc/multithreadedtc/1.01/multithreadedtc-1.01.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar (480 kB at 6.6 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar (1.1 MB at 15 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar (1.3 MB at 7.9 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/edu/umd/cs/mtc/multithreadedtc/1.01/multithreadedtc-1.01.jar (19 kB at 120 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar (2.1 MB at 13 MB/s) [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-core --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 258 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/src/main/java/org/eclipse/gemini/blueprint/blueprint/reflect/ComponentMetadataFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/src/main/java/org/eclipse/gemini/blueprint/blueprint/reflect/ComponentMetadataFactory.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/src/main/java/org/eclipse/gemini/blueprint/service/exporter/support/OsgiServiceFactoryBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/src/main/java/org/eclipse/gemini/blueprint/service/exporter/support/OsgiServiceFactoryBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-core --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/bnd.bnd [0:0]: Version for package org.osgi.service.blueprint.container is set to different values in the source (1.0.0) and in the manifest (1.0.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/bnd.bnd [0:0]: Version for package org.osgi.service.blueprint.reflect is set to different values in the source (1.0.0) and in the manifest (1.0.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 44 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 157 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/test-classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/src/test/java/org/eclipse/gemini/blueprint/DictionaryEditorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/src/test/java/org/eclipse/gemini/blueprint/DictionaryEditorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/src/test/java/org/eclipse/gemini/blueprint/util/OsgiBundleUtilsTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/src/test/java/org/eclipse/gemini/blueprint/util/OsgiBundleUtilsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-core --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.blueprint.config.NestedElementsTest The beans declared are: {classname, class, foo, bar} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 sec - in org.eclipse.gemini.blueprint.blueprint.config.NestedElementsTest Running org.eclipse.gemini.blueprint.blueprint.config.MixedRfc124BeansTest The beans declared are: {simple-component, nested-bean, .org.eclipse.gemini.blueprint.blueprint.TestComponent#0, .org.eclipse.gemini.blueprint.blueprint.TestComponent#0#0, .org.eclipse.gemini.blueprint.blueprint.TestComponent#0#1, nan, char} Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec - in org.eclipse.gemini.blueprint.blueprint.config.MixedRfc124BeansTest Running org.eclipse.gemini.blueprint.blueprint.config.ConstructorInjectionTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.724 sec - in org.eclipse.gemini.blueprint.blueprint.config.ConstructorInjectionTest Running org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest The beans declared are: {.org.eclipse.gemini.blueprint.blueprint.container.BlueprintConverterConfigurer#0, arrayConversion, asianCodeExample, converterB, conversion, booleanConversion, serviceReference, referenceFactory, objectToCollectionConversion1, objectToCollectionConversion2} Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec - in org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest Running org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest 3020 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3124 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3213 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3307 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3397 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3491 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3514 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3605 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3689 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3714 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3799 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3822 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3900 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 3989 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent@2f6e28bc Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec - in org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest Running org.eclipse.gemini.blueprint.blueprint.config.SchemaWithLocationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.blueprint.config.SchemaWithLocationTest Running org.eclipse.gemini.blueprint.blueprint.config.ComponentElementTest The beans declared are: {simple, depends-on, destroy-method, lazy-init, factory-method, thread, factory-component} Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.eclipse.gemini.blueprint.blueprint.config.ComponentElementTest Running org.eclipse.gemini.blueprint.blueprint.config.SpringRootConfigTest The beans declared are: {nested-bean} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.gemini.blueprint.blueprint.config.SpringRootConfigTest Running org.eclipse.gemini.blueprint.blueprint.config.SpringDmRfc124Test [foo, list, reference, service, dm.exporter] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.eclipse.gemini.blueprint.blueprint.config.SpringDmRfc124Test Running org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest Running org.eclipse.gemini.blueprint.blueprint.container.BlueprintFieldsTest applicationEventPublisher availability beanClassLoader beanName blueprintCompliant bundleContext class eagerInit filter importContextClassLoader interfaces listeners object objectType prototype serviceBeanName singleton sticky timeout unifiedFilter useBlueprintExceptions type is boolean Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.blueprint.container.BlueprintFieldsTest Running org.eclipse.gemini.blueprint.blueprint.container.TestLazyBeansTest 5 dependsleaf1 dependsleaf2 lazyCollection null listener [dependsleaf1, dependsleaf2, lazyCollection, listener] Initialized Initialized Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.eclipse.gemini.blueprint.blueprint.container.TestLazyBeansTest Running org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest [ServiceOne, ServiceOneService] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest Running org.eclipse.gemini.blueprint.blueprint.container.GenericsTest created {Finish=java.awt.Point[x=0,y=0], Start=java.awt.Point[x=123,y=456]} created class java.util.concurrent.ConcurrentHashMap created class java.util.concurrent.ConcurrentHashMap [rawInjection, genericConversion, concurrentMap] created {Finish=java.awt.Point[x=0,y=0], Start=java.awt.Point[x=123,y=456]} created class java.util.concurrent.ConcurrentHashMap created class java.util.concurrent.ConcurrentHashMap Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.gemini.blueprint.blueprint.container.GenericsTest Running org.eclipse.gemini.blueprint.blueprint.container.TestBlueprintBuiltinConvertersTest class java.util.LinkedHashSet class org.eclipse.gemini.blueprint.blueprint.MyCustomList class java.util.ArrayList [IntegerOne, customCollection, customMap, customDictionary, setToCollection, setToList, setToSet, setToSortedSet, setToStack, setToHashSet, setToLinkedHashSet, setToTreeSet, setToArrayList, setToLinkedList, setToVector, listToCollection, listToList, listToSet, listToSortedSet, listToStack, listToHashSet, listTolinkedHashSet, listToTreeSet, listToArrayList, listToLinkedList, listToVector, arrayToCollection, arrayToList, arrayToSet, arrayToSortedSet, arrayToStack, arrayToHashSet, arrayTolinkedHashSet, arrayToTreeSet, arrayToArrayList, arrayToLinkedList, arrayToVector, mapToHashMap, mapToTreeMap, mapToHashtable, mapToDictionary, mapToSortedMap, mapToConcurrentMap, mapToConcurrentHashMap, arrayToQueue, propertiesInjection] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.eclipse.gemini.blueprint.blueprint.container.TestBlueprintBuiltinConvertersTest Running org.eclipse.gemini.blueprint.blueprint.container.CycleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.gemini.blueprint.blueprint.container.CycleTest Running org.eclipse.gemini.blueprint.blueprint.reflect.NestedDefinitionMetadataTest Initialized Initialized Initialized Initialized Initialized Initialized null null null .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0#0 [dependsleaf1, dependsleaf2, first-level, deeply-nested, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean#0, nested-collection, nested-beans, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0, nested-references, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0#0] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec - in org.eclipse.gemini.blueprint.blueprint.reflect.NestedDefinitionMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest Initialized Initialized org.eclipse.gemini.blueprint.blueprint.reflect.SimpleReferenceMetadata Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest 5406 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5491 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called Param value is org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@6e33c391 5513 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called [Ljava.util.Date;@c8b96ec null java.net.URL class [Ljava.lang.Object; [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@4cc61eb1, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@2d8f2f3a] null http://www.osgi.org null http://www.gmail.com 5594 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5615 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5693 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5712 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called StaticFactory param 1 StaticFactory param 2 StaticFactory param 0 5788 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5807 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5823 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5895 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5914 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 5990 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 6011 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 6026 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 0.0 6106 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 6121 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called org.eclipse.gemini.blueprint.blueprint.reflect.SimplePropsMetadata@6f012914 6196 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called 6213 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called NaN [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleBeanProperty@46c00568] 6286 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)] int setter called Param value is org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@29be7749 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.9 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.DefaultsTest Initialized dependsleaf1 Initialized dependsleaf2 Initialized overridden-activation Initialized 1 Initialized dependsleaf1 Initialized dependsleaf2 Initialized overridden-activation Initialized dependsleaf1 Initialized dependsleaf2 Initialized overridden-activation Initialized dependsleaf1 Initialized dependsleaf2 Initialized overridden-activation Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.DefaultsTest Running org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@426e505c, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@5b022357] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.BundleContextApiTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.BundleContextApiTest Running org.eclipse.gemini.blueprint.blueprint.ReflectionTest boolean java.lang.Boolean Boolean true boolean true Boolean true Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.blueprint.ReflectionTest Running org.eclipse.gemini.blueprint.compendium.config.CmConfigAndCtxPropertiesConfigurationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.eclipse.gemini.blueprint.compendium.config.CmConfigAndCtxPropertiesConfigurationTest Running org.eclipse.gemini.blueprint.compendium.config.ManagedPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedPropertiesTest Running org.eclipse.gemini.blueprint.compendium.config.ConfigPropertiesHandlerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in org.eclipse.gemini.blueprint.compendium.config.ConfigPropertiesHandlerTest Running org.eclipse.gemini.blueprint.compendium.config.ManagedServiceFactoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedServiceFactoryTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.ManagedFactoryDisposableInvokerTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.ManagedFactoryDisposableInvokerTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.DefaultManagedServiceBeanManagerTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.DefaultManagedServiceBeanManagerTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.ConfigurationAdminManagerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.ConfigurationAdminManagerTest Running org.eclipse.gemini.blueprint.config.NestedReferencesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.eclipse.gemini.blueprint.config.NestedReferencesTest Running org.eclipse.gemini.blueprint.config.OsgiReferenceCollectionNamespaceHandlerTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceCollectionNamespaceHandlerTest Running org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec - in org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest 7814 [main] WARN : o.e.g.b.c.i.a.CustomListenerAdapterUtils - Custom method [public void org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionCustomListener.myBind(java.util.Date,java.util.Map)] threw exception when passing service [java.util.Date@1f3165e7] org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionCustomListener$1: expected! 7816 [main] WARN : o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter - standard bind method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener$1: expected! 7816 [main] WARN : o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter - Standard unbind method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener$2: expected! Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest 7824 [main] WARN : o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter - Standard registered method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener$1: expected! 7824 [main] WARN : o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter - Standard unregistered method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener$2: expected! Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest Running org.eclipse.gemini.blueprint.config.InvalidOsgiDefaultsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.config.InvalidOsgiDefaultsTest Running org.eclipse.gemini.blueprint.config.OsgiSingleReferenceParserWithInvalidFilesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.gemini.blueprint.config.OsgiSingleReferenceParserWithInvalidFilesTest Running org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest Running org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest string bean Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest Running org.eclipse.gemini.blueprint.context.support.AbstractRefreshableOsgiBundleApplicationContextTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.gemini.blueprint.context.support.AbstractRefreshableOsgiBundleApplicationContextTest Running org.eclipse.gemini.blueprint.context.support.AbstractBundleXmlApplicationContextTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.context.support.AbstractBundleXmlApplicationContextTest Running org.eclipse.gemini.blueprint.context.support.ConfigLocationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.context.support.ConfigLocationsTest Running org.eclipse.gemini.blueprint.context.internal.classloader.ChainedClassLoaderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.context.internal.classloader.ChainedClassLoaderTest Running org.eclipse.gemini.blueprint.context.OsgiBundleScopeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.context.OsgiBundleScopeTest Running org.eclipse.gemini.blueprint.internal.context.support.OsgiReferenceToServiceReferenceConversionTest org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxy@e62cf7c8 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.gemini.blueprint.internal.context.support.OsgiReferenceToServiceReferenceConversionTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceInvokerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceInvokerTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.003 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorSyntheticEventsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorSyntheticEventsTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.RetryTemplateTest About to reset template... Resetted template... About to reset template... Resetted template... Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.385 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.RetryTemplateTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorListenerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorListenerTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceCollectionTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceCollectionTest Running org.eclipse.gemini.blueprint.internal.service.collection.ServiceReferenceComparatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.ServiceReferenceComparatorTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetIteratorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetIteratorTest Running org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest thread Iter2 is waiting for time 10 thread Iter1 is waiting for time 40 thread Writer is waiting for time 20 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Writer is waiting for time 20 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 thread Iter2 is waiting for time 30 thread Iter1 is waiting for time 40 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Writer is waiting for time 50 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 Releasing thread Writer at time 50 thread Iter1 is waiting for time 60 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 thread Writer is waiting for time 20 thread Iter2 is waiting for time 10 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Writer is waiting for time 20 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter2 is waiting for time 30 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Writer is waiting for time 50 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 thread Iter1 is waiting for time 60 thread Iter2 is waiting for time 70 Releasing thread Writer at time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 thread Iter2 is waiting for time 10 thread Iter1 is waiting for time 40 thread Writer is waiting for time 20 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Writer is waiting for time 20 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 thread Iter2 is waiting for time 30 thread Iter1 is waiting for time 40 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Writer is waiting for time 50 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 Releasing thread Writer at time 50 thread Iter1 is waiting for time 60 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec - in org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedListTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedListTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceListTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceListTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicListTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicListTest Running org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedSetTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetIteratorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetIteratorTest Running org.eclipse.gemini.blueprint.internal.util.BeanFactoryUtilsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.internal.util.BeanFactoryUtilsTest Running org.eclipse.gemini.blueprint.util.internal.ServiceReferenceBasedMapTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.internal.ServiceReferenceBasedMapTest Running org.eclipse.gemini.blueprint.util.OsgiBundleUtilsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.OsgiBundleUtilsTest Running org.eclipse.gemini.blueprint.util.MapBasedDictionaryTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.MapBasedDictionaryTest Running org.eclipse.gemini.blueprint.util.OsgiListenerUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.OsgiListenerUtilsTest Running org.eclipse.gemini.blueprint.util.OsgiStringUtilsTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.OsgiStringUtilsTest Running org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoaderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec - in org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoaderTest Running org.eclipse.gemini.blueprint.util.SimpleLoggerTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.gemini.blueprint.util.SimpleLoggerTest Running org.eclipse.gemini.blueprint.util.DebugUtilsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.DebugUtilsTest Running org.eclipse.gemini.blueprint.util.OsgiPlatformDetectorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.OsgiPlatformDetectorTest Running org.eclipse.gemini.blueprint.util.ClassUtilsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.util.ClassUtilsTest Running org.eclipse.gemini.blueprint.ThreadTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 sec - in org.eclipse.gemini.blueprint.ThreadTest Running org.eclipse.gemini.blueprint.DictionaryEditorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.DictionaryEditorTest Running org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxiesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxiesTest Running org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxyTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.InfrastructureProxyTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.support.InfrastructureProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyEqualityTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyEqualityTest Running org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest Running org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest 27099 [main] WARN : o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean - OSGi importer [] definition contains no interfaces: all invocations will be executed on the proxy and not on the backing service Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest Running org.eclipse.gemini.blueprint.service.importer.OsgiServiceCollectionProxyFactoryBeanTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.OsgiServiceCollectionProxyFactoryBeanTest Running org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest Running org.eclipse.gemini.blueprint.service.OsgiFilterUtilsTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.service.OsgiFilterUtilsTest Running org.eclipse.gemini.blueprint.service.exporter.BeanNameServicePropertiesResolverTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.BeanNameServicePropertiesResolverTest Running org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest Running org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest Running org.eclipse.gemini.blueprint.service.exporter.support.AbstractListenerAwareExporterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.support.AbstractListenerAwareExporterTest Running org.eclipse.gemini.blueprint.service.OsgiServiceReferenceUtilsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.OsgiServiceReferenceUtilsTest Running org.eclipse.gemini.blueprint.service.OsgiServiceUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.OsgiServiceUtilsTest Running org.eclipse.gemini.blueprint.service.ServiceUnavailableExceptionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.ServiceUnavailableExceptionTest Running org.eclipse.gemini.blueprint.service.ServiceExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.gemini.blueprint.service.ServiceExceptionTest Running org.eclipse.gemini.blueprint.OsgiExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.OsgiExceptionTest Results : Tests run: 619, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-core --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-core --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.gemini.blueprint:gemini-blueprint-extender >------- [INFO] Building Gemini Blueprint Extender 3.0.0.M01-SNAPSHOT [5/7] [INFO] from extender/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-extender --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-extender --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-extender --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/main/java/org/eclipse/gemini/blueprint/extender/internal/util/concurrent/RunnableTimedExecution.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/main/java/org/eclipse/gemini/blueprint/extender/internal/util/concurrent/RunnableTimedExecution.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/main/java/org/eclipse/gemini/blueprint/extender/internal/blueprint/event/OsgiEventDispatcher.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/main/java/org/eclipse/gemini/blueprint/extender/internal/blueprint/event/OsgiEventDispatcher.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-extender --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/bnd.bnd [0:0]: Unused Import-Package instructions: [org.aopalliance.*] [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-extender --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-extender --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/test-classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/activator/ListListenerAdapterTest.java: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/activator/ListListenerAdapterTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/activator/ListListenerAdapterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/util/ConfigUtilsVersioningTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/util/ConfigUtilsVersioningTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-extender --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.extender.internal.blueprint.support.BlueprintConfigUtilsTest ™ Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.gemini.blueprint.extender.internal.blueprint.support.BlueprintConfigUtilsTest Running org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationCustomSettingsTest WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.295 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationCustomSettingsTest Running org.eclipse.gemini.blueprint.extender.internal.support.NamespacePluginsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.extender.internal.support.NamespacePluginsTest Running org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationDefaultSettingsTest WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationDefaultSettingsTest Running org.eclipse.gemini.blueprint.extender.internal.support.ApplicationContextConfigurationTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ApplicationContextConfigurationTest Running org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest ERROR [org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager] - JUnit test context context shutdown failed. java.lang.RuntimeException: THIS IS AN EXPECTED TEST EXCEPTION at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.closeApplicationContext(LifecycleManager.java:332) ~[classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.access$200(LifecycleManager.java:51) ~[classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$2.run(LifecycleManager.java:297) ~[classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeClose(LifecycleManager.java:310) ~[classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest.shutdownContext(LifecycleManagerTest.java:179) [test-classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest.testFailingSynchronousShutdown(LifecycleManagerTest.java:110) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_382] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_382] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_382] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_382] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37) [mockito-all-1.9.5.jar:na] at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62) [mockito-all-1.9.5.jar:na] at org.junit.runners.Suite.runChild(Suite.java:128) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.Suite.runChild(Suite.java:27) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) [surefire-booter-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) [surefire-booter-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) [surefire-booter-2.19.1.jar:2.19.1] Exception in thread "Thread for runnable [org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable@3ddc6915]" Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest Running org.eclipse.gemini.blueprint.extender.internal.activator.ListListenerAdapterTest java.lang.RuntimeException: THIS IS AN EXPECTED TEST EXCEPTION at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.closeApplicationContext(LifecycleManager.java:332) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.access$200(LifecycleManager.java:51) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$2.run(LifecycleManager.java:297) at org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable.run(RunnableTimedExecution.java:55) at java.lang.Thread.run(Thread.java:750) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.ListListenerAdapterTest Running org.eclipse.gemini.blueprint.extender.internal.activator.GenericsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.GenericsTest Running org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest Running org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest ERROR [org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution] - org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest$2@1722011b did not finish in 10ms; consider taking a snapshot and then shutdown the VM in case the thread still hangs Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest Running org.eclipse.gemini.blueprint.extender.internal.util.HeaderConstantsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.extender.internal.util.HeaderConstantsTest Running org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsTest Running org.eclipse.gemini.blueprint.extender.internal.dependencies.BlueprintShutdownSorterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.eclipse.gemini.blueprint.extender.internal.dependencies.BlueprintShutdownSorterTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-extender --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-extender --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.gemini.blueprint:gemini-blueprint-extensions >------ [INFO] Building Gemini Blueprint Extensions 3.0.0.M01-SNAPSHOT [6/7] [INFO] from extensions/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-extensions --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-extensions --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/target/classes [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-extensions --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-extensions --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/target/test-classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/src/test/java/org/eclipse/gemini/blueprint/extensions/annotation/OsgiServiceAnnotationTest.java: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/src/test/java/org/eclipse/gemini/blueprint/extensions/annotation/OsgiServiceAnnotationTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/src/test/java/org/eclipse/gemini/blueprint/extensions/annotation/OsgiServiceAnnotationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-extensions --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.extensions.annotation.OsgiServiceAnnotationTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.932 sec - in org.eclipse.gemini.blueprint.extensions.annotation.OsgiServiceAnnotationTest Results : Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/target/gemini-blueprint-extensions-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/target/gemini-blueprint-extensions-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-test >--------- [INFO] Building Gemini Blueprint Testing Framework 3.0.0.M01-SNAPSHOT [7/7] [INFO] from test-support/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-shade-plugin/2.1/maven-shade-plugin-2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-shade-plugin/2.1/maven-shade-plugin-2.1.pom (7.5 kB at 128 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 2.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-shade-plugin/2.1/maven-shade-plugin-2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-shade-plugin/2.1/maven-shade-plugin-2.1.jar (100 kB at 7.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm-all/5.2/asm-all-5.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm-all/5.2/asm-all-5.2.pom (2.0 kB at 246 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom (5.5 kB at 916 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/birt/runtime/org.eclipse.osgi/3.9.1.v20130814-1242/org.eclipse.osgi-3.9.1.v20130814-1242.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/birt/runtime/org.eclipse.osgi/3.9.1.v20130814-1242/org.eclipse.osgi-3.9.1.v20130814-1242.pom (1.1 kB at 126 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/knopflerfish/framework/7.1.2/framework-7.1.2.pom [INFO] Downloading from knopflerfish-repo: https://www.knopflerfish.org/maven2/org/knopflerfish/framework/7.1.2/framework-7.1.2.pom [INFO] Downloaded from knopflerfish-repo: https://www.knopflerfish.org/maven2/org/knopflerfish/framework/7.1.2/framework-7.1.2.pom (814 B at 1.6 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.main/4.4.0/org.apache.felix.main-4.4.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.main/4.4.0/org.apache.felix.main-4.4.0.pom (6.9 kB at 1.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar (248 kB at 19 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/eclipse/birt/runtime/org.eclipse.osgi/3.9.1.v20130814-1242/org.eclipse.osgi-3.9.1.v20130814-1242.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/knopflerfish/framework/7.1.2/framework-7.1.2.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.main/4.4.0/org.apache.felix.main-4.4.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/eclipse/birt/runtime/org.eclipse.osgi/3.9.1.v20130814-1242/org.eclipse.osgi-3.9.1.v20130814-1242.jar (1.4 MB at 48 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.main/4.4.0/org.apache.felix.main-4.4.0.jar (536 kB at 18 MB/s) [INFO] Downloading from knopflerfish-repo: https://www.knopflerfish.org/maven2/org/knopflerfish/framework/7.1.2/framework-7.1.2.jar [INFO] Downloaded from knopflerfish-repo: https://www.knopflerfish.org/maven2/org/knopflerfish/framework/7.1.2/framework-7.1.2.jar (621 kB at 789 kB/s) [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-test --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/main/java/org/eclipse/gemini/blueprint/test/AbstractOptionalDependencyInjectionTests.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/main/java/org/eclipse/gemini/blueprint/test/AbstractOptionalDependencyInjectionTests.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/main/java/org/eclipse/gemini/blueprint/test/provisioning/internal/LocalFileSystemMavenRepository.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/main/java/org/eclipse/gemini/blueprint/test/provisioning/internal/LocalFileSystemMavenRepository.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-test --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/bnd.bnd [0:0]: Unused Private-Package instructions, no such package(s) on the class path: [org.eclipse.gemini.blueprint.test.*] [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/test-classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/test/java/org/eclipse/gemini/blueprint/test/internal/JarCreatorTests.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/test/java/org/eclipse/gemini/blueprint/test/internal/JarCreatorTests.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.test.internal.util.MemoryStorageTest wrote 661 bytes Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.gemini.blueprint.test.internal.util.MemoryStorageTest Running org.eclipse.gemini.blueprint.test.internal.util.ManifestUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.gemini.blueprint.test.internal.util.ManifestUtilsTest Running org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtilTest Running org.eclipse.gemini.blueprint.test.internal.util.FileSystemStorageTest wrote 1644 bytes Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.eclipse.gemini.blueprint.test.internal.util.FileSystemStorageTest Running org.eclipse.gemini.blueprint.test.provisioning.internal.MavenArtifactFinderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec - in org.eclipse.gemini.blueprint.test.provisioning.internal.MavenArtifactFinderTest Running org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepositoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec - in org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepositoryTest Running org.eclipse.gemini.blueprint.test.parsing.DifferentParentsInDifferentBundlesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.66 sec - in org.eclipse.gemini.blueprint.test.parsing.DifferentParentsInDifferentBundlesTest Running org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatformTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 sec - in org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatformTest Running org.eclipse.gemini.blueprint.test.platform.EquinoxPlatformTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 sec - in org.eclipse.gemini.blueprint.test.platform.EquinoxPlatformTest Running org.eclipse.gemini.blueprint.test.platform.PlatformConfigurationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec - in org.eclipse.gemini.blueprint.test.platform.PlatformConfigurationTest Running org.eclipse.gemini.blueprint.test.platform.FelixPlatformTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 sec - in org.eclipse.gemini.blueprint.test.platform.FelixPlatformTest Running org.eclipse.gemini.blueprint.test.platform.AbstractOsgiPlatformTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec - in org.eclipse.gemini.blueprint.test.platform.AbstractOsgiPlatformTest Running org.eclipse.gemini.blueprint.test.JUnitTestActivatorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec - in org.eclipse.gemini.blueprint.test.JUnitTestActivatorTest Running org.eclipse.gemini.blueprint.test.ConfigurableBundleCreatorTestsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 sec - in org.eclipse.gemini.blueprint.test.ConfigurableBundleCreatorTestsTest Results : Tests run: 59, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-test --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- shade:2.1:shade (default) @ gemini-blueprint-test --- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 574 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 293 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 1.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 326 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 524 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 3.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 53 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 866 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom (417 B at 83 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom (406 B at 81 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 438 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 1.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 555 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 3.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 436 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 540 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 434 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 621 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 374 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 316 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 386 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/vafer/jdependency/0.7/jdependency-0.7.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/vafer/jdependency/0.7/jdependency-0.7.pom (7.5 kB at 1.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (9.7 kB at 1.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 kB at 2.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.pom (264 B at 53 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom (4.4 kB at 870 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom (417 B at 104 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom (404 B at 81 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom (415 B at 83 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom (409 B at 8.7 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.pom (5.5 kB at 781 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2.0 kB at 392 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 26 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 8.9 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 6.2 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar (22 kB at 2.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 21 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 2.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar (38 kB at 684 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/vafer/jdependency/0.7/jdependency-0.7.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 2.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 2.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 1.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/asm/asm-util/3.2/asm-util-3.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/vafer/jdependency/0.7/jdependency-0.7.jar (12 kB at 197 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 479 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.jar (18 kB at 285 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (88 kB at 1.4 MB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 500 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/asm/asm-util/3.2/asm-util-3.2.jar (37 kB at 538 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.jar (1.6 MB at 8.4 MB/s) [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:jar:4.12_1 from the shaded jar. [INFO] Excluding org.hamcrest:hamcrest-core:jar:1.3 from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-test:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.ow2.asm:asm-all:jar:5.2 from the shaded jar. [INFO] Excluding org.eclipse.gemini.blueprint:gemini-blueprint-core:jar:3.0.0.M01-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.gemini.blueprint:gemini-blueprint-io:jar:3.0.0.M01-SNAPSHOT from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-aop:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-beans:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-context:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-core:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.springframework:spring-jcl:jar:5.0.4.RELEASE from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-expression:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Including org.eclipse.gemini.blueprint:gemini-blueprint-extender:jar:3.0.0.M01-SNAPSHOT in the shaded jar. [INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar with /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/dependency-reduced-pom.xml [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-test --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Gemini Blueprint 3.0.0.M01-SNAPSHOT: [INFO] [INFO] Gemini Blueprint ................................... SUCCESS [ 6.307 s] [INFO] Gemini Blueprint Mocks ............................. SUCCESS [ 9.420 s] [INFO] Gemini Blueprint IO ................................ SUCCESS [ 3.077 s] [INFO] Gemini Blueprint Core .............................. SUCCESS [ 37.595 s] [INFO] Gemini Blueprint Extender .......................... SUCCESS [ 6.999 s] [INFO] Gemini Blueprint Extensions ........................ SUCCESS [ 2.737 s] [INFO] Gemini Blueprint Testing Framework ................. SUCCESS [ 20.683 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:27 min [INFO] Finished at: 2024-01-17T11:49:24Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build with Equinox profile) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn verify -P it,equinox [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-mock:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-io:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-core:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-extender:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-extensions:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint-test:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:simple.service:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:simple.service.identical:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:simple.service.2.identical:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:simple.service2:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:simple.service3:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:dependendencies.factory:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:trivial:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:trivial.tests:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:lifecycle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:service.listener:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:reference.proxy:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:proxy.destruction:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:dependencies:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:cardinality0to1:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:scoped.bundle.a:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:scoped.bundle.b:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:scoped.bundle.common:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:io.fragment.1.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:io.fragment.2.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:error:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:deadlock:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:configuration:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:extender-version-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:nopublish-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:async-nowait-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:async-wait-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:sync-nowait-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:sync-tail-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:sync-wait-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:config.bundle:pom:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:tccl.intf:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:tccl:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:config-with-dots.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:proxy.creator:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:extender-fragment-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:jdk.proxy:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:extender.listener.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:ns.own.consumer:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:proxy.listener:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:export-import-dependency-bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:component.scan.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:spring-osgi-jdk5-integration-test-bundles:pom:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:recursive:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt.blueprint:simple.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt.blueprint:error.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt.blueprint:waiting.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt.blueprint:config.bundle:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt.blueprint:bundles:pom:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:gemini-blueprint-integration-test-bundles:pom:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:gemini-blueprint-integration-tests:jar:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint.iandt:gemini-blueprint-integration-tests-parent:pom:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gemini.blueprint:gemini-blueprint:pom:3.0.0.M01-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 632, column 32 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Gemini Blueprint [pom] [INFO] Gemini Blueprint Mocks [jar] [INFO] Gemini Blueprint IO [jar] [INFO] Gemini Blueprint Core [jar] [INFO] Gemini Blueprint Extender [jar] [INFO] Gemini Blueprint Extensions [jar] [INFO] Gemini Blueprint Testing Framework [jar] [INFO] Eclipse Gemini Blueprint Integration Tests Parent [pom] [INFO] Eclipse Gemini Blueprint Integration Testing Bundles [pom] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle [jar] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) [jar] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) [jar] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle 2 [jar] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle 3 [jar] [INFO] Gemini Blueprint Test Bundle: Simple service created by a factory which has a non trivial delay in createObject() [jar] [INFO] Gemini Blueprint Test Bundle: Trivial OSGi bundle [jar] [INFO] Gemini Blueprint Test Bundle: Simple test that uses trivial bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring context lifecycle test bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring context service listener test bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring context service reference lifecycle test bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring context service reference destruction test bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring context dependencies test bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring context service reference cardinality 0..1 bundle [jar] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - A [jar] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - B [jar] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - Common [jar] [INFO] Gemini Blueprint Test Bundle: IO fragment 1 bundle [jar] [INFO] Gemini Blueprint Test Bundle: IO fragment 2 bundle [jar] [INFO] Gemini Blueprint Test Bundle: Error bundle [jar] [INFO] Gemini Blueprint Test Bundle: Deadlock bundle [jar] [INFO] Gemini Blueprint Test Bundle: Configuration test bundle [jar] [INFO] Gemini Blueprint Test Bundle: ExtenderVersion-Test-Bundle [jar] [INFO] Gemini Blueprint Test Bundle: Integration testing bundles for configuration options [pom] [INFO] Gemini Blueprint Test Bundle: NoPublish-Bundle [jar] [INFO] Gemini Blueprint Test Bundle: Async-NoWait-Bundle [jar] [INFO] Gemini Blueprint Test Bundle: Async-Wait-Bundle [jar] [INFO] Gemini Blueprint Test Bundle: Sync-NoWait-Bundle [jar] [INFO] Gemini Blueprint Test Bundle: Sync-Tail-Bundle [jar] [INFO] Gemini Blueprint Test Bundle: Sync-Wait-Bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring service TCCL management inteface test bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring service TCCL management test bundle [jar] [INFO] Gemini Blueprint Test Bundle: Config File With Dots bundle [jar] [INFO] Gemini Blueprint Test Bundle: Spring Proxy Creator bundle [jar] [INFO] Gemini Blueprint Test Bundle: Extender Configuration Fragment Bundle [jar] [INFO] Gemini Blueprint Test Bundle: JDK proxy test [jar] [INFO] Gemini Blueprint Test Bundle: Extender Event listener bundle Bundle [jar] [INFO] Gemini Blueprint Test Bundle: namespace provider and consumer bundle [jar] [INFO] Gemini Blueprint Test Bundle: Just a listener exported as a service [jar] [INFO] Gemini Blueprint Test Bundle: Export Import Dependency Bundle [jar] [INFO] Eclipse Gemini Blueprint JDK5 Integration Testing Bundles [pom] [INFO] Gemini Blueprint Test Bundle: @Component beans bundle [jar] [INFO] Eclipse Gemini Blueprint Test Bundle: Recursive Type test bundle [jar] [INFO] Gemini Blueprint Integration Testing Bundles [pom] [INFO] Eclipse Gemini Blueprint Test Bundle: Simple service test bundle [jar] [INFO] Eclipse Gemini Blueprint Test Bundle: Error bundle [jar] [INFO] Eclipse Gemini Blueprint Test Bundle: Waiting bundle [jar] [INFO] Eclipse Gemini Blueprint Test Bundle: Configuration test bundle [jar] [INFO] Eclipse Gemini Blueprint Integration Tests [jar] [INFO] [INFO] -----------< org.eclipse.gemini.blueprint:gemini-blueprint >------------ [INFO] Building Gemini Blueprint 3.0.0.M01-SNAPSHOT [1/58] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint --- [INFO] [INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-mock >--------- [INFO] Building Gemini Blueprint Mocks 3.0.0.M01-SNAPSHOT [2/58] [INFO] from mock/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-mock --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-mock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-mock --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-mock --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-mock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-mock --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-mock --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.mock.MockServiceReferenceTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.mock.MockServiceReferenceTest Running org.eclipse.gemini.blueprint.mock.MockBundleActivatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.MockBundleActivatorTest Running org.eclipse.gemini.blueprint.mock.ArrayEnumeratorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.ArrayEnumeratorTest Running org.eclipse.gemini.blueprint.mock.MockServiceRegistrationTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.mock.MockServiceRegistrationTest Running org.eclipse.gemini.blueprint.mock.EntryLookupControllingMockBundleTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.EntryLookupControllingMockBundleTest Running org.eclipse.gemini.blueprint.mock.MockBundleContextTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.mock.MockBundleContextTest Running org.eclipse.gemini.blueprint.mock.MockBundleTest Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.mock.MockBundleTest Running org.eclipse.gemini.blueprint.mock.MockFilterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.MockFilterTest Results : Tests run: 86, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-mock --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/target/gemini-blueprint-mock-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-mock --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/mock/target/gemini-blueprint-mock-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.gemini.blueprint:gemini-blueprint-io >---------- [INFO] Building Gemini Blueprint IO 3.0.0.M01-SNAPSHOT [3/58] [INFO] from io/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-io --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-io --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-io --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-io --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-io --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-io --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-io --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.io.OsgiBundleResourceTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourceTest Running org.eclipse.gemini.blueprint.io.internal.OsgiResourceUtilsTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.eclipse.gemini.blueprint.io.internal.OsgiResourceUtilsTest Running org.eclipse.gemini.blueprint.io.internal.OsgiHeaderUtilsTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.io.internal.OsgiHeaderUtilsTest Running org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolverTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolverTest Running org.eclipse.gemini.blueprint.io.OsgiBundleResourceLoaderTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourceLoaderTest Results : Tests run: 80, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-io --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-io --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-core >--------- [INFO] Building Gemini Blueprint Core 3.0.0.M01-SNAPSHOT [4/58] [INFO] from core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-core --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-core --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/bnd.bnd [0:0]: Version for package org.osgi.service.blueprint.container is set to different values in the source (1.0.0) and in the manifest (1.0.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/bnd.bnd [0:0]: Version for package org.osgi.service.blueprint.reflect is set to different values in the source (1.0.0) and in the manifest (1.0.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 44 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-core --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.blueprint.config.NestedElementsTest The beans declared are: {classname, class, foo, bar} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 sec - in org.eclipse.gemini.blueprint.blueprint.config.NestedElementsTest Running org.eclipse.gemini.blueprint.blueprint.config.MixedRfc124BeansTest The beans declared are: {simple-component, nested-bean, .org.eclipse.gemini.blueprint.blueprint.TestComponent#0, .org.eclipse.gemini.blueprint.blueprint.TestComponent#0#0, .org.eclipse.gemini.blueprint.blueprint.TestComponent#0#1, nan, char} Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec - in org.eclipse.gemini.blueprint.blueprint.config.MixedRfc124BeansTest Running org.eclipse.gemini.blueprint.blueprint.config.ConstructorInjectionTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec - in org.eclipse.gemini.blueprint.blueprint.config.ConstructorInjectionTest Running org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest The beans declared are: {.org.eclipse.gemini.blueprint.blueprint.container.BlueprintConverterConfigurer#0, arrayConversion, asianCodeExample, converterB, conversion, booleanConversion, serviceReference, referenceFactory, objectToCollectionConversion1, objectToCollectionConversion2} Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec - in org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest Running org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest 3014 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3116 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3208 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3299 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3323 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3415 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3503 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3596 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3618 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3717 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3797 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3821 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3898 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 3921 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent@31e4bb20 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 sec - in org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest Running org.eclipse.gemini.blueprint.blueprint.config.SchemaWithLocationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.blueprint.config.SchemaWithLocationTest Running org.eclipse.gemini.blueprint.blueprint.config.ComponentElementTest The beans declared are: {simple, depends-on, destroy-method, lazy-init, factory-method, thread, factory-component} Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.eclipse.gemini.blueprint.blueprint.config.ComponentElementTest Running org.eclipse.gemini.blueprint.blueprint.config.SpringRootConfigTest The beans declared are: {nested-bean} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.gemini.blueprint.blueprint.config.SpringRootConfigTest Running org.eclipse.gemini.blueprint.blueprint.config.SpringDmRfc124Test [foo, list, reference, service, dm.exporter] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec - in org.eclipse.gemini.blueprint.blueprint.config.SpringDmRfc124Test Running org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest Running org.eclipse.gemini.blueprint.blueprint.container.BlueprintFieldsTest applicationEventPublisher availability beanClassLoader beanName blueprintCompliant bundleContext class eagerInit filter importContextClassLoader interfaces listeners object objectType prototype serviceBeanName singleton sticky timeout unifiedFilter useBlueprintExceptions type is boolean Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.blueprint.container.BlueprintFieldsTest Running org.eclipse.gemini.blueprint.blueprint.container.TestLazyBeansTest 5 dependsleaf1 dependsleaf2 lazyCollection null listener [dependsleaf1, dependsleaf2, lazyCollection, listener] Initialized Initialized Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.eclipse.gemini.blueprint.blueprint.container.TestLazyBeansTest Running org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest [ServiceOne, ServiceOneService] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest Running org.eclipse.gemini.blueprint.blueprint.container.GenericsTest created {Finish=java.awt.Point[x=0,y=0], Start=java.awt.Point[x=123,y=456]} created class java.util.concurrent.ConcurrentHashMap created class java.util.concurrent.ConcurrentHashMap [rawInjection, genericConversion, concurrentMap] created {Finish=java.awt.Point[x=0,y=0], Start=java.awt.Point[x=123,y=456]} created class java.util.concurrent.ConcurrentHashMap created class java.util.concurrent.ConcurrentHashMap Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.eclipse.gemini.blueprint.blueprint.container.GenericsTest Running org.eclipse.gemini.blueprint.blueprint.container.TestBlueprintBuiltinConvertersTest class java.util.LinkedHashSet class org.eclipse.gemini.blueprint.blueprint.MyCustomList class java.util.ArrayList [IntegerOne, customCollection, customMap, customDictionary, setToCollection, setToList, setToSet, setToSortedSet, setToStack, setToHashSet, setToLinkedHashSet, setToTreeSet, setToArrayList, setToLinkedList, setToVector, listToCollection, listToList, listToSet, listToSortedSet, listToStack, listToHashSet, listTolinkedHashSet, listToTreeSet, listToArrayList, listToLinkedList, listToVector, arrayToCollection, arrayToList, arrayToSet, arrayToSortedSet, arrayToStack, arrayToHashSet, arrayTolinkedHashSet, arrayToTreeSet, arrayToArrayList, arrayToLinkedList, arrayToVector, mapToHashMap, mapToTreeMap, mapToHashtable, mapToDictionary, mapToSortedMap, mapToConcurrentMap, mapToConcurrentHashMap, arrayToQueue, propertiesInjection] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.eclipse.gemini.blueprint.blueprint.container.TestBlueprintBuiltinConvertersTest Running org.eclipse.gemini.blueprint.blueprint.container.CycleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.eclipse.gemini.blueprint.blueprint.container.CycleTest Running org.eclipse.gemini.blueprint.blueprint.reflect.NestedDefinitionMetadataTest Initialized Initialized Initialized Initialized Initialized Initialized null null null .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0#0 [dependsleaf1, dependsleaf2, first-level, deeply-nested, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean#0, nested-collection, nested-beans, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0, nested-references, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0#0] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec - in org.eclipse.gemini.blueprint.blueprint.reflect.NestedDefinitionMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest Initialized Initialized org.eclipse.gemini.blueprint.blueprint.reflect.SimpleReferenceMetadata Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Initialized Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest 5314 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5399 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called Param value is org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@31c269fd 5415 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called [Ljava.util.Date;@2d8f2f3a null java.net.URL class [Ljava.lang.Object; [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@2024293c, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@7048f722] null http://www.osgi.org null http://www.gmail.com 5429 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5509 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5522 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5598 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called StaticFactory param 1 StaticFactory param 2 StaticFactory param 0 5612 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5630 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5703 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5719 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5792 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5805 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5822 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5834 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 0.0 5908 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 5921 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called org.eclipse.gemini.blueprint.blueprint.reflect.SimplePropsMetadata@d02f8d 5995 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called 6008 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called NaN [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleBeanProperty@458544e0] 6024 [main] WARN : o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'ambigousProp' being accessed! Ambiguous write methods found next to actually used [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(java.lang.Object)]: [public void org.eclipse.gemini.blueprint.blueprint.AmbigousTestComponent.setAmbigousProp(int)] Object setter called Param value is org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@4650a407 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.DefaultsTest Initialized dependsleaf1 Initialized dependsleaf2 Initialized overridden-activation Initialized 1 Initialized dependsleaf1 Initialized dependsleaf2 Initialized overridden-activation Initialized dependsleaf1 Initialized dependsleaf2 Initialized overridden-activation Initialized dependsleaf1 Initialized dependsleaf2 Initialized overridden-activation Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.DefaultsTest Running org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@6f8e0cee, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@614aeccc] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.BundleContextApiTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.BundleContextApiTest Running org.eclipse.gemini.blueprint.blueprint.ReflectionTest boolean java.lang.Boolean Boolean true boolean true Boolean true Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.blueprint.ReflectionTest Running org.eclipse.gemini.blueprint.compendium.config.CmConfigAndCtxPropertiesConfigurationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.eclipse.gemini.blueprint.compendium.config.CmConfigAndCtxPropertiesConfigurationTest Running org.eclipse.gemini.blueprint.compendium.config.ManagedPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedPropertiesTest Running org.eclipse.gemini.blueprint.compendium.config.ConfigPropertiesHandlerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.eclipse.gemini.blueprint.compendium.config.ConfigPropertiesHandlerTest Running org.eclipse.gemini.blueprint.compendium.config.ManagedServiceFactoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedServiceFactoryTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.ManagedFactoryDisposableInvokerTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.ManagedFactoryDisposableInvokerTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.DefaultManagedServiceBeanManagerTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.DefaultManagedServiceBeanManagerTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.ConfigurationAdminManagerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.ConfigurationAdminManagerTest Running org.eclipse.gemini.blueprint.config.NestedReferencesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec - in org.eclipse.gemini.blueprint.config.NestedReferencesTest Running org.eclipse.gemini.blueprint.config.OsgiReferenceCollectionNamespaceHandlerTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceCollectionNamespaceHandlerTest Running org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest 7395 [main] WARN : o.e.g.b.c.i.a.CustomListenerAdapterUtils - Custom method [public void org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionCustomListener.myBind(java.util.Date,java.util.Map)] threw exception when passing service [java.util.Date@1d5d5621] org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionCustomListener$1: expected! 7396 [main] WARN : o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter - standard bind method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener$1: expected! 7396 [main] WARN : o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter - Standard unbind method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener$2: expected! Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest 7402 [main] WARN : o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter - Standard registered method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener$1: expected! 7402 [main] WARN : o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter - Standard unregistered method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener$2: expected! Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest Running org.eclipse.gemini.blueprint.config.InvalidOsgiDefaultsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.config.InvalidOsgiDefaultsTest Running org.eclipse.gemini.blueprint.config.OsgiSingleReferenceParserWithInvalidFilesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.gemini.blueprint.config.OsgiSingleReferenceParserWithInvalidFilesTest Running org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest Running org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest string bean Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest Running org.eclipse.gemini.blueprint.context.support.AbstractRefreshableOsgiBundleApplicationContextTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.gemini.blueprint.context.support.AbstractRefreshableOsgiBundleApplicationContextTest Running org.eclipse.gemini.blueprint.context.support.AbstractBundleXmlApplicationContextTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.context.support.AbstractBundleXmlApplicationContextTest Running org.eclipse.gemini.blueprint.context.support.ConfigLocationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.context.support.ConfigLocationsTest Running org.eclipse.gemini.blueprint.context.internal.classloader.ChainedClassLoaderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.context.internal.classloader.ChainedClassLoaderTest Running org.eclipse.gemini.blueprint.context.OsgiBundleScopeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.context.OsgiBundleScopeTest Running org.eclipse.gemini.blueprint.internal.context.support.OsgiReferenceToServiceReferenceConversionTest org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxy@dad11f8c Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.eclipse.gemini.blueprint.internal.context.support.OsgiReferenceToServiceReferenceConversionTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceInvokerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceInvokerTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.003 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorSyntheticEventsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorSyntheticEventsTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.RetryTemplateTest About to reset template... Resetted template... About to reset template... Resetted template... Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.384 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.RetryTemplateTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorListenerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorListenerTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceCollectionTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceCollectionTest Running org.eclipse.gemini.blueprint.internal.service.collection.ServiceReferenceComparatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.ServiceReferenceComparatorTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetIteratorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetIteratorTest Running org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest thread Writer is waiting for time 20 thread Iter1 is waiting for time 40 thread Iter2 is waiting for time 10 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Iter1 is waiting for time 40 thread Writer is waiting for time 20 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter1 is waiting for time 40 thread Iter2 is waiting for time 30 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Iter1 is waiting for time 40 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Writer is waiting for time 50 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 thread Iter2 is waiting for time 70 thread Iter1 is waiting for time 60 Releasing thread Writer at time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 Releasing thread Iter1 at time 60 thread Iter2 is waiting for time 70 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 thread Iter2 is waiting for time 10 thread Writer is waiting for time 20 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Iter1 is waiting for time 40 thread Writer is waiting for time 20 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 thread Iter2 is waiting for time 30 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Iter1 is waiting for time 40 thread Writer is waiting for time 50 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Iter2 is waiting for time 70 thread Writer is waiting for time 50 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 thread Iter1 is waiting for time 60 Releasing thread Writer at time 50 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 thread Iter2 is waiting for time 10 thread Writer is waiting for time 20 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Iter1 is waiting for time 40 thread Writer is waiting for time 20 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 thread Iter2 is waiting for time 30 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Iter1 is waiting for time 40 thread Writer is waiting for time 50 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Iter2 is waiting for time 70 thread Writer is waiting for time 50 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 thread Iter1 is waiting for time 60 Releasing thread Writer at time 50 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 sec - in org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedListTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedListTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceListTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceListTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicListTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicListTest Running org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedSetTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetIteratorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetIteratorTest Running org.eclipse.gemini.blueprint.internal.util.BeanFactoryUtilsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.internal.util.BeanFactoryUtilsTest Running org.eclipse.gemini.blueprint.util.internal.ServiceReferenceBasedMapTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.util.internal.ServiceReferenceBasedMapTest Running org.eclipse.gemini.blueprint.util.OsgiBundleUtilsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.OsgiBundleUtilsTest Running org.eclipse.gemini.blueprint.util.MapBasedDictionaryTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.MapBasedDictionaryTest Running org.eclipse.gemini.blueprint.util.OsgiListenerUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.gemini.blueprint.util.OsgiListenerUtilsTest Running org.eclipse.gemini.blueprint.util.OsgiStringUtilsTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.OsgiStringUtilsTest Running org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoaderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 sec - in org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoaderTest Running org.eclipse.gemini.blueprint.util.SimpleLoggerTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.eclipse.gemini.blueprint.util.SimpleLoggerTest Running org.eclipse.gemini.blueprint.util.DebugUtilsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.DebugUtilsTest Running org.eclipse.gemini.blueprint.util.OsgiPlatformDetectorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.util.OsgiPlatformDetectorTest Running org.eclipse.gemini.blueprint.util.ClassUtilsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.gemini.blueprint.util.ClassUtilsTest Running org.eclipse.gemini.blueprint.ThreadTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.1 sec - in org.eclipse.gemini.blueprint.ThreadTest Running org.eclipse.gemini.blueprint.DictionaryEditorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.DictionaryEditorTest Running org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxiesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxiesTest Running org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxyTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.InfrastructureProxyTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.support.InfrastructureProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyEqualityTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyEqualityTest Running org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest Running org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest 27003 [main] WARN : o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean - OSGi importer [] definition contains no interfaces: all invocations will be executed on the proxy and not on the backing service Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest Running org.eclipse.gemini.blueprint.service.importer.OsgiServiceCollectionProxyFactoryBeanTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.service.importer.OsgiServiceCollectionProxyFactoryBeanTest Running org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest Running org.eclipse.gemini.blueprint.service.OsgiFilterUtilsTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.eclipse.gemini.blueprint.service.OsgiFilterUtilsTest Running org.eclipse.gemini.blueprint.service.exporter.BeanNameServicePropertiesResolverTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.BeanNameServicePropertiesResolverTest Running org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest Running org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest Running org.eclipse.gemini.blueprint.service.exporter.support.AbstractListenerAwareExporterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.support.AbstractListenerAwareExporterTest Running org.eclipse.gemini.blueprint.service.OsgiServiceReferenceUtilsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.OsgiServiceReferenceUtilsTest Running org.eclipse.gemini.blueprint.service.OsgiServiceUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.OsgiServiceUtilsTest Running org.eclipse.gemini.blueprint.service.ServiceUnavailableExceptionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.ServiceUnavailableExceptionTest Running org.eclipse.gemini.blueprint.service.ServiceExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.ServiceExceptionTest Running org.eclipse.gemini.blueprint.OsgiExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.OsgiExceptionTest Results : Tests run: 619, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-core --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-core --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.gemini.blueprint:gemini-blueprint-extender >------- [INFO] Building Gemini Blueprint Extender 3.0.0.M01-SNAPSHOT [5/58] [INFO] from extender/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-extender --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-extender --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-extender --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-extender --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/bnd.bnd [0:0]: Unused Import-Package instructions: [org.aopalliance.*] [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-extender --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-extender --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-extender --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.extender.internal.blueprint.support.BlueprintConfigUtilsTest ™ Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.extender.internal.blueprint.support.BlueprintConfigUtilsTest Running org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationCustomSettingsTest WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationCustomSettingsTest Running org.eclipse.gemini.blueprint.extender.internal.support.NamespacePluginsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.extender.internal.support.NamespacePluginsTest Running org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationDefaultSettingsTest WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationDefaultSettingsTest Running org.eclipse.gemini.blueprint.extender.internal.support.ApplicationContextConfigurationTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ApplicationContextConfigurationTest Running org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest ERROR [org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager] - JUnit test context context shutdown failed. java.lang.RuntimeException: THIS IS AN EXPECTED TEST EXCEPTION at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.closeApplicationContext(LifecycleManager.java:332) ~[classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.access$200(LifecycleManager.java:51) ~[classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$2.run(LifecycleManager.java:297) ~[classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeClose(LifecycleManager.java:310) ~[classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest.shutdownContext(LifecycleManagerTest.java:179) [test-classes/:na] at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest.testFailingSynchronousShutdown(LifecycleManagerTest.java:110) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_382] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_382] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_382] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_382] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37) [mockito-all-1.9.5.jar:na] at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62) [mockito-all-1.9.5.jar:na] at org.junit.runners.Suite.runChild(Suite.java:128) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.Suite.runChild(Suite.java:27) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [org.apache.servicemix.bundles.junit-4.12_1.jar:na] at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161) [surefire-junit47-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) [surefire-booter-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) [surefire-booter-2.19.1.jar:2.19.1] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) [surefire-booter-2.19.1.jar:2.19.1] Exception in thread "Thread for runnable [org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable@4b5189ac]" Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManagerTest Running org.eclipse.gemini.blueprint.extender.internal.activator.ListListenerAdapterTest java.lang.RuntimeException: THIS IS AN EXPECTED TEST EXCEPTION at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.closeApplicationContext(LifecycleManager.java:332) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.access$200(LifecycleManager.java:51) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$2.run(LifecycleManager.java:297) at org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable.run(RunnableTimedExecution.java:55) at java.lang.Thread.run(Thread.java:750) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.ListListenerAdapterTest Running org.eclipse.gemini.blueprint.extender.internal.activator.GenericsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.GenericsTest Running org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest Running org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest ERROR [org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution] - org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest$2@6e15fe2 did not finish in 10ms; consider taking a snapshot and then shutdown the VM in case the thread still hangs Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecutionTest Running org.eclipse.gemini.blueprint.extender.internal.util.HeaderConstantsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.extender.internal.util.HeaderConstantsTest Running org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsTest Running org.eclipse.gemini.blueprint.extender.internal.dependencies.BlueprintShutdownSorterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in org.eclipse.gemini.blueprint.extender.internal.dependencies.BlueprintShutdownSorterTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-extender --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-extender --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.gemini.blueprint:gemini-blueprint-extensions >------ [INFO] Building Gemini Blueprint Extensions 3.0.0.M01-SNAPSHOT [6/58] [INFO] from extensions/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-extensions --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-extensions --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-extensions --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-extensions --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-extensions --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.extensions.annotation.OsgiServiceAnnotationTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 sec - in org.eclipse.gemini.blueprint.extensions.annotation.OsgiServiceAnnotationTest Results : Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/target/gemini-blueprint-extensions-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extensions/target/gemini-blueprint-extensions-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.gemini.blueprint:gemini-blueprint-test >--------- [INFO] Building Gemini Blueprint Testing Framework 3.0.0.M01-SNAPSHOT [7/58] [INFO] from test-support/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-test --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/main/java/org/eclipse/gemini/blueprint/test/AbstractOptionalDependencyInjectionTests.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/main/java/org/eclipse/gemini/blueprint/test/AbstractOptionalDependencyInjectionTests.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/main/java/org/eclipse/gemini/blueprint/test/provisioning/internal/LocalFileSystemMavenRepository.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/src/main/java/org/eclipse/gemini/blueprint/test/provisioning/internal/LocalFileSystemMavenRepository.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-test --- [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/bnd.bnd [0:0]: Unused Private-Package instructions, no such package(s) on the class path: [org.eclipse.gemini.blueprint.test.*] [WARNING] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/bnd.bnd [0:0]: No translation found for macro: git.commit.id.describe [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.blueprint.test.internal.util.MemoryStorageTest wrote 661 bytes Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.gemini.blueprint.test.internal.util.MemoryStorageTest Running org.eclipse.gemini.blueprint.test.internal.util.ManifestUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.gemini.blueprint.test.internal.util.ManifestUtilsTest Running org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtilTest Running org.eclipse.gemini.blueprint.test.internal.util.FileSystemStorageTest wrote 1644 bytes Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.eclipse.gemini.blueprint.test.internal.util.FileSystemStorageTest Running org.eclipse.gemini.blueprint.test.provisioning.internal.MavenArtifactFinderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 sec - in org.eclipse.gemini.blueprint.test.provisioning.internal.MavenArtifactFinderTest Running org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepositoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 sec - in org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepositoryTest Running org.eclipse.gemini.blueprint.test.parsing.DifferentParentsInDifferentBundlesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 sec - in org.eclipse.gemini.blueprint.test.parsing.DifferentParentsInDifferentBundlesTest Running org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatformTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 sec - in org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatformTest Running org.eclipse.gemini.blueprint.test.platform.EquinoxPlatformTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 sec - in org.eclipse.gemini.blueprint.test.platform.EquinoxPlatformTest Running org.eclipse.gemini.blueprint.test.platform.PlatformConfigurationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec - in org.eclipse.gemini.blueprint.test.platform.PlatformConfigurationTest Running org.eclipse.gemini.blueprint.test.platform.FelixPlatformTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec - in org.eclipse.gemini.blueprint.test.platform.FelixPlatformTest Running org.eclipse.gemini.blueprint.test.platform.AbstractOsgiPlatformTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 sec - in org.eclipse.gemini.blueprint.test.platform.AbstractOsgiPlatformTest Running org.eclipse.gemini.blueprint.test.JUnitTestActivatorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 sec - in org.eclipse.gemini.blueprint.test.JUnitTestActivatorTest Running org.eclipse.gemini.blueprint.test.ConfigurableBundleCreatorTestsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec - in org.eclipse.gemini.blueprint.test.ConfigurableBundleCreatorTestsTest Results : Tests run: 59, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-test --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- shade:2.1:shade (default) @ gemini-blueprint-test --- [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:jar:4.12_1 from the shaded jar. [INFO] Excluding org.hamcrest:hamcrest-core:jar:1.3 from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-test:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.ow2.asm:asm-all:jar:5.2 from the shaded jar. [INFO] Excluding org.eclipse.gemini.blueprint:gemini-blueprint-core:jar:3.0.0.M01-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.gemini.blueprint:gemini-blueprint-io:jar:3.0.0.M01-SNAPSHOT from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-aop:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-beans:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-context:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-core:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Excluding org.springframework:spring-jcl:jar:5.0.4.RELEASE from the shaded jar. [INFO] Excluding org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-expression:jar:5.0.4.RELEASE_1 from the shaded jar. [INFO] Including org.eclipse.gemini.blueprint:gemini-blueprint-extender:jar:3.0.0.M01-SNAPSHOT in the shaded jar. [INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar with /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/dependency-reduced-pom.xml [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-test --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.gemini.blueprint.iandt:gemini-blueprint-integration-tests-parent >-- [INFO] Building Eclipse Gemini Blueprint Integration Tests Parent 3.0.0.M01-SNAPSHOT [8/58] [INFO] from integration-tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/maven-metadata.xml (1.3 kB at 1.6 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/maven-metadata.xml (1.3 kB at 1.6 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom (9.1 kB at 139 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom (2.8 kB at 345 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom (19 kB at 1.4 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom (1.5 kB at 210 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom (36 kB at 2.3 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar (251 kB at 6.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml (692 B at 138 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml (692 B at 69 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom (13 kB at 1.7 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 153 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 4.8 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 2.6 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar (58 kB at 4.9 MB/s) [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-integration-tests-parent --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-integration-tests-parent --- [INFO] Skipping source per configuration. [INFO] [INFO] --< org.eclipse.gemini.blueprint.iandt:gemini-blueprint-integration-test-bundles >-- [INFO] Building Eclipse Gemini Blueprint Integration Testing Bundles 3.0.0.M01-SNAPSHOT [9/58] [INFO] from integration-tests/bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-integration-test-bundles --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-integration-test-bundles --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:simple.service >---------- [INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle 3.0.0.M01-SNAPSHOT [10/58] [INFO] from integration-tests/bundles/simple.service.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ simple.service --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ simple.service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ simple.service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ simple.service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ simple.service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ simple.service --- [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ simple.service --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service --- [INFO] Skipping source per configuration. [INFO] [INFO] ----< org.eclipse.gemini.blueprint.iandt:simple.service.identical >----- [INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) 3.0.0.M01-SNAPSHOT [11/58] [INFO] from integration-tests/bundles/simple.service.bundle.identical/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ simple.service.identical --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ simple.service.identical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ simple.service.identical --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle.identical/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ simple.service.identical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ simple.service.identical --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ simple.service.identical --- [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ simple.service.identical --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle.identical/target/simple.service.identical-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service.identical --- [INFO] Skipping source per configuration. [INFO] [INFO] ---< org.eclipse.gemini.blueprint.iandt:simple.service.2.identical >---- [INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) 3.0.0.M01-SNAPSHOT [12/58] [INFO] from integration-tests/bundles/simple.service.bundle.2.identical/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ simple.service.2.identical --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ simple.service.2.identical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ simple.service.2.identical --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle.2.identical/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ simple.service.2.identical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ simple.service.2.identical --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ simple.service.2.identical --- [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ simple.service.2.identical --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle.2.identical/target/simple.service.2.identical-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service.2.identical --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:simple.service2 >--------- [INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle 2 3.0.0.M01-SNAPSHOT [13/58] [INFO] from integration-tests/bundles/simple.service.2.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ simple.service2 --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ simple.service2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ simple.service2 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ simple.service2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.2.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ simple.service2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ simple.service2 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ simple.service2 --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service2 --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:simple.service3 >--------- [INFO] Building Gemini Blueprint Test Bundle: Simple service test bundle 3 3.0.0.M01-SNAPSHOT [14/58] [INFO] from integration-tests/bundles/simple.service.3.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ simple.service3 --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ simple.service3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ simple.service3 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ simple.service3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.3.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ simple.service3 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ simple.service3 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ simple.service3 --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.3.bundle/target/simple.service3-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.service3 --- [INFO] Skipping source per configuration. [INFO] [INFO] -----< org.eclipse.gemini.blueprint.iandt:dependendencies.factory >----- [INFO] Building Gemini Blueprint Test Bundle: Simple service created by a factory which has a non trivial delay in createObject() 3.0.0.M01-SNAPSHOT [15/58] [INFO] from integration-tests/bundles/dependency.factory.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ dependendencies.factory --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ dependendencies.factory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ dependendencies.factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/dependency.factory.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ dependendencies.factory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/dependency.factory.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ dependendencies.factory --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ dependendencies.factory --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ dependendencies.factory --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/dependency.factory.bundle/target/dependendencies.factory-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ dependendencies.factory --- [INFO] Skipping source per configuration. [INFO] [INFO] -------------< org.eclipse.gemini.blueprint.iandt:trivial >------------- [INFO] Building Gemini Blueprint Test Bundle: Trivial OSGi bundle 3.0.0.M01-SNAPSHOT [16/58] [INFO] from integration-tests/bundles/trivial.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ trivial --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ trivial --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ trivial --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/trivial.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ trivial --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ trivial --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ trivial --- [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ trivial --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/trivial.bundle/target/trivial-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ trivial --- [INFO] Skipping source per configuration. [INFO] [INFO] ----------< org.eclipse.gemini.blueprint.iandt:trivial.tests >---------- [INFO] Building Gemini Blueprint Test Bundle: Simple test that uses trivial bundle 3.0.0.M01-SNAPSHOT [17/58] [INFO] from integration-tests/bundles/trivial.test.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ trivial.tests --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ trivial.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ trivial.tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/trivial.test.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ trivial.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ trivial.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ trivial.tests --- [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ trivial.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/trivial.test.bundle/target/trivial.tests-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ trivial.tests --- [INFO] Skipping source per configuration. [INFO] [INFO] ------------< org.eclipse.gemini.blueprint.iandt:lifecycle >------------ [INFO] Building Gemini Blueprint Test Bundle: Spring context lifecycle test bundle 3.0.0.M01-SNAPSHOT [18/58] [INFO] from integration-tests/bundles/lifecycle.test.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ lifecycle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ lifecycle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ lifecycle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/lifecycle.test.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ lifecycle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/lifecycle.test.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ lifecycle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ lifecycle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ lifecycle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ lifecycle --- [INFO] Skipping source per configuration. [INFO] [INFO] --------< org.eclipse.gemini.blueprint.iandt:service.listener >--------- [INFO] Building Gemini Blueprint Test Bundle: Spring context service listener test bundle 3.0.0.M01-SNAPSHOT [19/58] [INFO] from integration-tests/bundles/service.listener.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ service.listener --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ service.listener --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ service.listener --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/service.listener.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ service.listener --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/service.listener.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ service.listener --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ service.listener --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ service.listener --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ service.listener --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:reference.proxy >--------- [INFO] Building Gemini Blueprint Test Bundle: Spring context service reference lifecycle test bundle 3.0.0.M01-SNAPSHOT [20/58] [INFO] from integration-tests/bundles/reference.test.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ reference.proxy --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ reference.proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ reference.proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/reference.test.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ reference.proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/reference.test.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ reference.proxy --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ reference.proxy --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ reference.proxy --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ reference.proxy --- [INFO] Skipping source per configuration. [INFO] [INFO] --------< org.eclipse.gemini.blueprint.iandt:proxy.destruction >-------- [INFO] Building Gemini Blueprint Test Bundle: Spring context service reference destruction test bundle 3.0.0.M01-SNAPSHOT [21/58] [INFO] from integration-tests/bundles/proxy.destruction.test.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ proxy.destruction --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ proxy.destruction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ proxy.destruction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.destruction.test.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ proxy.destruction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.destruction.test.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ proxy.destruction --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ proxy.destruction --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ proxy.destruction --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ proxy.destruction --- [INFO] Skipping source per configuration. [INFO] [INFO] ----------< org.eclipse.gemini.blueprint.iandt:dependencies >----------- [INFO] Building Gemini Blueprint Test Bundle: Spring context dependencies test bundle 3.0.0.M01-SNAPSHOT [22/58] [INFO] from integration-tests/bundles/dependency.test.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ dependencies --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ dependencies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/dependency.test.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/dependency.test.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ dependencies --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ dependencies --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ dependencies --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/dependency.test.bundle/target/dependencies-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ dependencies --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:cardinality0to1 >--------- [INFO] Building Gemini Blueprint Test Bundle: Spring context service reference cardinality 0..1 bundle 3.0.0.M01-SNAPSHOT [23/58] [INFO] from integration-tests/bundles/cardinality.0to1.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ cardinality0to1 --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ cardinality0to1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ cardinality0to1 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/cardinality.0to1.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ cardinality0to1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/cardinality.0to1.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ cardinality0to1 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ cardinality0to1 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ cardinality0to1 --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ cardinality0to1 --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:scoped.bundle.a >--------- [INFO] Building Gemini Blueprint Test Bundle: Bundle scoping test bundle - A 3.0.0.M01-SNAPSHOT [24/58] [INFO] from integration-tests/bundles/scoped.a.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ scoped.bundle.a --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ scoped.bundle.a --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ scoped.bundle.a --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.a.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ scoped.bundle.a --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.a.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ scoped.bundle.a --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ scoped.bundle.a --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ scoped.bundle.a --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ scoped.bundle.a --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:scoped.bundle.b >--------- [INFO] Building Gemini Blueprint Test Bundle: Bundle scoping test bundle - B 3.0.0.M01-SNAPSHOT [25/58] [INFO] from integration-tests/bundles/scoped.b.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ scoped.bundle.b --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ scoped.bundle.b --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ scoped.bundle.b --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.b.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ scoped.bundle.b --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.b.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ scoped.bundle.b --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ scoped.bundle.b --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ scoped.bundle.b --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ scoped.bundle.b --- [INFO] Skipping source per configuration. [INFO] [INFO] ------< org.eclipse.gemini.blueprint.iandt:scoped.bundle.common >------- [INFO] Building Gemini Blueprint Test Bundle: Bundle scoping test bundle - Common 3.0.0.M01-SNAPSHOT [26/58] [INFO] from integration-tests/bundles/scoped.common.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ scoped.bundle.common --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ scoped.bundle.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ scoped.bundle.common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.common.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ scoped.bundle.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.common.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ scoped.bundle.common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ scoped.bundle.common --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ scoped.bundle.common --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ scoped.bundle.common --- [INFO] Skipping source per configuration. [INFO] [INFO] ------< org.eclipse.gemini.blueprint.iandt:io.fragment.1.bundle >------- [INFO] Building Gemini Blueprint Test Bundle: IO fragment 1 bundle 3.0.0.M01-SNAPSHOT [27/58] [INFO] from integration-tests/bundles/io.fragment.1.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ io.fragment.1.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ io.fragment.1.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ io.fragment.1.bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ io.fragment.1.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ io.fragment.1.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ io.fragment.1.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ io.fragment.1.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ io.fragment.1.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] ------< org.eclipse.gemini.blueprint.iandt:io.fragment.2.bundle >------- [INFO] Building Gemini Blueprint Test Bundle: IO fragment 2 bundle 3.0.0.M01-SNAPSHOT [28/58] [INFO] from integration-tests/bundles/io.fragment.2.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ io.fragment.2.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ io.fragment.2.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ io.fragment.2.bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ io.fragment.2.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ io.fragment.2.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ io.fragment.2.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ io.fragment.2.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ io.fragment.2.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] --------------< org.eclipse.gemini.blueprint.iandt:error >-------------- [INFO] Building Gemini Blueprint Test Bundle: Error bundle 3.0.0.M01-SNAPSHOT [29/58] [INFO] from integration-tests/bundles/error.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ error --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ error --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ error --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/error.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ error --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/error.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ error --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ error --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ error --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/error.bundle/target/error-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ error --- [INFO] Skipping source per configuration. [INFO] [INFO] ------------< org.eclipse.gemini.blueprint.iandt:deadlock >------------- [INFO] Building Gemini Blueprint Test Bundle: Deadlock bundle 3.0.0.M01-SNAPSHOT [30/58] [INFO] from integration-tests/bundles/deadlock.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ deadlock --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ deadlock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ deadlock --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/deadlock.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ deadlock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/deadlock.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ deadlock --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ deadlock --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ deadlock --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/deadlock.bundle/target/deadlock-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ deadlock --- [INFO] Skipping source per configuration. [INFO] [INFO] ----------< org.eclipse.gemini.blueprint.iandt:configuration >---------- [INFO] Building Gemini Blueprint Test Bundle: Configuration test bundle 3.0.0.M01-SNAPSHOT [31/58] [INFO] from integration-tests/bundles/configuration.test.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ configuration --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ configuration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/configuration.test.bundle/target/classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/configuration.test.bundle/src/main/java/org/springframework/osgi/iandt/configuration/ManagedServiceFactoryListener.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/configuration.test.bundle/src/main/java/org/springframework/osgi/iandt/configuration/ManagedServiceFactoryListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/configuration.test.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ configuration --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ configuration --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/configuration.test.bundle/target/configuration-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ configuration --- [INFO] Skipping source per configuration. [INFO] [INFO] -----< org.eclipse.gemini.blueprint.iandt:extender-version-bundle >----- [INFO] Building Gemini Blueprint Test Bundle: ExtenderVersion-Test-Bundle 3.0.0.M01-SNAPSHOT [32/58] [INFO] from integration-tests/bundles/extender.version.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ extender-version-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ extender-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ extender-version-bundle --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ extender-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.version.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ extender-version-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ extender-version-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ extender-version-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.version.bundle/target/extender-version-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ extender-version-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] ----------< org.eclipse.gemini.blueprint.iandt:config.bundle >---------- [INFO] Building Gemini Blueprint Test Bundle: Integration testing bundles for configuration options 3.0.0.M01-SNAPSHOT [33/58] [INFO] from integration-tests/bundles/config.bundle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ config.bundle --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ config.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] --------< org.eclipse.gemini.blueprint.iandt:nopublish-bundle >--------- [INFO] Building Gemini Blueprint Test Bundle: NoPublish-Bundle 3.0.0.M01-SNAPSHOT [34/58] [INFO] from integration-tests/bundles/config.bundle/no.publish.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ nopublish-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ nopublish-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ nopublish-bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ nopublish-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/no.publish.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ nopublish-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ nopublish-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ nopublish-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/no.publish.bundle/target/nopublish-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ nopublish-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] -------< org.eclipse.gemini.blueprint.iandt:async-nowait-bundle >------- [INFO] Building Gemini Blueprint Test Bundle: Async-NoWait-Bundle 3.0.0.M01-SNAPSHOT [35/58] [INFO] from integration-tests/bundles/config.bundle/async.nowait.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ async-nowait-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ async-nowait-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ async-nowait-bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ async-nowait-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/async.nowait.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ async-nowait-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ async-nowait-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ async-nowait-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/async.nowait.bundle/target/async-nowait-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ async-nowait-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] --------< org.eclipse.gemini.blueprint.iandt:async-wait-bundle >-------- [INFO] Building Gemini Blueprint Test Bundle: Async-Wait-Bundle 3.0.0.M01-SNAPSHOT [36/58] [INFO] from integration-tests/bundles/config.bundle/async.wait.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ async-wait-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ async-wait-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ async-wait-bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ async-wait-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/async.wait.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ async-wait-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ async-wait-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ async-wait-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/async.wait.bundle/target/async-wait-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ async-wait-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] -------< org.eclipse.gemini.blueprint.iandt:sync-nowait-bundle >-------- [INFO] Building Gemini Blueprint Test Bundle: Sync-NoWait-Bundle 3.0.0.M01-SNAPSHOT [37/58] [INFO] from integration-tests/bundles/config.bundle/sync.nowait.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ sync-nowait-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ sync-nowait-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ sync-nowait-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.nowait.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ sync-nowait-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.nowait.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ sync-nowait-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ sync-nowait-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ sync-nowait-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.nowait.bundle/target/sync-nowait-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ sync-nowait-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] --------< org.eclipse.gemini.blueprint.iandt:sync-tail-bundle >--------- [INFO] Building Gemini Blueprint Test Bundle: Sync-Tail-Bundle 3.0.0.M01-SNAPSHOT [38/58] [INFO] from integration-tests/bundles/config.bundle/sync.tail.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ sync-tail-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ sync-tail-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ sync-tail-bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ sync-tail-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.tail.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ sync-tail-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ sync-tail-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ sync-tail-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ sync-tail-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] --------< org.eclipse.gemini.blueprint.iandt:sync-wait-bundle >--------- [INFO] Building Gemini Blueprint Test Bundle: Sync-Wait-Bundle 3.0.0.M01-SNAPSHOT [39/58] [INFO] from integration-tests/bundles/config.bundle/sync.wait.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ sync-wait-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ sync-wait-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ sync-wait-bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ sync-wait-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.wait.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ sync-wait-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ sync-wait-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ sync-wait-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.wait.bundle/target/sync-wait-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ sync-wait-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] ------------< org.eclipse.gemini.blueprint.iandt:tccl.intf >------------ [INFO] Building Gemini Blueprint Test Bundle: Spring service TCCL management inteface test bundle 3.0.0.M01-SNAPSHOT [40/58] [INFO] from integration-tests/bundles/tccl.intf.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ tccl.intf --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ tccl.intf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ tccl.intf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ tccl.intf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ tccl.intf --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ tccl.intf --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ tccl.intf --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tccl.intf --- [INFO] Skipping source per configuration. [INFO] [INFO] --------------< org.eclipse.gemini.blueprint.iandt:tccl >--------------- [INFO] Building Gemini Blueprint Test Bundle: Spring service TCCL management test bundle 3.0.0.M01-SNAPSHOT [41/58] [INFO] from integration-tests/bundles/tccl.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ tccl --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ tccl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ tccl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ tccl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ tccl --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ tccl --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ tccl --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tccl --- [INFO] Skipping source per configuration. [INFO] [INFO] -----< org.eclipse.gemini.blueprint.iandt:config-with-dots.bundle >----- [INFO] Building Gemini Blueprint Test Bundle: Config File With Dots bundle 3.0.0.M01-SNAPSHOT [42/58] [INFO] from integration-tests/bundles/config.file.with.dots.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ config-with-dots.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ config-with-dots.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ config-with-dots.bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ config-with-dots.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.file.with.dots.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ config-with-dots.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ config-with-dots.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ config-with-dots.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ config-with-dots.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] ----------< org.eclipse.gemini.blueprint.iandt:proxy.creator >---------- [INFO] Building Gemini Blueprint Test Bundle: Spring Proxy Creator bundle 3.0.0.M01-SNAPSHOT [43/58] [INFO] from integration-tests/bundles/proxy.creator.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ proxy.creator --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ proxy.creator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ proxy.creator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.creator.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ proxy.creator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.creator.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ proxy.creator --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ proxy.creator --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ proxy.creator --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ proxy.creator --- [INFO] Skipping source per configuration. [INFO] [INFO] ----< org.eclipse.gemini.blueprint.iandt:extender-fragment-bundle >----- [INFO] Building Gemini Blueprint Test Bundle: Extender Configuration Fragment Bundle 3.0.0.M01-SNAPSHOT [44/58] [INFO] from integration-tests/bundles/extender.fragment.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ extender-fragment-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ extender-fragment-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ extender-fragment-bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ extender-fragment-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.fragment.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ extender-fragment-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ extender-fragment-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ extender-fragment-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ extender-fragment-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] ------------< org.eclipse.gemini.blueprint.iandt:jdk.proxy >------------ [INFO] Building Gemini Blueprint Test Bundle: JDK proxy test 3.0.0.M01-SNAPSHOT [45/58] [INFO] from integration-tests/bundles/jdk.proxy.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ jdk.proxy --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ jdk.proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ jdk.proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk.proxy.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ jdk.proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk.proxy.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ jdk.proxy --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ jdk.proxy --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jdk.proxy --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jdk.proxy --- [INFO] Skipping source per configuration. [INFO] [INFO] ----< org.eclipse.gemini.blueprint.iandt:extender.listener.bundle >----- [INFO] Building Gemini Blueprint Test Bundle: Extender Event listener bundle Bundle 3.0.0.M01-SNAPSHOT [46/58] [INFO] from integration-tests/bundles/extender.listener.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ extender.listener.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ extender.listener.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ extender.listener.bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.listener.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ extender.listener.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.listener.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ extender.listener.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ extender.listener.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ extender.listener.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ extender.listener.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:ns.own.consumer >--------- [INFO] Building Gemini Blueprint Test Bundle: namespace provider and consumer bundle 3.0.0.M01-SNAPSHOT [47/58] [INFO] from integration-tests/bundles/namespace.own.consumer.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ ns.own.consumer --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ ns.own.consumer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ ns.own.consumer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/namespace.own.consumer.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ ns.own.consumer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/namespace.own.consumer.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ ns.own.consumer --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ ns.own.consumer --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ ns.own.consumer --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ ns.own.consumer --- [INFO] Skipping source per configuration. [INFO] [INFO] ---------< org.eclipse.gemini.blueprint.iandt:proxy.listener >---------- [INFO] Building Gemini Blueprint Test Bundle: Just a listener exported as a service 3.0.0.M01-SNAPSHOT [48/58] [INFO] from integration-tests/bundles/proxy.listener/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ proxy.listener --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ proxy.listener --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ proxy.listener --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.listener/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ proxy.listener --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.listener/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ proxy.listener --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ proxy.listener --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ proxy.listener --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ proxy.listener --- [INFO] Skipping source per configuration. [INFO] [INFO] --< org.eclipse.gemini.blueprint.iandt:export-import-dependency-bundle >-- [INFO] Building Gemini Blueprint Test Bundle: Export Import Dependency Bundle 3.0.0.M01-SNAPSHOT [49/58] [INFO] from integration-tests/bundles/export.import.dependency.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ export-import-dependency-bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ export-import-dependency-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ export-import-dependency-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/export.import.dependency.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ export-import-dependency-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/export.import.dependency.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ export-import-dependency-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ export-import-dependency-bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ export-import-dependency-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/export.import.dependency.bundle/target/export-import-dependency-bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ export-import-dependency-bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] --< org.eclipse.gemini.blueprint.iandt:spring-osgi-jdk5-integration-test-bundles >-- [INFO] Building Eclipse Gemini Blueprint JDK5 Integration Testing Bundles 3.0.0.M01-SNAPSHOT [50/58] [INFO] from integration-tests/bundles/jdk5/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ spring-osgi-jdk5-integration-test-bundles --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ spring-osgi-jdk5-integration-test-bundles --- [INFO] Skipping source per configuration. [INFO] [INFO] ------< org.eclipse.gemini.blueprint.iandt:component.scan.bundle >------ [INFO] Building Gemini Blueprint Test Bundle: @Component beans bundle 3.0.0.M01-SNAPSHOT [51/58] [INFO] from integration-tests/bundles/jdk5/component.scan.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ component.scan.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ component.scan.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ component.scan.bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk5/component.scan.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ component.scan.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk5/component.scan.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ component.scan.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ component.scan.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ component.scan.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ component.scan.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] ------------< org.eclipse.gemini.blueprint.iandt:recursive >------------ [INFO] Building Eclipse Gemini Blueprint Test Bundle: Recursive Type test bundle 3.0.0.M01-SNAPSHOT [52/58] [INFO] from integration-tests/bundles/recursive.type.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ recursive --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ recursive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ recursive --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/recursive.type.bundle/target/classes [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ recursive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/recursive.type.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ recursive --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ recursive --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ recursive --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/recursive.type.bundle/target/recursive-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ recursive --- [INFO] Skipping source per configuration. [INFO] [INFO] --------< org.eclipse.gemini.blueprint.iandt.blueprint:bundles >-------- [INFO] Building Gemini Blueprint Integration Testing Bundles 3.0.0.M01-SNAPSHOT [53/58] [INFO] from integration-tests/bundles/blueprint/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ bundles --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ bundles --- [INFO] Skipping source per configuration. [INFO] [INFO] -----< org.eclipse.gemini.blueprint.iandt.blueprint:simple.bundle >----- [INFO] Building Eclipse Gemini Blueprint Test Bundle: Simple service test bundle 3.0.0.M01-SNAPSHOT [54/58] [INFO] from integration-tests/bundles/blueprint/simple.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ simple.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ simple.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ simple.bundle --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ simple.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/blueprint/simple.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ simple.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ simple.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ simple.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/blueprint/simple.bundle/target/simple.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ simple.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] -----< org.eclipse.gemini.blueprint.iandt.blueprint:error.bundle >------ [INFO] Building Eclipse Gemini Blueprint Test Bundle: Error bundle 3.0.0.M01-SNAPSHOT [55/58] [INFO] from integration-tests/bundles/blueprint/error.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ error.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ error.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ error.bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ error.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/blueprint/error.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ error.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ error.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ error.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/blueprint/error.bundle/target/error.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ error.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] ----< org.eclipse.gemini.blueprint.iandt.blueprint:waiting.bundle >----- [INFO] Building Eclipse Gemini Blueprint Test Bundle: Waiting bundle 3.0.0.M01-SNAPSHOT [56/58] [INFO] from integration-tests/bundles/blueprint/waiting.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ waiting.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ waiting.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ waiting.bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ waiting.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/blueprint/waiting.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ waiting.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ waiting.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ waiting.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/blueprint/waiting.bundle/target/waiting.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ waiting.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] -----< org.eclipse.gemini.blueprint.iandt.blueprint:config.bundle >----- [INFO] Building Eclipse Gemini Blueprint Test Bundle: Configuration test bundle 3.0.0.M01-SNAPSHOT [57/58] [INFO] from integration-tests/bundles/blueprint/config.bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ config.bundle --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ config.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ config.bundle --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ config.bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/blueprint/config.bundle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ config.bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ config.bundle --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ config.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/blueprint/config.bundle/target/config.bundle-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ config.bundle --- [INFO] Skipping source per configuration. [INFO] [INFO] --< org.eclipse.gemini.blueprint.iandt:gemini-blueprint-integration-tests >-- [INFO] Building Eclipse Gemini Blueprint Integration Tests 3.0.0.M01-SNAPSHOT [58/58] [INFO] from integration-tests/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.4.0/org.apache.felix.configadmin-1.4.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.4.0/org.apache.felix.configadmin-1.4.0.pom (12 kB at 474 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.metatype/1.0.8/org.apache.felix.metatype-1.0.8.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.metatype/1.0.8/org.apache.felix.metatype-1.0.8.pom (4.1 kB at 518 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom (2.0 kB at 284 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 64 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.eventadmin/1.3.0/org.apache.felix.eventadmin-1.3.0.pom [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.eventadmin/1.3.0/org.apache.felix.eventadmin-1.3.0.pom (5.5 kB at 683 kB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.4.0/org.apache.felix.configadmin-1.4.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.4.0/org.apache.felix.configadmin-1.4.0.jar (109 kB at 6.1 MB/s) [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.metatype/1.0.8/org.apache.felix.metatype-1.0.8.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloading from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.eventadmin/1.3.0/org.apache.felix.eventadmin-1.3.0.jar [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.metatype/1.0.8/org.apache.felix.metatype-1.0.8.jar (72 kB at 916 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 36 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar (43 kB at 147 kB/s) [INFO] Downloaded from maven-repo: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.eventadmin/1.3.0/org.apache.felix.eventadmin-1.3.0.jar (201 kB at 660 kB/s) [INFO] [INFO] --- git-commit-id:2.2.2:revision (default) @ gemini-blueprint-integration-tests --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ gemini-blueprint-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ gemini-blueprint-integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ gemini-blueprint-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 62 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ gemini-blueprint-integration-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 101 source files to /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/src/test/java/org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/src/test/java/org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/src/test/java/org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/src/test/java/org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-integration-tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. ------------------------------------------------------- T E S T S ------------------------------------------------------- 11:50:54,174 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:50:54,393 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:50:54,395 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:50:54,408 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:50:54,496 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:50:54,498 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:50:54,501 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:50:54,569 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610694f1 - No compression will be used 11:50:54,573 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:50:54,574 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:50:54,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:50:54,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:50:54,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:50:54,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:50:54,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:50:54,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:50:54,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:50:54,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:50:54,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:50:54,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:50:54,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:50:54,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:50:54,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:50:54,576 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:50:54,576 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:50:54,577 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:50:54,577 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:50:54,577 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6321e813 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.bundleScope.ScopingTest 11:50:54.708 [main] TRACE o.e.g.b.i.b.ScopingTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:50:54.711 [main] TRACE o.e.g.b.i.b.ScopingTest:85 - Instantiating platform wrapper... 11:50:54.712 [main] DEBUG o.e.g.b.i.b.ScopingTest:215 - About to start Equinox OSGi Platform 11:50:55.185 [main] INFO o.e.g.b.i.b.ScopingTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:50:55.188 [main] TRACE o.e.g.b.i.b.ScopingTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:50:55.189 [main] TRACE o.e.g.b.i.b.ScopingTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:50:55.190 [main] DEBUG o.e.g.b.i.b.ScopingTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:50:55.190 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:50:55.380 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:50:55.389 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:50:55.393 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:50:55.395 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:50:55.403 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:50:55.408 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:50:55.468 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:50:55.475 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:50:55.482 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:50:55.494 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:50:55.570 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:50:55.574 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:50:55.579 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:50:55.587 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:50:55.589 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:50:55.594 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:50:55.596 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:50:55.600 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.0.M01-SNAPSHOT.jar] 11:50:55.601 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.0.M01-SNAPSHOT.jar] 11:50:55.602 [main] DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.0.M01-SNAPSHOT.jar] 11:50:55.675 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:50:55.691 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:50:55.691 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:50:55.691 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:50:55.692 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:50:55.692 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:50:55.692 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:50:55.692 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:50:55.693 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:50:55.693 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:50:55.693 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:50:55.693 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:50:55.694 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:50:55.694 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:50:55.694 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:50:55.694 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:50:55,784 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:50:55,808 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:50:55,810 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:50:55,817 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:50:55,883 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:50:55,885 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:50:55,889 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:50:55,895 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@72e5a8e - No compression will be used 11:50:55,907 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:50:55,907 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:50:55,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:50:55,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:50:55,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:50:55,909 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:50:55,910 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:50:55,910 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:50:55,910 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:50:55,911 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5e600dd5 - Registering current configuration as safe fallback point 11:50:55.919 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:50:55.970 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:50:56.088 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:50:56.088 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:50:56.091 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:50:56.094 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:50:56.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:50:56.099 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.099 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:50:56.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:50:56.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:50:56.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.100 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:50:56.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:50:56.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:50:56.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.101 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:50:56.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:50:56.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:50:56.101 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.101 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:50:56.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:50:56.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:50:56.102 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.102 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:50:56.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:50:56.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:50:56.103 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.103 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:50:56.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:50:56.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:50:56.103 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.103 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:50:56.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:50:56.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:50:56.109 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.109 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:50:56.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:50:56.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:50:56.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.110 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:50:56.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:50:56.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:50:56.111 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.112 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:50:56.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:50:56.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:50:56.116 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.116 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:50:56.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:50:56.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:50:56.117 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.117 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:50:56.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:50:56.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:50:56.118 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.118 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:50:56.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:50:56.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:50:56.119 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.119 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:50:56.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:50:56.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:50:56.119 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.119 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:50:56.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:50:56.120 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:50:56.120 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.120 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:50:56.120 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:50:56.173 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:50:56.173 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:50:56.177 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:50:56.178 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:50:56.180 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:50:56.181 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:50:56.182 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@791d1f8b w/ reference null 11:50:56.182 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@791d1f8b w/ reference null 11:50:56.183 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:50:56.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:50:56.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:50:56.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:50:56.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:50:56.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:50:56.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:50:56.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:50:56.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:50:56.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:50:56.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:50:56.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:50:56.196 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:50:56.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:50:56.196 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:50:56.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:50:56.197 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:50:56.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:50:56.198 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:50:56.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:50:56.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:50:56.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:50:56.201 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:50:56.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:50:56.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:50:56.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:50:56.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:50:56.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:50:56.206 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:50:56.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:50:56.207 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:50:56.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:50:56.208 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:50:56.208 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:50:56.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:50:56.212 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.212 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:50:56.212 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:50:56.212 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:50:56.212 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:50:56.213 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [org.eclipse.gemini.blueprint.iandt-scope-common (org.eclipse.gemini.blueprint.iandt.scope.common)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.0.M01-SNAPSHOT.jar] 11:50:56.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org.eclipse.gemini.blueprint.iandt-scope-common (org.eclipse.gemini.blueprint.iandt.scope.common)] 11:50:56.213 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.common]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.213 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.common]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org.eclipse.gemini.blueprint.iandt-scope-common (org.eclipse.gemini.blueprint.iandt.scope.common) 11:50:56.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org.eclipse.gemini.blueprint.iandt-scope-common (org.eclipse.gemini.blueprint.iandt.scope.common)] 11:50:56.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org.eclipse.gemini.blueprint.iandt-scope-common (org.eclipse.gemini.blueprint.iandt.scope.common)] 11:50:56.214 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.common]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org.eclipse.gemini.blueprint.iandt-scope-common (org.eclipse.gemini.blueprint.iandt.scope.common)] 11:50:56.214 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.0.M01-SNAPSHOT.jar] 11:50:56.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)] 11:50:56.215 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.a]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.215 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.a]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a) 11:50:56.215 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)] 11:50:56.268 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-eclipse-gemini-blueprint-iandt-scope-a is type compatible with extender gemini-blueprint-extender; processing bundle... 11:50:56.269 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.a]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)] 11:50:56.271 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)] 11:50:56.272 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:50:56.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)] 11:50:56.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1891bdf 11:50:56.272 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.a]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)] 11:50:56.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.273 [main] DEBUG o.e.g.b.i.b.ScopingTest:319 - Starting [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.0.M01-SNAPSHOT.jar] 11:50:56.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)] 11:50:56.273 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.b]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.273 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.b]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b) 11:50:56.274 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)] 11:50:56.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org.eclipse.gemini.blueprint.iandt-scope-b is type compatible with extender gemini-blueprint-extender; processing bundle... 11:50:56.274 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:56 UTC 2024]; root of context hierarchy 11:50:56.274 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.b]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)] 11:50:56.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)] 11:50:56.274 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:50:56.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)] 11:50:56.275 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.b]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)] 11:50:56.276 [main] INFO o.e.g.b.i.b.ScopingTest:199 - org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest-bundle.properties was not found; using defaults 11:50:56.277 [main] DEBUG o.e.g.b.i.b.ScopingTest:511 - Post processing: creating test bundle 11:50:56.277 [main] INFO o.e.g.b.i.b.ScopingTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF] 11:50:56.278 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:50:56.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.bundleScope] 11:50:56.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-Name=Integration test for OSGi bundle scoping, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework, org.osgi.framework, org.apache.commons.logging, org.springframework.util, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.iandt.scope.common, org.eclipse.gemini.blueprint.iandt.scope.a, org.eclipse.gemini.blueprint.iandt.scope.b, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.context, Manifest-Version=1.0]] 11:50:56.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:50:56.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:50:56.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:50:56.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:50:56.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 11:50:56.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 11:50:56.291 [main] DEBUG o.e.g.b.i.b.ScopingTest:557 - Test bundle [Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration)] successfully installed 11:50:56.291 [main] DEBUG o.e.g.b.i.b.ScopingTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:50:56.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration)] 11:50:56.294 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.integration]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:50:56.294 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.integration]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration) 11:50:56.294 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration)] 11:50:56.294 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration)] 11:50:56.368 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.scope.integration]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:50:56.368 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration)] 11:50:56.368 [main] DEBUG o.e.g.b.i.b.ScopingTest:562 - Test bundle [Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration)] successfully started 11:50:56.369 [main] DEBUG o.e.g.b.i.b.ScopingTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:50:56.370 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:50:56.371 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:50:56.371 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:50:56.371 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:50:56.371 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:50:56.372 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:50:56.372 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:50:56.372 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:50:56.373 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:50:56.374 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:50:56.374 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk247944893/META-INF/spring/scoped-beans.xml] 11:50:56.377 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:50:56.378 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:50:56.378 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:50:56.379 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:50:56.379 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:50:56.379 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:50:56.379 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:50:56.380 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:50:56.380 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.scope.common] does not trigger a context creation. 11:50:56.380 [main] DEBUG o.e.g.b.i.b.ScopingTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.scope.a] triggers a context creation; waiting for it 11:50:56.381 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.scope.a] incremented to 1 11:50:56.382 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:50:56.383 [main] DEBUG o.e.g.b.i.b.ScopingTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.scope.a 11:50:56.470 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:50:56.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk247944893/org/springframework/beans/factory/xml/spring-beans.xsd 11:50:56.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:56.472 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:56.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:56.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:56.601 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5157f701: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy 11:50:56.607 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:50:56.607 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:50:56.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:50:56.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:50:56.615 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:50:56.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5157f701: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy] 11:50:56.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:50:56.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@64d3ae11 11:50:56.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:50:56.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:50:56.668 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:50:56.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:50:56.668 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:50:56.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1891bdf 11:50:56.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.669 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:56 UTC 2024]; root of context hierarchy 11:50:56.670 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:50:56.670 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk247944893/META-INF/spring/scoped-beans.xml] 11:50:56.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:50:56.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk247944893/org/springframework/beans/factory/xml/spring-beans.xsd 11:50:56.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:56.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:56.688 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:56.688 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:56.695 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@708b6b20: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy 11:50:56.695 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:50:56.695 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:50:56.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:50:56.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:50:56.696 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:50:56.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@708b6b20: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy] 11:50:56.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:50:56.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@64d3ae11 11:50:56.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&serviceFromA] 11:50:56.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:50:56.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService} and filter=[(Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a))] 11:50:56.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a))] 11:50:56.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &serviceFromA implies dependecy DependencyService[Name=&serviceFromA][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a))][Mandatory=false] 11:50:56.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:50:56.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:50:56.778 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:50:56.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1712299f] 11:50:56.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2a589fe4] 11:50:56.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:50:56.789 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:50:56.789 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:50:56.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService] classes {} 11:50:56.790 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}] 11:50:56.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:50:56.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.scope.a.BeanReferenceBeanInfo] required by [org-eclipse-gemini-blueprint-iandt-scope-a(org.eclipse.gemini.blueprint.iandt.scope.a)] scanning available bundles 11:50:56.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:50:56.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)] exports [org.eclipse.gemini.blueprint.iandt.scope.a] as version [0.0.0] but version [null] was required 11:50:56.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-eclipse-gemini-blueprint-iandt-scope-a(org.eclipse.gemini.blueprint.iandt.scope.a)] scanning available bundles 11:50:56.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-eclipse-gemini-blueprint-iandt-scope-a(org.eclipse.gemini.blueprint.iandt.scope.a)] scanning available bundles 11:50:56.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.scope.a.BeanReferenceCustomizer] required by [org-eclipse-gemini-blueprint-iandt-scope-a(org.eclipse.gemini.blueprint.iandt.scope.a)] scanning available bundles 11:50:56.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:50:56.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a)] exports [org.eclipse.gemini.blueprint.iandt.scope.a] as version [0.0.0] but version [null] was required 11:50:56.796 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@11c09086] 11:50:56.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:56 UTC 2024]; root of context hierarchy] 11:50:56.799 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.a, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0} 11:50:56.800 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:50:56.801 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.scope.a] decremented to 0 11:50:56.801 [main] DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.a 11:50:56.801 [main] DEBUG o.e.g.b.i.b.ScopingTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.scope.b] triggers a context creation; waiting for it 11:50:56.801 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.scope.b] incremented to 1 11:50:56.802 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:50:56.802 [main] DEBUG o.e.g.b.i.b.ScopingTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.scope.b 11:50:56.803 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.scope.a_1.0.0 [19] 11:50:56.804 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:56.804 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:50:56.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:50:56.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org.eclipse.gemini.blueprint.iandt-scope-b(org.eclipse.gemini.blueprint.iandt.scope.b)] scanning available bundles 11:50:56.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org.eclipse.gemini.blueprint.iandt-scope-b(org.eclipse.gemini.blueprint.iandt.scope.b)] scanning available bundles 11:50:56.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org.eclipse.gemini.blueprint.iandt-scope-b(org.eclipse.gemini.blueprint.iandt.scope.b)] scanning available bundles 11:50:56.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org.eclipse.gemini.blueprint.iandt-scope-b(org.eclipse.gemini.blueprint.iandt.scope.b)] scanning available bundles 11:50:56.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org.eclipse.gemini.blueprint.iandt-scope-b(org.eclipse.gemini.blueprint.iandt.scope.b)] scanning available bundles 11:50:56.877 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@76c5a641] 11:50:56.877 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c3b2ebe] 11:50:56.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:50:56.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:50:56.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:50:56.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService] classes {class org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService, interface org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService, class java.util.Properties, class java.util.Hashtable, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.Dictionary} 11:50:56.878 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Dictionary, java.util.Hashtable, java.util.Map, java.util.Properties, org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService, org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}] 11:50:56.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:50:56.879 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a))] 11:50:56.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=32}} 11:50:56.880 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:50:56.880 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:50:56.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.scope.b.BeanReferenceBeanInfo] required by [org.eclipse.gemini.blueprint.iandt-scope-b(org.eclipse.gemini.blueprint.iandt.scope.b)] scanning available bundles 11:50:56.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:50:56.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)] exports [org.eclipse.gemini.blueprint.iandt.scope.b] as version [0.0.0] but version [null] was required 11:50:56.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.scope.b.BeanReferenceCustomizer] required by [org.eclipse.gemini.blueprint.iandt-scope-b(org.eclipse.gemini.blueprint.iandt.scope.b)] scanning available bundles 11:50:56.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:50:56.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b)] exports [org.eclipse.gemini.blueprint.iandt.scope.b] as version [0.0.0] but version [null] was required 11:50:56.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6576f932] 11:50:56.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:56 UTC 2024]; root of context hierarchy] 11:50:56.882 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.b, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.b, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.b, Bundle-Version=1.0.0} 11:50:56.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:50:56.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.scope.b] decremented to 0 11:50:56.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.scope.b_1.0.0 [20] 11:50:56.883 [main] DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.b 11:50:56.883 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.scope.integration] does not trigger a context creation. 11:50:56.884 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testExportedScopedBeansDestructionCallbackCalled] to OSGi 11:50:56.893 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedScopedBeansDestructionCallbackCalled] for execution inside OSGi 11:50:56.893 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedScopedBeansDestructionCallbackCalled] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6ee4d9ab 11:50:56.893 [main] INFO o.e.g.b.i.b.ScopingTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 11:50:56.894 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Wed Jan 17 11:50:56 UTC 2024]; root of context hierarchy 11:50:56.894 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:50:56.895 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk247944893/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml] 11:50:56.896 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:50:56.897 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk247944893/org/springframework/beans/factory/xml/spring-beans.xsd 11:50:56.897 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:56.897 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:56.974 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:56.975 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:56.980 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@176b75f7: defining beans [props,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,object,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:50:56.980 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:50:56.981 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:50:56.981 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:50:56.981 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:50:56.982 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3b8f0a79] 11:50:56.982 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@71e693fa] 11:50:56.983 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:50:56.983 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:50:56.983 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:50:56.983 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 11:50:56.983 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 11:50:56.984 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:50:56.984 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:50:56.985 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:50:56.985 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:50:56.985 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.lang.Object] classes {class java.lang.Object} 11:50:56.985 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 11:50:56.985 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:50:56.986 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3eb77ea8] 11:50:56.986 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Wed Jan 17 11:50:56 UTC 2024]; root of context hierarchy] 11:50:56.986 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.integration, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-Version=0.0.0} 11:50:56.986 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:50:57.000 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Integration test for OSGi bundle scoping on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.scope.a] {org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service,org.springframework.osgi.bean.name=a.service,osgi.service.blueprint.compname=a.service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a,Bundle-Version=1.0.0,service.id=32} 11:50:57.001 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:57.069 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:57.069 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:57 UTC 2024]; root of context hierarchy 11:50:57.069 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a) 11:50:57.070 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:50:57.070 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:50:57.070 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:50:57.071 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Integration test for OSGi bundle scoping on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.scope.a] {org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service,org.springframework.osgi.bean.name=a.service,osgi.service.blueprint.compname=a.service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a,Bundle-Version=1.0.0,service.id=32} 11:50:57.071 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=32}] 11:50:57.072 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:50:57.072 [main] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [a.service] 11:50:57.072 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk247944893/META-INF/spring/scoped-beans.xml] 11:50:57.074 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:50:57.075 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk247944893/org/springframework/beans/factory/xml/spring-beans.xsd 11:50:57.075 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:57.075 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:57.084 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:57.085 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:57.089 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@71329995: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy 11:50:57.089 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:50:57.089 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:50:57.090 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:50:57.090 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:50:57.090 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:50:57.091 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@71329995: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy] 11:50:57.091 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:50:57.091 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@64d3ae11 11:50:57.091 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:50:57.091 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:50:57.091 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:57.091 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:50:57.091 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:50:57.091 [main] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:57.092 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:57.092 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:57.092 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7c4ae9fa] 11:50:57.092 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c957c54] 11:50:57.093 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:50:57.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:50:57.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:50:57.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService] classes {} 11:50:57.094 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}] 11:50:57.094 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=39}] bound to proxy 11:50:57.094 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=39}] bound to proxy 11:50:57.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:50:57.095 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@72fb276d] 11:50:57.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:57 UTC 2024]; root of context hierarchy] 11:50:57.095 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.a, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0} 11:50:57.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:50:57.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.scope.a_1.0.0 [19] 11:50:58.092 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Integration test for OSGi bundle scoping on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.scope.a] {org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service,org.springframework.osgi.bean.name=a.service,osgi.service.blueprint.compname=a.service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a,Bundle-Version=1.0.0,service.id=39} 11:50:58.093 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.094 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testExportedScopedBeansDestructionCallbackCalled] 11:50:58.094 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testExportedScopedBeansDestructionCallbackCalled]'s result read 11:50:58.095 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceBInBundleBAndTestBundle] to OSGi 11:50:58.096 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceBInBundleBAndTestBundle] for execution inside OSGi 11:50:58.096 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceBInBundleBAndTestBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@59e505b2 11:50:58.098 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Integration test for OSGi bundle scoping on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.scope.b] {java.io.Serializable, java.lang.Cloneable, java.util.Dictionary, java.util.Hashtable, java.util.Map, java.util.Properties, org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService, org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=b.service,org.springframework.osgi.bean.name=b.service,osgi.service.blueprint.compname=b.service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.b,Bundle-Version=1.0.0,service.id=34} 11:50:58.098 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.099 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceBInBundleBAndTestBundle] 11:50:58.099 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceBInBundleBAndTestBundle]'s result read 11:50:58.099 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForCurrentBundle] to OSGi 11:50:58.100 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForCurrentBundle] for execution inside OSGi 11:50:58.100 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForCurrentBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@37e4d7bb 11:50:58.100 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.100 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForCurrentBundle] 11:50:58.101 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForCurrentBundle]'s result read 11:50:58.101 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleA] to OSGi 11:50:58.101 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleA] for execution inside OSGi 11:50:58.102 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForBundleA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6f7923a5 1957099969 1424698224 11:50:58.102 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.102 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleA] 11:50:58.103 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleA]'s result read 11:50:58.103 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleB] to OSGi 11:50:58.103 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleB] for execution inside OSGi 11:50:58.104 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForBundleB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@45a37759 11:50:58.109 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle org.eclipse.gemini.blueprint.iandt-scope-b on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.scope.a] {org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service,org.springframework.osgi.bean.name=a.service,osgi.service.blueprint.compname=a.service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a,Bundle-Version=1.0.0,service.id=39} 11:50:58.110 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.110 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleB] 11:50:58.110 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleB]'s result read 11:50:58.111 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleA] to OSGi 11:50:58.111 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleA] for execution inside OSGi 11:50:58.111 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReferenceAndLocalScopeInstanceForBundleA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36cda2c2 11:50:58.112 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.112 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleA] 11:50:58.112 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleA]'s result read 11:50:58.113 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleB] to OSGi 11:50:58.113 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleB] for execution inside OSGi 11:50:58.113 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReferenceAndLocalScopeInstanceForBundleB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1583741e 11:50:58.114 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.114 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleB] 11:50:58.114 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleB]'s result read 11:50:58.114 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testEnvironmentValidity] to OSGi 11:50:58.115 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEnvironmentValidity] for execution inside OSGi 11:50:58.115 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEnvironmentValidity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5b367418 11:50:58.115 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.116 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testEnvironmentValidity] 11:50:58.116 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testEnvironmentValidity]'s result read 11:50:58.116 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanNotExported] to OSGi 11:50:58.117 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanNotExported] for execution inside OSGi 11:50:58.117 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testScopedBeanNotExported] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36060e 11:50:58.118 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.118 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanNotExported] 11:50:58.118 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testScopedBeanNotExported]'s result read 11:50:58.119 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanDestructionCallbackDuringContextRefresh] to OSGi 11:50:58.119 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanDestructionCallbackDuringContextRefresh] for execution inside OSGi 11:50:58.119 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testScopedBeanDestructionCallbackDuringContextRefresh] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@481ba2cf 11:50:58.120 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Wed Jan 17 11:50:58 UTC 2024]; root of context hierarchy 11:50:58.120 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration) 11:50:58.120 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:50:58.121 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.lang.Object}={org.eclipse.gemini.blueprint.bean.name=object, org.springframework.osgi.bean.name=object, osgi.service.blueprint.compname=object, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-Version=0.0.0, service.id=37}] 11:50:58.121 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:50:58.121 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.util.Map}={org.eclipse.gemini.blueprint.bean.name=props, org.springframework.osgi.bean.name=props, osgi.service.blueprint.compname=props, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-Version=0.0.0, service.id=36}] 11:50:58.122 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:50:58.122 [main] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 11:50:58.123 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk247944893/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml] 11:50:58.125 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:50:58.125 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk247944893/org/springframework/beans/factory/xml/spring-beans.xsd 11:50:58.125 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:58.125 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:50:58.172 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:58.173 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:50:58.179 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@19c65cdc: defining beans [props,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,object,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:50:58.179 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:50:58.180 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:50:58.180 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:50:58.180 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:50:58.181 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1fb669c3] 11:50:58.181 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@49c66ade] 11:50:58.183 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:50:58.183 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:50:58.183 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:50:58.183 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 11:50:58.184 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 11:50:58.184 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:50:58.185 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:50:58.186 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:50:58.186 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:50:58.186 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.lang.Object] classes {class java.lang.Object} 11:50:58.186 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 11:50:58.187 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:50:58.187 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@12359a82] 11:50:58.187 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Wed Jan 17 11:50:58 UTC 2024]; root of context hierarchy] 11:50:58.188 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.integration, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-Version=0.0.0} 11:50:58.188 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:50:58.189 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:50:58.189 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanDestructionCallbackDuringContextRefresh] 11:50:58.190 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testScopedBeanDestructionCallbackDuringContextRefresh]'s result read Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.484 sec - in org.eclipse.gemini.blueprint.iandt.bundleScope.ScopingTest 11:50:58.195 [Thread-0] INFO o.e.g.b.i.b.ScopingTest:471 - Shutting down OSGi platform 11:50:58.195 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Integration test for OSGi bundle scoping (org.eclipse.gemini.blueprint.iandt.scope.integration) 11:50:58.195 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:50:58.195 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Wed Jan 17 11:50:58 UTC 2024]; root of context hierarchy 11:50:58.195 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.scope.a_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.scope.b_1.0.0 [20]] 11:50:58.195 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.integration, config=/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml): startup date [Wed Jan 17 11:50:58 UTC 2024]; root of context hierarchy] 11:50:58.269 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:50:58.270 [Thread-4] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.lang.Object}={org.eclipse.gemini.blueprint.bean.name=object, org.springframework.osgi.bean.name=object, osgi.service.blueprint.compname=object, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-Version=0.0.0, service.id=42}] 11:50:58.270 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:50:58.271 [Thread-4] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.util.Map}={org.eclipse.gemini.blueprint.bean.name=props, org.springframework.osgi.bean.name=props, osgi.service.blueprint.compname=props, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.integration, Bundle-Version=0.0.0, service.id=41}] 11:50:58.271 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:50:58.271 [Thread-4] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 11:50:58.275 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.eclipse.gemini.blueprint.iandt.scope.a has registered services in use; postponing shutdown. The using bundles are [org.eclipse.gemini.blueprint.iandt.scope.b_1.0.0 [20]] 11:50:58.275 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.scope.b has unused registered services; added for shutdown 11:50:58.276 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.scope.b_1.0.0 [20]] 11:50:58.276 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:50:58.277 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:58.277 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1891bdf 11:50:58.277 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:58.277 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 11:50:58.277 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org.eclipse.gemini.blueprint.iandt-scope-b (org.eclipse.gemini.blueprint.iandt.scope.b) 11:50:58.278 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:56 UTC 2024]; root of context hierarchy 11:50:58.278 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:56 UTC 2024]; root of context hierarchy] 11:50:58.278 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:50:58.278 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Integration test for OSGi bundle scoping on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.scope.b] {java.io.Serializable, java.lang.Cloneable, java.util.Dictionary, java.util.Hashtable, java.util.Map, java.util.Properties, org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService, org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=b.service,org.springframework.osgi.bean.name=b.service,osgi.service.blueprint.compname=b.service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.b,Bundle-Version=1.0.0,service.id=34} 11:50:58.282 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.Dictionary, java.util.Hashtable, java.util.Map, java.util.Properties, org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService, org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=b.service, org.springframework.osgi.bean.name=b.service, osgi.service.blueprint.compname=b.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.b, Bundle-Version=1.0.0, service.id=34}] 11:50:58.283 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=39}] was unregistered and unbound from the service proxy 11:50:58.283 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=39}] was unregistered and unbound from the service proxy 11:50:58.283 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle org.eclipse.gemini.blueprint.iandt-scope-b on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.scope.a] {org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service,org.springframework.osgi.bean.name=a.service,osgi.service.blueprint.compname=a.service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a,Bundle-Version=1.0.0,service.id=39} 11:50:58.284 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:50:58.284 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [b.service] 11:50:58.284 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:50:58.285 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1891bdf 11:50:58.285 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:50:58.285 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.scope.a has unused registered services; added for shutdown 11:50:58.285 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.scope.a_1.0.0 [19]] 11:50:58.285 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:50:58.285 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:58.285 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1891bdf 11:50:58.285 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:58.285 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 11:50:58.286 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-eclipse-gemini-blueprint-iandt-scope-a (org.eclipse.gemini.blueprint.iandt.scope.a) 11:50:58.286 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:57 UTC 2024]; root of context hierarchy 11:50:58.286 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:50:57 UTC 2024]; root of context hierarchy] 11:50:58.286 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:50:58.286 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Integration test for OSGi bundle scoping on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.scope.a] {org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service,org.springframework.osgi.bean.name=a.service,osgi.service.blueprint.compname=a.service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a,Bundle-Version=1.0.0,service.id=39} 11:50:58.286 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}={org.eclipse.gemini.blueprint.bean.name=a.service, org.springframework.osgi.bean.name=a.service, osgi.service.blueprint.compname=a.service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.scope.a, Bundle-Version=1.0.0, service.id=39}] 11:50:58.287 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:50:58.287 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [a.service] 11:50:58.287 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:50:58.287 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1891bdf 11:50:58.287 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:50:58.287 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:50:58.287 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:50:58.287 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:50:58.287 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:50:58.287 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:50:58.287 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:50:58.288 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.scope.integration_0.0.0 [21] for sending replayes events; last one was null 11:50:58.288 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.scope.b_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@12b87ae7 11:50:58.288 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.scope.a_1.0.0 [19] for sending replayes events; last one was null 11:50:58.289 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.scope.common_1.0.0 [18] for sending replayes events; last one was null 11:50:58.289 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:50:58.289 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:50:58.289 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:50:59,206 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:50:59,389 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:50:59,391 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:50:59,404 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:50:59,482 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:50:59,484 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:50:59,487 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:50:59,493 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3701eaf6 - No compression will be used 11:50:59,497 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:50:59,497 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:50:59,498 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:50:59,498 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:50:59,498 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:50:59,499 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:50:59,499 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:50:59,500 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:50:59,500 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:50:59,501 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@57855c9a - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test 11:50:59.674 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:50:59.677 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:85 - Instantiating platform wrapper... 11:50:59.678 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:215 - About to start Equinox OSGi Platform 11:51:00.103 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:00.106 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:00.107 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:00.108 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:00.108 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:00.290 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:00.300 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:00.303 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:00.305 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:00.371 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:00.378 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:00.379 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:00.386 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:00.393 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:00.404 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:00.480 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:00.484 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:00.489 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:00.497 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:00.498 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:00.503 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:00.506 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:00.568 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:51:00.569 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.0.M01-SNAPSHOT.jar] 11:51:00.579 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:00.606 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:00.668 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:00.668 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:00.668 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:00.669 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:00.669 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:00.669 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:00.669 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:00.670 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:00.670 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:00.670 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:00.670 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:00.671 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:00.671 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:00.671 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:00,699 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:00,783 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:00,785 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:00,791 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:00,807 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:00,808 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:00,868 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:00,873 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4efac082 - No compression will be used 11:51:00,877 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:00,877 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:00,878 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:00,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:00,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:00,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:00,879 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:00,879 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:00,879 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:00,879 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:00,880 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1ed6388a - Registering current configuration as safe fallback point 11:51:00.888 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:00.903 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:01.011 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:01.012 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:01.015 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:01.017 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:01.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:01.069 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.069 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:01.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:01.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:01.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.070 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:01.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:01.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:01.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.071 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:01.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:01.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:01.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.071 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:01.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:01.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:01.072 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.072 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:01.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:01.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:01.073 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.073 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:01.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:01.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:01.074 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.074 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:01.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:01.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:01.075 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.075 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:01.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:01.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:01.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.076 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:01.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:01.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:01.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.083 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:01.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:01.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:01.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:01.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:01.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:01.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:01.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:01.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:01.086 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.086 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:01.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:01.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:01.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.087 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:01.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:01.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:01.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.088 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:01.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:01.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:01.089 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.089 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:01.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:01.095 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:01.095 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:01.099 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:01.100 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:01.102 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:01.103 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:01.104 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@74f6c5d8 w/ reference null 11:51:01.104 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@74f6c5d8 w/ reference null 11:51:01.105 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:01.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:01.114 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:01.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:01.115 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:01.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:01.115 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:01.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:01.116 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:01.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:01.116 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:01.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:01.117 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:01.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:01.117 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:01.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:01.118 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.168 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:01.168 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:01.169 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:01.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:01.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:01.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:01.171 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:01.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:01.172 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:01.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:01.173 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.173 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:01.173 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:01.174 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:01.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:01.174 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:01.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:01.175 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:01.176 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:01.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:01.179 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.179 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:01.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:01.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:01.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:01.183 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:51:01.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:01.184 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.184 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:51:01.184 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:01.189 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:01.189 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:01.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:01.192 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:51:01.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:01.192 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:01.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.192 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:01.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.193 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:319 - Starting [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.0.M01-SNAPSHOT.jar] 11:51:01.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:51:01.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.193 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1) 11:51:01.194 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:51:01.194 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy 11:51:01.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle cardinality_0__1 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:01.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:51:01.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:51:01.194 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:51:01.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:51:01.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:51:01.196 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:199 - org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test-bundle.properties was not found; using defaults 11:51:01.197 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:511 - Post processing: creating test bundle 11:51:01.198 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:01.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.cardinality0to1] 11:51:01.204 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:202 - Automatically creating Manifest for the test bundle 11:51:01.204 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:366 - Using the test class for generating bundle imports 11:51:01.269 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 11:51:01.269 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:460 - Package [org.eclipse.gemini.blueprint.iandt.cardinality0to1] is part of the test archive; parsing Cardinality0to1Test bytecode to determine imports... 11:51:01.271 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class Cardinality0to1Test 11:51:01.280 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:01.280 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:01.280 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest 11:51:01.282 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1014166943/META-INF/spring/simpleservice-osgi.xml] 11:51:01.283 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:01.283 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:01.283 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:01.284 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:01.284 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:01.284 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:01.285 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:01.285 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:01.285 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.cardinality0to1, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, org.eclipse.gemini.blueprint.iandt.cardinality0to1.test, org.eclipse.gemini.blueprint.iandt.simpleservice2, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util} 11:51:01.286 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.cardinality0to1, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 11:51:01.286 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:01.286 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:282 - Filtered imports are [org.eclipse.gemini.blueprint.service, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.iandt.cardinality0to1.test, org.eclipse.gemini.blueprint.iandt.simpleservice2, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util] 11:51:01.286 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, Bundle-Name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.iandt.cardinality0to1.test,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 11:51:01.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, Bundle-Name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.iandt.cardinality0to1.test,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 11:51:01.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:01.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 11:51:01.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 11:51:01.292 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:557 - Test bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test)] successfully installed 11:51:01.292 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:01.295 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test)] 11:51:01.295 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:01.295 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test) 11:51:01.295 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test)] 11:51:01.295 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test)] 11:51:01.368 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:01.368 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test)] 11:51:01.368 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:562 - Test bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test)] successfully started 11:51:01.368 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:01.370 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:01.370 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:01.371 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:01.371 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:01.371 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:01.371 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:01.371 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:01.372 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:01.373 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:01.378 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:01.379 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:01.403 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:01.403 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:01.404 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:01.404 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:01.404 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:01.405 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:01.405 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:01.405 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 11:51:01.406 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:51:01.407 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:01.408 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:51:01.408 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:01.409 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1014166943/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:01.409 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:01.409 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1014166943/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:01.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:01.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1014166943/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:01.587 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk1014166943/META-INF/spring/simpleservice.xml] 11:51:01.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:01.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1014166943/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:01.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:01.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1014166943/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:01.607 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@154a33e6: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:51:01.672 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:01.672 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:01.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:01.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:01.680 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:01.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@154a33e6: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:51:01.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:01.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@c5924c2 11:51:01.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:51:01.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.684 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy 11:51:01.684 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:01.684 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1014166943/META-INF/spring/cardinality0to1.xml] 11:51:01.686 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:01.687 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1014166943/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:01.691 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:01.692 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1014166943/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:01.703 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:01.704 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1014166943/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:01.773 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3031f153: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 11:51:01.773 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:01.773 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:01.774 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:01.774 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:01.774 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:01.775 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3031f153: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 11:51:01.775 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:01.775 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@c5924c2 11:51:01.775 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 11:51:01.775 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:01.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener 11:51:01.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener 11:51:01.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)]], unbind ServiceReference=null 11:51:01.800 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:51:01.800 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:51:01.800 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)][Mandatory=false] 11:51:01.800 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.800 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:01.800 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:01.801 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.801 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.801 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:01.801 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.802 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2e577bd0] 11:51:01.803 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@38bd9b66] Delaying for:0 11:51:01.868 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:51:01.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:51:01.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:51:01.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:51:01.870 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:51:01.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:51:01.872 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@10c140c3] 11:51:01.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy] 11:51:01.875 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:51:01.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:01.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:51:01.877 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:51:01.877 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:218 - Bundle [org.eclipse.gemini.blueprint.iandt.cardinality.0to1] triggers a context creation; waiting for it 11:51:01.877 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.cardinality.0to1] incremented to 1 11:51:01.878 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:01.878 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 11:51:01.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] 11:51:01.880 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:01.880 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:01.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:01.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:51:01.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:51:01.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:51:01.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:51:01.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:51:01.892 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4eff1e14] 11:51:01.892 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7b243496] 11:51:01.893 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:51:01.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:51:01.893 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@27603cb8 w/ reference null 11:51:01.894 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:51:01.894 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 11:51:01.894 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@27603cb8 w/ reference null 11:51:01.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.ReferenceContainerBeanInfo] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:51:01.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:51:01.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] exports [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test] as version [0.0.0] but version [null] was required 11:51:01.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.ReferenceContainerCustomizer] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:51:01.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:51:01.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] exports [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test] as version [0.0.0] but version [null] was required 11:51:01.896 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6e308bc9] 11:51:01.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy] 11:51:01.897 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, Bundle-Version=1.0.0} 11:51:01.897 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:01.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.cardinality.0to1] decremented to 0 11:51:01.898 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 11:51:01.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19] 11:51:01.898 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test] does not trigger a context creation. 11:51:01.898 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:364 - Writing test name [test0to1Cardinality] to OSGi 11:51:01.970 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 11:51:01.970 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [test0to1Cardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7d286fb6 11:51:01.971 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:190 - Loading context for locations: 11:51:01.972 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy 11:51:01.973 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:01.973 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@7fcf2fc1: defining beans []; root of factory hierarchy 11:51:01.973 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:01.974 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:01.974 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:01.974 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:01.975 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@20435c40] 11:51:01.975 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@573906eb] 11:51:01.975 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@479ceda0] 11:51:01.976 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy] 11:51:01.976 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, org.springframework.context.service.name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, Bundle-Version=0.0.0} 11:51:01.977 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:02.001 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:02.013 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy 11:51:02.013 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@432038ec] 11:51:02.023 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy 11:51:02.068 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitTimedOutEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@432038ec] Starting dependency 11:51:02.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:02.069 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:02.069 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:51:02.069 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:02.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:02.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:02.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:02.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:02.070 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:51:02.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:02.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:02.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:02.071 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:02.071 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.071 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:02 UTC 2024]; root of context hierarchy 11:51:02.071 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:02.071 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 11:51:02.072 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:02.072 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1014166943/META-INF/spring/simpleservice-osgi.xml] 11:51:02.072 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:51:02.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:02.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1014166943/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:02.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:02.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1014166943/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:02.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:02.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1014166943/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:02.089 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk1014166943/META-INF/spring/simpleservice.xml] 11:51:02.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:02.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1014166943/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:02.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:02.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1014166943/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:02.100 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@478aad55: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:51:02.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:02.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:02.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:02.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@478aad55: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@c5924c2 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:02.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4de6863f] 11:51:02.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@48ce4317] 11:51:02.173 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:51:02.173 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:51:02.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:51:02.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:51:02.174 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:51:02.174 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:51:02.174 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:51:02.175 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@27603cb8 w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36} 11:51:02.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@7d6ddc7c with props={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, objectClass=[Ljava.lang.String;@3ae690ad, service.id=36} 11:51:02.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 11:51:02.175 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@27603cb8 w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36} 11:51:02.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:51:02.175 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@15c081e0] 11:51:02.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:02 UTC 2024]; root of context hierarchy] 11:51:02.176 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 11:51:02.176 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:02.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 11:51:02.176 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 Dependency started 11:51:02.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] 11:51:02.177 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle cardinality_0__1 on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=36} 11:51:02.178 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:02.178 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:440 - Reading OSGi results for test [test0to1Cardinality] 11:51:02.178 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:447 - Test[test0to1Cardinality]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.508 sec - in org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test 11:51:02.181 [Thread-0] INFO o.e.g.b.i.c.Cardinality0to1Test:471 - Shutting down OSGi platform 11:51:02.181 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:02.182 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test) 11:51:02.182 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18], org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21]] 11:51:02.182 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy 11:51:02.182 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test, config=): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy] 11:51:02.182 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 11:51:02.183 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.cardinality.0to1 has unused registered services; added for shutdown 11:51:02.183 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:02.189 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has registered services in use; postponing shutdown. The using bundles are [org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19]] 11:51:02.190 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18]] 11:51:02.190 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:02.191 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.191 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:02.191 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.191 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.191 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1) 11:51:02.191 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy 11:51:02.192 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy] 11:51:02.192 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@27603cb8 w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36} 11:51:02.192 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@7d6ddc7c with props={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, objectClass=[Ljava.lang.String;@6e9db5a4, service.id=36} 11:51:02.192 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 11:51:02.192 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@27603cb8 w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36} 11:51:02.193 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:51:02.193 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:51:02.193 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle cardinality_0__1 on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=36} 11:51:02.194 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:02.194 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:51:02.194 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:02.194 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:02.194 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:02.195 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.195 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:02.195 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.195 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.195 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:51:02.195 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy 11:51:02.195 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:01 UTC 2024]; root of context hierarchy] 11:51:02.195 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:51:02.195 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] 11:51:02.196 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:02.273 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:51:02.273 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:02.273 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:02.274 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 11:51:02.274 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21]] 11:51:02.274 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:02.274 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.274 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:02.274 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.274 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:02.274 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:51:02.274 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:02 UTC 2024]; root of context hierarchy 11:51:02.275 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:02 UTC 2024]; root of context hierarchy] 11:51:02.275 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:51:02.275 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] 11:51:02.275 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:02.275 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:51:02.275 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3eef52c3 11:51:02.276 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:02.276 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:02.276 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:02.276 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:02.276 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:02.276 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:02.276 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:02.277 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1a25ae3a 11:51:02.277 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test_0.0.0 [20] for sending replayes events; last one was null 11:51:02.277 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19] for sending replayes events; last one was null 11:51:02.277 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] for sending replayes events; last one was null 11:51:02.277 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:02.277 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:02.278 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:03,280 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:03,416 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:03,418 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:03,475 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:03,503 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:03,504 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:03,508 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:03,572 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used 11:51:03,576 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:03,577 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:03,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:03,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:03,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:03,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:03,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:03,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:03,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:03,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:03,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:03,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:03,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:03,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:03,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:03,579 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:03,579 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:03,580 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:03,580 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:03,580 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest 11:51:03.708 [main] TRACE o.e.g.b.i.c.io.FragmentTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:03.711 [main] TRACE o.e.g.b.i.c.io.FragmentTest:85 - Instantiating platform wrapper... 11:51:03.711 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:215 - About to start Equinox OSGi Platform 11:51:04.173 [main] INFO o.e.g.b.i.c.io.FragmentTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:04.176 [main] TRACE o.e.g.b.i.c.io.FragmentTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:04.179 [main] TRACE o.e.g.b.i.c.io.FragmentTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:04.180 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:04.181 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:04.302 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:04.368 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:04.373 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:04.375 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:04.384 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:04.389 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:04.391 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:04.397 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:04.406 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:04.478 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:04.491 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:04.495 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:04.500 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:04.570 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:04.572 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:04.577 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:04.580 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:04.583 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] 11:51:04.586 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] 11:51:04.598 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:04.679 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:04.679 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:04.680 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:04.680 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:04.680 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:04.680 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:04.680 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:04.681 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:04.681 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:04.681 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:04.681 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:04.682 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:04.682 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:04.682 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:04.682 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:04,710 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:04,782 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:04,784 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:04,790 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:04,806 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:04,807 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:04,810 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:04,869 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@29215f06 - No compression will be used 11:51:04,873 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:04,873 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:04,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:04,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:04,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:04,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:04,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:04,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:04,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:04,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:04,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:04,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:04,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:04,886 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:04,887 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:04,887 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:04,887 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:04,888 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:04,888 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:04,888 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3527942a - Registering current configuration as safe fallback point 11:51:04.898 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:04.906 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:05.068 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:05.069 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:05.072 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:05.074 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:05.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:05.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.080 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:05.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:05.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:05.080 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.081 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:05.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:05.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:05.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.081 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:05.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:05.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:05.082 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.082 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:05.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:05.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:05.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.083 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:05.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:05.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:05.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.084 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:05.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:05.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:05.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.084 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:05.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:05.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:05.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:05.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:05.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:05.091 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.091 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:05.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:05.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:05.092 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.093 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:05.093 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:05.093 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:05.094 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.094 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:05.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:05.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:05.095 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.095 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:05.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:05.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:05.096 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.096 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:05.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:05.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:05.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.097 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:05.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:05.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:05.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.097 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:05.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:05.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:05.098 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.098 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:05.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:05.172 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:05.172 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:05.176 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:05.176 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:05.179 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:05.180 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:05.180 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@56dc1551 w/ reference null 11:51:05.181 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@56dc1551 w/ reference null 11:51:05.181 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:05.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:05.190 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:05.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:05.191 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:05.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:05.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:05.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:05.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:05.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:05.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:05.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:05.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:05.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:05.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:05.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:05.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:05.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:05.196 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:05.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:05.198 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:05.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:05.199 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:05.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:05.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:05.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:05.201 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:05.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:05.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:05.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:05.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:05.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:05.271 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.271 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:05.271 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:05.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:05.275 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.275 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:05.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:05.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:05.276 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.276 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:05.276 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:51:05.276 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:51:05.277 [main] INFO o.e.g.b.i.c.io.FragmentTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest-bundle.properties was not found; using defaults 11:51:05.278 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:511 - Post processing: creating test bundle 11:51:05.278 [main] INFO o.e.g.b.i.c.io.FragmentTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 11:51:05.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.bundleScope, org.eclipse.gemini.blueprint.iandt.cardinality0to1, org.eclipse.gemini.blueprint.iandt.compliance.io, org.eclipse.gemini.blueprint.iandt.compliance.service, org.eclipse.gemini.blueprint.iandt.configopt, org.eclipse.gemini.blueprint.iandt.context, org.eclipse.gemini.blueprint.iandt.cycles, org.eclipse.gemini.blueprint.iandt.deadlocks, org.eclipse.gemini.blueprint.iandt.dependency, org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, org.eclipse.gemini.blueprint.iandt.duplicateClass, org.eclipse.gemini.blueprint.iandt.errors, org.eclipse.gemini.blueprint.iandt.event, org.eclipse.gemini.blueprint.iandt.exportimport, org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt.extender.configuration, org.eclipse.gemini.blueprint.iandt.importer, org.eclipse.gemini.blueprint.iandt.io, org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods, org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning, org.eclipse.gemini.blueprint.iandt.jdk5.io, org.eclipse.gemini.blueprint.iandt.lifecycle, org.eclipse.gemini.blueprint.iandt.mavenArtifact, org.eclipse.gemini.blueprint.iandt.namespace, org.eclipse.gemini.blueprint.iandt.nonosgicl, org.eclipse.gemini.blueprint.iandt.ns, org.eclipse.gemini.blueprint.iandt.postprocessors, org.eclipse.gemini.blueprint.iandt.propertyplaceholder, org.eclipse.gemini.blueprint.iandt.proxied.listener, org.eclipse.gemini.blueprint.iandt.proxycreator, org.eclipse.gemini.blueprint.iandt.recursive, org.eclipse.gemini.blueprint.iandt.referenceProxy, org.eclipse.gemini.blueprint.iandt.serviceListener, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt.serviceproxy, org.eclipse.gemini.blueprint.iandt.syntheticEvents, org.eclipse.gemini.blueprint.iandt.tcclManagement, org.eclipse.gemini.blueprint.iandt.testingFramework] 11:51:05.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 11:51:05.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 11:51:05.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/ 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/ 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/MANIFEST.MF 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/resource.res 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback-test.xml 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback.xml 11:51:05.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /norootcpbundle.jar 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 11:51:05.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 11:51:05.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:51:05.382 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 11:51:05.383 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 11:51:05.384 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 11:51:05.385 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 11:51:05.386 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 11:51:05.387 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:51:05.388 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 11:51:05.389 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 11:51:05.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 11:51:05.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 11:51:05.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 11:51:05.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 11:51:05.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 11:51:05.469 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 11:51:05.469 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 11:51:05.469 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 11:51:05.469 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 11:51:05.470 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 11:51:05.471 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 11:51:05.472 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 11:51:05.473 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.MF 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.class 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceListTst.class 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTest.MF 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTst.class 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$CollectionListener.class 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$ReferenceListener.class 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents.class 11:51:05.474 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/importers.xml 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 11:51:05.475 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 11:51:05.476 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 11:51:05.476 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 11:51:05.476 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 11:51:05.476 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-723.jar 11:51:05.476 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-exp.jar 11:51:05.476 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-imp.jar 11:51:05.572 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 11:51:05.573 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:05.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:51:05.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:05.577 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:51:05.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:51:05.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:51:05.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:05.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:51:05.578 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 11:51:05.578 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:05.579 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:05.580 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:05.580 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:05.580 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:05.580 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:05.581 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:05.581 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:05.581 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:05.582 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:05.583 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:05.584 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:05.584 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:05.584 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:05.587 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:05.587 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:05.588 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:05.588 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:05.588 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:05.588 [main] TRACE o.e.g.b.i.c.io.FragmentTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 11:51:05.588 [main] TRACE o.e.g.b.i.c.io.FragmentTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 11:51:05.588 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 11:51:05.589 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragmentsRecursively] to OSGi 11:51:05.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragmentsRecursively] for execution inside OSGi 11:51:05.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragmentsRecursively] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6a47b187 11:51:05.599 [main] INFO o.e.g.b.i.c.io.FragmentTest:190 - Loading context for locations: 11:51:05.671 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:51:05 UTC 2024]; root of context hierarchy 11:51:05.675 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:05.689 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@31add175: defining beans []; root of factory hierarchy 11:51:05.695 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:05.695 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:05.696 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:05.697 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:05.699 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6af9fcb2] 11:51:05.699 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6cce16f4] 11:51:05.701 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2bb3058] 11:51:05.703 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:51:05 UTC 2024]; root of context hierarchy] 11:51:05.704 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Version=0.0.0} 11:51:05.705 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} {bundleentry://18.fwk1571967156/fragment.folder/nested.folder/, bundleentry://19.fwk1571967156/fragment.folder/nested.folder/} 11:51:05.882 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.883 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragmentsRecursively] 11:51:05.883 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragmentsRecursively]'s result read 11:51:05.884 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFoldersInFragmentsAndOwner] to OSGi 11:51:05.885 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFoldersInFragmentsAndOwner] for execution inside OSGi 11:51:05.885 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFoldersInFragmentsAndOwner] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4426bff1 {bundleentry://20.fwk1571967156/META-INF/, bundleentry://18.fwk1571967156/META-INF/, bundleentry://19.fwk1571967156/META-INF/} 11:51:05.885 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.885 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFoldersInFragmentsAndOwner] 11:51:05.886 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFoldersInFragmentsAndOwner]'s result read 11:51:05.886 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment1] to OSGi 11:51:05.886 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment1] for execution inside OSGi 11:51:05.886 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c7c886c {bundleentry://18.fwk1571967156/fragment1.folder/nested.folder.1/nested.file.1.1} 11:51:05.887 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.887 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment1] 11:51:05.887 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment1]'s result read 11:51:05.887 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment2] to OSGi 11:51:05.887 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment2] for execution inside OSGi 11:51:05.887 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55493582 {bundleentry://19.fwk1571967156/fragment2.folder/nested.folder.2/nested.file.2.2} 11:51:05.888 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.888 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment2] 11:51:05.888 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment2]'s result read 11:51:05.888 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragments] to OSGi 11:51:05.888 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragments] for execution inside OSGi 11:51:05.888 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1a20270e {bundleentry://18.fwk1571967156/fragment.folder/nested.folder/nested.file, bundleentry://19.fwk1571967156/fragment.folder/nested.folder/nested.file} 11:51:05.889 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.889 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragments] 11:51:05.889 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragments]'s result read 11:51:05.889 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceOnRootDir] to OSGi 11:51:05.889 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRootDir] for execution inside OSGi 11:51:05.890 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnRootDir] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b88ca8c bundleresource://20.fwk1571967156/ 11:51:05.890 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.890 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceOnRootDir] 11:51:05.890 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceOnRootDir]'s result read 11:51:05.891 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment1] to OSGi 11:51:05.891 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment1] for execution inside OSGi 11:51:05.891 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@336f1079 {bundleentry://18.fwk1571967156/fragment1.file} 11:51:05.891 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.891 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment1] 11:51:05.892 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment1]'s result read 11:51:05.892 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment2] to OSGi 11:51:05.892 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment2] for execution inside OSGi 11:51:05.892 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2f16c6b3 {bundleentry://19.fwk1571967156/fragment2.file} 11:51:05.892 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.893 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment2] 11:51:05.893 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment2]'s result read 11:51:05.893 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment1] to OSGi 11:51:05.893 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment1] for execution inside OSGi 11:51:05.893 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@34158c08 {bundleentry://18.fwk1571967156/fragment1.folder/nested.folder.1/} 11:51:05.893 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.894 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment1] 11:51:05.894 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment1]'s result read 11:51:05.894 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment2] to OSGi 11:51:05.894 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment2] for execution inside OSGi 11:51:05.894 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@19e4fcac {bundleentry://19.fwk1571967156/fragment2.folder/nested.folder.2/} 11:51:05.895 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.895 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment2] 11:51:05.895 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment2]'s result read 11:51:05.895 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragments] to OSGi 11:51:05.895 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragments] for execution inside OSGi 11:51:05.895 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@52c3cb31 {bundleentry://18.fwk1571967156/fragment.folder/nested.folder/, bundleentry://19.fwk1571967156/fragment.folder/nested.folder/} 11:51:05.896 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.896 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragments] 11:51:05.896 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragments]'s result read 11:51:05.896 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment1] to OSGi 11:51:05.896 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment1] for execution inside OSGi 11:51:05.896 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4b79ac84 {bundleentry://18.fwk1571967156/fragment1.folder/} 11:51:05.897 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.897 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment1] 11:51:05.897 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment1]'s result read 11:51:05.897 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment2] to OSGi 11:51:05.897 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment2] for execution inside OSGi 11:51:05.898 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53941c2f {bundleentry://19.fwk1571967156/fragment2.folder/} 11:51:05.898 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.898 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment2] 11:51:05.898 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment2]'s result read 11:51:05.898 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testFolderOnlyInHost] to OSGi 11:51:05.898 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolderOnlyInHost] for execution inside OSGi 11:51:05.899 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFolderOnlyInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6dab9b6d {bundleentry://20.fwk1571967156/org/eclipse/gemini/blueprint/iandt/bundleScope/} 11:51:05.899 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.899 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testFolderOnlyInHost] 11:51:05.899 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testFolderOnlyInHost]'s result read 11:51:05.899 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderOnlyInFragmentsButNotInHost] to OSGi 11:51:05.899 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderOnlyInFragmentsButNotInHost] for execution inside OSGi 11:51:05.900 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCommonFolderOnlyInFragmentsButNotInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@21fd5faa {bundleentry://18.fwk1571967156/fragment.folder/nested.folder/, bundleentry://19.fwk1571967156/fragment.folder/nested.folder/} 11:51:05.900 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.900 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderOnlyInFragmentsButNotInHost] 11:51:05.900 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderOnlyInFragmentsButNotInHost]'s result read 11:51:05.900 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceSOnRootDir] to OSGi 11:51:05.901 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRootDir] for execution inside OSGi 11:51:05.968 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceSOnRootDir] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6d025197 {bundleresource://20.fwk1571967156/, bundleresource://20.fwk1571967156:1/, bundleresource://20.fwk1571967156:2/} 11:51:05.969 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.969 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceSOnRootDir] 11:51:05.969 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceSOnRootDir]'s result read 11:51:05.970 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testDuplicateFilesInHostAndFragments] to OSGi 11:51:05.970 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDuplicateFilesInHostAndFragments] for execution inside OSGi 11:51:05.970 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDuplicateFilesInHostAndFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1c481ff2 {bundleentry://20.fwk1571967156/org/eclipse/gemini/blueprint/iandt/io/duplicate.file, bundleentry://18.fwk1571967156/org/eclipse/gemini/blueprint/iandt/io/duplicate.file, bundleentry://19.fwk1571967156/org/eclipse/gemini/blueprint/iandt/io/duplicate.file} 11:51:05.970 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.971 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testDuplicateFilesInHostAndFragments] 11:51:05.971 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testDuplicateFilesInHostAndFragments]'s result read 11:51:05.971 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderInFragmentsAndHost] to OSGi 11:51:05.971 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderInFragmentsAndHost] for execution inside OSGi 11:51:05.971 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCommonFolderInFragmentsAndHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@72437d8d {bundleentry://20.fwk1571967156/org/eclipse/gemini/, bundleentry://18.fwk1571967156/org/eclipse/gemini/, bundleentry://19.fwk1571967156/org/eclipse/gemini/} 11:51:05.972 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.972 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderInFragmentsAndHost] 11:51:05.972 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderInFragmentsAndHost]'s result read 11:51:05.972 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInHostBundle] to OSGi 11:51:05.972 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInHostBundle] for execution inside OSGi 11:51:05.972 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInHostBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1b955cac {bundleentry://20.fwk1571967156/logback.xml} 11:51:05.973 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.973 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInHostBundle] 11:51:05.973 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInHostBundle]'s result read 11:51:05.973 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileInBothFragmentsButNotInHost] to OSGi 11:51:05.973 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileInBothFragmentsButNotInHost] for execution inside OSGi 11:51:05.973 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileInBothFragmentsButNotInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@676cf48 {bundleentry://18.fwk1571967156/fragment.file, bundleentry://19.fwk1571967156/fragment.file} 11:51:05.974 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.974 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileInBothFragmentsButNotInHost] 11:51:05.974 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileInBothFragmentsButNotInHost]'s result read 11:51:05.974 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderCommonInFragmentsAlone] to OSGi 11:51:05.974 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderCommonInFragmentsAlone] for execution inside OSGi 11:51:05.974 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderCommonInFragmentsAlone] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5a1de7fb {bundleentry://18.fwk1571967156/fragment.folder/, bundleentry://19.fwk1571967156/fragment.folder/} 11:51:05.975 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:05.975 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderCommonInFragmentsAlone] 11:51:05.975 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderCommonInFragmentsAlone]'s result read Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.271 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest 11:51:05.978 [Thread-0] INFO o.e.g.b.i.c.io.FragmentTest:471 - Shutting down OSGi platform 11:51:05.978 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:51:05.978 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:05.979 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:51:05 UTC 2024]; root of context hierarchy 11:51:05.979 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:51:05 UTC 2024]; root of context hierarchy] 11:51:05.979 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:05.979 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:05.979 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:05.979 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:05.979 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:05.979 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:05.980 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:05.980 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:05.981 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.io.functional.fragments_0.0.0 [20] for sending replayes events; last one was null 11:51:05.981 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:05.981 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:05.982 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:06,908 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:07,088 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:07,090 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:07,103 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:07,182 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:07,183 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:07,187 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:07,193 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:51:07,197 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:07,197 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:07,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:07,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:07,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:07,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:07,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:07,200 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:07,200 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:07,201 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:07,201 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:07,201 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest 11:51:07.389 [main] TRACE o.e.g.b.i.compliance.io.IoTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:07.393 [main] TRACE o.e.g.b.i.compliance.io.IoTest:85 - Instantiating platform wrapper... 11:51:07.393 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:215 - About to start Equinox OSGi Platform 11:51:07.843 [main] INFO o.e.g.b.i.compliance.io.IoTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:07.846 [main] TRACE o.e.g.b.i.compliance.io.IoTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:07.846 [main] TRACE o.e.g.b.i.compliance.io.IoTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:07.847 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:07.869 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:07.986 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:07.995 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:07.999 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:08.001 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:08.007 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:08.070 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:08.072 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:08.080 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:08.087 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:08.098 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:08.172 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:08.176 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:08.181 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:08.188 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:08.190 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:08.194 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:08.197 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:08.271 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:08.288 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:08.288 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:08.288 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:08.289 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:08.289 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:08.292 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:08.292 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:08.293 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:08.293 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:08.293 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:08.293 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:08.294 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:08.294 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:08.294 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:08.295 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:08,385 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:08,411 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:08,413 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:08,419 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:08,480 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:08,481 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:08,484 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:08,488 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used 11:51:08,492 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:08,492 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:08,493 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:08,493 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:08,493 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:08,493 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:08,494 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:08,494 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:08,495 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:08,495 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:08,495 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point 11:51:08.504 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:08.510 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:08.684 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:08.685 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:08.688 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:08.690 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:08.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:08.696 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.696 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:08.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:08.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:08.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.697 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:08.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:08.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:08.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.697 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:08.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:08.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:08.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.698 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:08.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:08.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:08.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.699 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:08.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:08.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:08.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.700 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:08.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:08.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:08.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.700 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:08.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:08.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:08.701 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.702 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:08.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:08.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:08.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.703 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:08.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:08.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:08.704 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.704 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:08.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:08.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:08.709 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.709 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:08.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:08.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:08.710 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.710 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:08.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:08.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:08.711 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.711 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:08.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:08.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:08.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.712 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:08.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:08.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:08.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.716 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:08.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:08.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:08.768 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.768 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:08.768 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:08.774 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:08.774 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:08.778 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:08.779 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:08.781 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:08.782 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:08.783 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:51:08.783 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:51:08.784 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:08.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:08.793 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:08.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:08.794 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:08.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:08.794 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:08.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:08.795 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:08.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:08.796 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:08.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:08.796 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:08.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:08.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:08.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:08.798 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:08.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:08.799 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:08.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:08.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:08.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:08.801 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:08.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:08.802 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:08.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:08.803 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.803 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:08.803 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:08.804 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:08.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:08.804 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:08.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:08.805 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:08.806 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:08.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:08.809 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.809 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:08.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:08.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:08.810 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.810 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:08.811 [main] INFO o.e.g.b.i.compliance.io.IoTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest-bundle.properties was not found; using defaults 11:51:08.812 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:511 - Post processing: creating test bundle 11:51:08.812 [main] INFO o.e.g.b.i.compliance.io.IoTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 11:51:08.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.compliance.io, org.eclipse.gemini.blueprint.iandt.io] 11:51:08.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 11:51:08.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:08.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:08.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 11:51:08.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 11:51:08.876 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 11:51:08.876 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 11:51:08.876 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 11:51:08.876 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 11:51:08.876 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:51:08.876 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:51:08.876 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:51:08.881 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 11:51:08.881 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:08.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:51:08.884 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:08.884 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:51:08.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:51:08.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:51:08.885 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:08.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:51:08.885 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 11:51:08.885 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:08.886 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:08.887 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:08.887 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:08.887 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:08.888 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:08.888 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:08.888 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:08.888 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:08.889 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:08.890 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:08.891 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:08.891 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:08.892 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:08.892 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:08.892 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:08.893 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:08.893 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:08.893 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:08.893 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 11:51:08.894 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnMetaInf] to OSGi 11:51:08.903 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnMetaInf] for execution inside OSGi 11:51:08.903 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnMetaInf] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@68034211 11:51:08.903 [main] INFO o.e.g.b.i.compliance.io.IoTest:190 - Loading context for locations: 11:51:08.909 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:51:08 UTC 2024]; root of context hierarchy 11:51:08.969 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:08.982 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@63611043: defining beans []; root of factory hierarchy 11:51:08.988 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:08.989 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:08.989 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:08.990 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:08.992 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@78d6692f] 11:51:08.992 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7a55af6b] 11:51:08.994 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3daf7722] 11:51:08.996 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:51:08 UTC 2024]; root of context hierarchy] 11:51:08.997 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Version=0.0.0} 11:51:08.998 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} bundleresource://18.fwk932285561/META-INF/ 11:51:09.072 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.072 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnMetaInf] 11:51:09.073 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnMetaInf]'s result read 11:51:09.073 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntry] to OSGi 11:51:09.074 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntry] for execution inside OSGi 11:51:09.074 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetFolderEntry] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@24ba9639 11:51:09.074 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.075 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntry] 11:51:09.075 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntry]'s result read 11:51:09.075 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testURLFolderReturnsProperPathForFolders] to OSGi 11:51:09.075 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLFolderReturnsProperPathForFolders] for execution inside OSGi 11:51:09.075 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testURLFolderReturnsProperPathForFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@38aa816f 11:51:09.076 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.076 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testURLFolderReturnsProperPathForFolders] 11:51:09.076 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testURLFolderReturnsProperPathForFolders]'s result read 11:51:09.076 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntries] to OSGi 11:51:09.077 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntries] for execution inside OSGi 11:51:09.077 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetFolderEntries] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53f6fd09 11:51:09.077 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.078 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntries] 11:51:09.078 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntries]'s result read 11:51:09.078 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntriesShouldReturnFoldersOnRoot] to OSGi 11:51:09.078 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntriesShouldReturnFoldersOnRoot] for execution inside OSGi 11:51:09.078 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntriesShouldReturnFoldersOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7749bf93 11:51:09.079 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.079 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntriesShouldReturnFoldersOnRoot] 11:51:09.079 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntriesShouldReturnFoldersOnRoot]'s result read 11:51:09.079 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnSubFolders] to OSGi 11:51:09.079 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnSubFolders] for execution inside OSGi 11:51:09.079 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnSubFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@13330ac6 11:51:09.080 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.080 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnSubFolders] 11:51:09.080 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnSubFolders]'s result read 11:51:09.080 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceSOnRoot] to OSGi 11:51:09.081 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRoot] for execution inside OSGi 11:51:09.081 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceSOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@539d019 getResources('/') = {bundleresource://18.fwk932285561/} 11:51:09.081 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.081 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceSOnRoot] 11:51:09.082 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceSOnRoot]'s result read 11:51:09.082 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntryOnRoot] to OSGi 11:51:09.082 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnRoot] for execution inside OSGi 11:51:09.082 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@39a2bb97 11:51:09.082 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.083 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntryOnRoot] 11:51:09.083 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntryOnRoot]'s result read 11:51:09.083 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnRoot] to OSGi 11:51:09.083 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRoot] for execution inside OSGi 11:51:09.083 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3ad2e17 getResource('/') = bundleresource://18.fwk932285561/ 11:51:09.084 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.084 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnRoot] 11:51:09.084 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnRoot]'s result read 11:51:09.084 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnFolders] to OSGi 11:51:09.084 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFolders] for execution inside OSGi 11:51:09.085 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@8c3619e 11:51:09.085 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:09.085 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnFolders] 11:51:09.085 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnFolders]'s result read Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.699 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest 11:51:09.088 [Thread-0] INFO o.e.g.b.i.compliance.io.IoTest:471 - Shutting down OSGi platform 11:51:09.088 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:51:09.088 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:09.088 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:51:08 UTC 2024]; root of context hierarchy 11:51:09.088 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:51:08 UTC 2024]; root of context hierarchy] 11:51:09.088 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:09.089 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:09.089 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:09.089 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:09.089 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:09.089 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:09.089 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:09.090 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:09.090 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.io.functional.fragments_0.0.0 [18] for sending replayes events; last one was null 11:51:09.090 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:09.091 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:09.091 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:10,101 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:10,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:10,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:10,299 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:10,381 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:10,383 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:10,387 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:10,393 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:51:10,397 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:10,398 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:10,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:10,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:10,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:10,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:10,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:10,400 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:10,400 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:10,401 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:10,401 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:10,402 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest 11:51:10.587 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:10.591 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:85 - Instantiating platform wrapper... 11:51:10.592 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:215 - About to start Equinox OSGi Platform 11:51:11.012 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:11.015 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:11.015 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:11.016 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:11.017 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:11.183 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:11.192 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:11.196 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:11.197 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:11.203 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:11.208 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:11.210 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:11.275 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:11.282 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:11.292 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:11.305 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:11.371 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:11.376 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:11.383 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:11.385 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:11.389 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:11.391 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:11.404 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:11.485 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:11.485 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:11.485 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:11.486 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:11.486 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:11.486 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:11.487 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:11.487 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:11.487 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:11.487 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:11.488 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:11.488 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:11.488 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:11.488 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:11.489 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:11,577 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:11,603 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:11,604 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:11,612 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:11,674 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:11,675 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:11,681 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:11,688 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:51:11,693 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:11,693 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:11,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:11,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:11,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:11,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:11,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:11,696 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:11,696 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:11,696 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:11,697 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:11,697 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:51:11.706 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:11.713 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:11.872 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:11.872 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:11.876 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:11.878 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:11.881 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:11.884 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.884 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:11.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:11.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:11.885 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.885 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:11.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:11.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:11.885 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.886 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:11.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:11.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:11.886 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.886 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:11.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:11.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:11.887 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.887 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:11.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:11.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:11.888 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.888 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:11.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:11.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:11.888 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.888 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:11.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:11.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:11.889 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.890 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:11.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:11.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:11.890 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.891 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:11.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:11.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:11.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.892 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:11.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:11.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:11.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.894 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:11.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:11.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:11.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.898 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:11.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:11.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:11.899 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.899 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:11.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:11.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:11.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.900 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:11.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:11.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:11.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.903 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:11.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:11.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:11.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.904 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:11.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:11.911 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:11.911 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:11.968 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:11.968 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:11.970 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:11.971 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:11.972 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:11.972 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:11.973 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:11.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:11.982 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.983 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:11.983 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:11.983 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:11.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:11.984 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:11.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:11.985 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.985 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:11.985 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:11.985 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.985 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:11.986 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:11.986 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.986 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:11.986 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:11.986 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:11.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:11.987 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.988 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:11.988 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:11.988 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:11.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:11.990 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:11.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:11.991 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:11.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:11.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:11.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:11.993 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:11.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:11.994 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:11.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:11.994 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:11.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:11.995 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:11.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:11.996 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:11.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:11.999 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:11.999 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:11.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:11.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:12.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:12.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:12.001 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest-bundle.properties was not found; using defaults 11:51:12.002 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:511 - Post processing: creating test bundle 11:51:12.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.compliance.io] 11:51:12.009 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:202 - Automatically creating Manifest for the test bundle 11:51:12.009 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:366 - Using the test class for generating bundle imports 11:51:12.070 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 11:51:12.070 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:460 - Package [org.eclipse.gemini.blueprint.iandt.compliance.io] is part of the test archive; parsing BundleClassPathTest bytecode to determine imports... 11:51:12.072 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BundleClassPathTest 11:51:12.081 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:12.081 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:12.082 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest 11:51:12.083 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:12.083 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:12.084 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:12.084 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:12.084 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:12.084 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:12.085 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:12.085 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:12.085 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.compliance.io, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, java.lang, java.util.jar, java.net, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io} 11:51:12.085 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.compliance.io, java.lang, java.util.jar, java.net, java.io, java.util, java.security, java.lang.reflect] 11:51:12.085 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:12.086 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:51:12.086 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-Name=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:12.086 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-Name=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-ClassPath=.,bundleclasspath/folder,bundleclasspath/simple.jar, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:12.086 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:12.086 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:12.086 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 11:51:12.086 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 11:51:12.086 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:12.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 11:51:12.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 11:51:12.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 11:51:12.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:51:12.094 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:557 - Test bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] successfully installed 11:51:12.094 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:12.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] 11:51:12.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:12.097 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest) 11:51:12.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] 11:51:12.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] 11:51:12.098 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:12.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] 11:51:12.098 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:562 - Test bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest)] successfully started 11:51:12.098 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:12.100 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:12.100 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:12.101 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:12.101 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:12.101 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:12.101 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:12.102 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:12.102 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:12.103 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:12.104 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:12.104 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:12.105 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:12.105 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:12.106 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:12.106 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:12.106 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:12.107 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:12.107 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:12.107 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest] does not trigger a context creation. 11:51:12.107 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideFolderOnClassPath] to OSGi 11:51:12.174 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideFolderOnClassPath] for execution inside OSGi 11:51:12.175 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@490caf5f 11:51:12.175 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:190 - Loading context for locations: 11:51:12.181 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): startup date [Wed Jan 17 11:51:12 UTC 2024]; root of context hierarchy 11:51:12.186 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:12.202 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@7daa0fbd: defining beans []; root of factory hierarchy 11:51:12.208 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:12.208 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:12.209 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:12.210 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:12.212 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4ae9cfc1] 11:51:12.212 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@512baff6] 11:51:12.214 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@60856961] 11:51:12.216 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): startup date [Wed Jan 17 11:51:12 UTC 2024]; root of context hierarchy] 11:51:12.218 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, org.springframework.context.service.name=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-SymbolicName=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, Bundle-Version=0.0.0} 11:51:12.219 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:12.308 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.309 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideFolderOnClassPath] 11:51:12.310 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideFolderOnClassPath]'s result read 11:51:12.310 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideBundle] to OSGi 11:51:12.311 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideBundle] for execution inside OSGi 11:51:12.311 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6dab9b6d 11:51:12.311 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.312 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideBundle] 11:51:12.312 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideBundle]'s result read 11:51:12.312 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideJarOnClassPath] to OSGi 11:51:12.312 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideJarOnClassPath] for execution inside OSGi 11:51:12.312 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@21fd5faa running testtestFindEntriesOnFileJustInsideJarOnClassPath 11:51:12.313 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.313 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideJarOnClassPath] 11:51:12.313 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideJarOnClassPath]'s result read 11:51:12.314 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileOnBundleClassPathAndBundleJar] to OSGi 11:51:12.314 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileOnBundleClassPathAndBundleJar] for execution inside OSGi 11:51:12.314 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileOnBundleClassPathAndBundleJar] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2766ca9d 11:51:12.314 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.314 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileOnBundleClassPathAndBundleJar] 11:51:12.314 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileOnBundleClassPathAndBundleJar]'s result read 11:51:12.315 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnClassInsideBundle] to OSGi 11:51:12.315 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnClassInsideBundle] for execution inside OSGi 11:51:12.315 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnClassInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5460cf3a 11:51:12.315 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.316 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnClassInsideBundle] 11:51:12.316 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnClassInsideBundle]'s result read 11:51:12.316 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideFolderOnClassPath] to OSGi 11:51:12.316 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideFolderOnClassPath] for execution inside OSGi 11:51:12.316 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65a15628 running testtestFindEntriesOnFileJustInsideFolderOnClassPath 11:51:12.317 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.317 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideFolderOnClassPath] 11:51:12.317 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideFolderOnClassPath]'s result read 11:51:12.317 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideFolderOnClassPath] to OSGi 11:51:12.317 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideFolderOnClassPath] for execution inside OSGi 11:51:12.317 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2e6a5539 running testtestGetEntryOnFileJustInsideFolderOnClassPath 11:51:12.318 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.318 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideFolderOnClassPath] 11:51:12.318 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideFolderOnClassPath]'s result read 11:51:12.318 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideJarOnClassPath] to OSGi 11:51:12.319 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideJarOnClassPath] for execution inside OSGi 11:51:12.319 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3fc9504b running testtestGetEntryOnFileJustInsideJarOnClassPath 11:51:12.319 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.319 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideJarOnClassPath] 11:51:12.319 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideJarOnClassPath]'s result read 11:51:12.319 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] to OSGi 11:51:12.320 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] for execution inside OSGi 11:51:12.320 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6d025197 running test testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle found res bundleresource://18.fwk802600647/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file found res bundleresource://18.fwk802600647:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file found res bundleresource://18.fwk802600647:2/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:51:12.320 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.320 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] 11:51:12.321 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle]'s result read 11:51:12.321 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideJarOnClassPath] to OSGi 11:51:12.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideJarOnClassPath] for execution inside OSGi 11:51:12.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@27d4a09 11:51:12.322 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:12.322 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideJarOnClassPath] 11:51:12.322 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideJarOnClassPath]'s result read Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.737 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest 11:51:12.324 [Thread-0] INFO o.e.g.b.i.c.i.BundleClassPathTest:471 - Shutting down OSGi platform 11:51:12.325 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:12.325 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest (TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest) 11:51:12.325 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): startup date [Wed Jan 17 11:51:12 UTC 2024]; root of context hierarchy 11:51:12.325 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:12.325 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest, config=): startup date [Wed Jan 17 11:51:12 UTC 2024]; root of context hierarchy] 11:51:12.325 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:12.325 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:12.326 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:12.326 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:12.326 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:12.326 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:12.368 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testGetResourceOnFileJustInsideFolderOnClassPath-org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest_0.0.0 [18] for sending replayes events; last one was null 11:51:12.368 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:12.369 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:12.369 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:12.369 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:13,208 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:13,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:13,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:13,414 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:13,493 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:13,494 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:13,498 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:13,504 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@23e028a9 - No compression will be used 11:51:13,508 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:13,508 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:13,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:13,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:13,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:13,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:13,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:13,569 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:13,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:13,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:13,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:13,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:13,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:13,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:13,570 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:13,570 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:13,570 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:13,571 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:13,571 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:13,571 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@cd2dae5 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest 11:51:13.695 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:13.698 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:85 - Instantiating platform wrapper... 11:51:13.699 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:215 - About to start Equinox OSGi Platform 11:51:14.113 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:14.116 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:14.117 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:14.118 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:14.118 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:14.279 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:14.288 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:14.292 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:14.293 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:14.299 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:14.304 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:14.305 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:14.372 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:14.379 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:14.390 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:14.403 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:14.406 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:14.470 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:14.478 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:14.480 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:14.484 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:14.487 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:14.498 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:14.577 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:14.577 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:14.578 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:14.578 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:14.578 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:14.578 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:14.579 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:14.579 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:14.579 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:14.579 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:14.580 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:14.580 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:14.580 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:14.580 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:14.581 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:14,612 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:14,681 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:14,682 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:14,689 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:14,705 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:14,706 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:14,709 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:14,714 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:51:14,717 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:14,717 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:14,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:14,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:14,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:14,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:14,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:14,770 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:14,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:14,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:14,770 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:14,771 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:51:14.779 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:14.786 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:14.906 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:14.907 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:14.910 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:14.913 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:14.916 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:14.970 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.970 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:14.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:14.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:14.971 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.971 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:14.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:14.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:14.971 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.972 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:14.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:14.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:14.972 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.972 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:14.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:14.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:14.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.973 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:14.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:14.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:14.974 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.974 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:14.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:14.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:14.975 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.975 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:14.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:14.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:14.976 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.977 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:14.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:14.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:14.978 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.978 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:14.978 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:14.978 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:14.980 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.980 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:14.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:14.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:14.982 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.982 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:14.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:14.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:14.987 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.987 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:14.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:14.988 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:14.988 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.988 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:14.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:14.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:14.989 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.989 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:14.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:14.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:14.990 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.993 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:14.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:14.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:14.994 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:14.994 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:14.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:15.001 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:15.001 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:15.005 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:15.006 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:15.008 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:15.009 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:15.010 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:15.010 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:15.011 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:15.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:15.020 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:15.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:15.068 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:15.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:15.069 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:15.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:15.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:15.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:15.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:15.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:15.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:15.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:15.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:15.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:15.072 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:15.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:15.073 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:15.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:15.075 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:15.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:15.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:15.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:15.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:15.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:15.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:15.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:15.078 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:15.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:15.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:15.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:15.080 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:15.081 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:15.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:15.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:15.084 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:15.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:15.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:15.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:15.086 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest-bundle.properties was not found; using defaults 11:51:15.086 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:511 - Post processing: creating test bundle 11:51:15.094 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.compliance.io] 11:51:15.097 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:202 - Automatically creating Manifest for the test bundle 11:51:15.097 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:366 - Using the test class for generating bundle imports 11:51:15.099 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 11:51:15.099 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:460 - Package [org.eclipse.gemini.blueprint.iandt.compliance.io] is part of the test archive; parsing CallingResourceOnDifferentBundlesTest bytecode to determine imports... 11:51:15.101 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class CallingResourceOnDifferentBundlesTest 11:51:15.110 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:15.168 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:15.168 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest 11:51:15.169 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:15.169 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:15.170 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:15.170 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:15.171 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:15.171 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:15.171 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:15.171 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:15.171 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.compliance.io, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.util, java.net, java.util, java.io, java.security, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io} 11:51:15.172 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.compliance.io, java.lang, java.net, java.util, java.io, java.security, java.util.jar, java.lang.reflect] 11:51:15.172 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:15.172 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:282 - Filtered imports are [org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:51:15.172 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-Name=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:15.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-Name=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:15.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:15.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:15.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 11:51:15.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 11:51:15.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 11:51:15.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 11:51:15.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 11:51:15.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 11:51:15.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 11:51:15.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 11:51:15.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:51:15.179 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:557 - Test bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] successfully installed 11:51:15.179 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:15.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] 11:51:15.182 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:15.182 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest) 11:51:15.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] 11:51:15.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] 11:51:15.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:15.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] 11:51:15.183 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:562 - Test bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest)] successfully started 11:51:15.183 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:15.185 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:15.185 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:15.186 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:15.186 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:15.186 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:15.186 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:15.186 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:15.187 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:15.188 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:15.188 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:15.189 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:15.190 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:15.190 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:15.191 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:15.191 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:15.191 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:15.191 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:15.192 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:15.192 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest] does not trigger a context creation. 11:51:15.192 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] to OSGi 11:51:15.201 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] for execution inside OSGi 11:51:15.201 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c669da8 11:51:15.202 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:190 - Loading context for locations: 11:51:15.208 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Wed Jan 17 11:51:15 UTC 2024]; root of context hierarchy 11:51:15.212 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:15.268 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5a3bc7ed: defining beans []; root of factory hierarchy 11:51:15.274 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:15.274 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:15.275 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:15.276 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:15.278 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@632ceb35] 11:51:15.278 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c93f6e1] 11:51:15.280 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@a4add54] 11:51:15.282 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Wed Jan 17 11:51:15 UTC 2024]; root of context hierarchy] 11:51:15.283 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, org.springframework.context.service.name=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-SymbolicName=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, Bundle-Version=0.0.0} 11:51:15.284 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:15.306 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:15.306 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.apache.servicemix.bundles.spring-core_5.0.4.RELEASE_1 [9] for sending replayes events; last one was null 11:51:15.307 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] 11:51:15.307 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:447 - Test[testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent]'s result read 11:51:15.308 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform Platform name is org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:15.308 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:15.308 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourcesOnADifferentBundle] to OSGi 11:51:15.309 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourcesOnADifferentBundle] for execution inside OSGi 11:51:15.309 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCallGetResourcesOnADifferentBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@27d4a09 11:51:15.309 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:15.309 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle slf4j-api (slf4j.api) 11:51:15.309 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:15.310 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Logback Core Module (ch.qos.logback.core) 11:51:15.310 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Logback Classic Module (ch.qos.logback.classic) 11:51:15.310 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:15.310 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle AssertJ fluent assertions (org.assertj.core) 11:51:15.310 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:15.310 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:15.311 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:15.311 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:15.311 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:15.311 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:15.311 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:15.311 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:15.388 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender) 11:51:15.388 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:15.388 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:64 - calling #getResources on bundle TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest) 11:51:15.388 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:15.388 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourcesOnADifferentBundle] 11:51:15.389 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:447 - Test[testCallGetResourcesOnADifferentBundle]'s result read 11:51:15.389 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform Platform name is org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:15.389 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:15.389 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourceOnADifferentBundle] to OSGi 11:51:15.389 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourceOnADifferentBundle] for execution inside OSGi 11:51:15.390 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCallGetResourceOnADifferentBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7e4204e2 11:51:15.390 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:15.390 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle slf4j-api (slf4j.api) 11:51:15.390 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:15.390 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Logback Core Module (ch.qos.logback.core) 11:51:15.390 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Logback Classic Module (ch.qos.logback.classic) 11:51:15.391 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:15.391 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle AssertJ fluent assertions (org.assertj.core) 11:51:15.391 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:15.391 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:15.391 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:15.391 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:15.391 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:15.391 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:15.392 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:15.392 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:15.392 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender) 11:51:15.392 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:15.392 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:51 - calling #getResource on bundle TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest) 11:51:15.392 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:15.392 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourceOnADifferentBundle] 11:51:15.392 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:447 - Test[testCallGetResourceOnADifferentBundle]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.701 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest 11:51:15.395 [Thread-0] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:471 - Shutting down OSGi platform 11:51:15.395 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest (TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest) 11:51:15.396 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:15.396 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Wed Jan 17 11:51:15 UTC 2024]; root of context hierarchy 11:51:15.396 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Wed Jan 17 11:51:15 UTC 2024]; root of context hierarchy] 11:51:15.396 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:15.396 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:15.396 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:15.396 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:15.397 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:15.397 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:15.397 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:15.397 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:15.398 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest_0.0.0 [18] for sending replayes events; last one was null 11:51:15.398 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:15.398 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:15.399 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:16,368 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:16,501 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:16,503 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:16,517 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:16,596 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:16,598 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:16,602 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:16,608 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:51:16,671 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:16,671 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:16,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:16,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:16,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:16,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:16,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:16,674 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:16,674 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:16,675 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:16,675 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:16,675 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest 11:51:16.797 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:16.801 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:85 - Instantiating platform wrapper... 11:51:16.802 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:215 - About to start Equinox OSGi Platform 11:51:17.233 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:17.236 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:17.268 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:17.269 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:17.270 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:17.394 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:17.404 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:17.407 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:17.409 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:17.417 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:17.476 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:17.479 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:17.489 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:17.500 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:17.581 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:17.601 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:17.607 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:17.614 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:17.679 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:17.681 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:17.688 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:17.692 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:17.770 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:17.796 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:17.797 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:17.798 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:17.798 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:17.798 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:17.802 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:17.802 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:17.802 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:17.803 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:17.803 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:17.803 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:17.804 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:17.804 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:17.805 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:17.805 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:17,910 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:17,982 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:17,983 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:17,994 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:18,012 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:18,013 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:18,016 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:18,072 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:51:18,075 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:18,075 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:18,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:18,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:18,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:18,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:18,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:18,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:18,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:18,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:18,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:18,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:18,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:18,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:18,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:18,078 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:18,078 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:18,078 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:18,079 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:18,079 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:51:18.088 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:18.094 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:18.220 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:18.221 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:18.224 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:18.270 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:18.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:18.275 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.275 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:18.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:18.276 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:18.276 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.276 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:18.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:18.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:18.277 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.277 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:18.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:18.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:18.278 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.278 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:18.278 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:18.278 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:18.278 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.279 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:18.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:18.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:18.279 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.280 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:18.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:18.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:18.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.280 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:18.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:18.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:18.281 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.281 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:18.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:18.282 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:18.283 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.283 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:18.283 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:18.284 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:18.285 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.286 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:18.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:18.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:18.289 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.289 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:18.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:18.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:18.290 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.290 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:18.290 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:18.291 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:18.292 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.292 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:18.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:18.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:18.294 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.297 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:18.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:18.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:18.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.298 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:18.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:18.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:18.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.300 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:18.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:18.307 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:18.307 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:18.311 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:18.311 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:18.314 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:18.315 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:18.315 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:18.315 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:18.316 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:18.318 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:18.373 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:18.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:18.374 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:18.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:18.375 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:18.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:18.376 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:18.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:18.376 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:18.377 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:18.377 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.377 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:18.377 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:18.377 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:18.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:18.379 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.379 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:18.379 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:18.380 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:18.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:18.381 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.381 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:18.381 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:18.382 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.382 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:18.383 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:18.383 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.383 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:18.383 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:18.384 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.384 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:18.384 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:18.385 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.385 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:18.385 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:18.385 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.385 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:18.385 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:18.386 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.386 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:18.387 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:18.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:18.390 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.390 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:18.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:18.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:18.391 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:18.392 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:199 - org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest-bundle.properties was not found; using defaults 11:51:18.393 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:511 - Post processing: creating test bundle 11:51:18.399 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.compliance.service] 11:51:18.400 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:202 - Automatically creating Manifest for the test bundle 11:51:18.400 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:366 - Using the test class for generating bundle imports 11:51:18.401 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 11:51:18.402 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:460 - Package [org.eclipse.gemini.blueprint.iandt.compliance.service] is part of the test archive; parsing ServiceAvailableDuringUnregistrationTest bytecode to determine imports... 11:51:18.405 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class ServiceAvailableDuringUnregistrationTest 11:51:18.479 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:18.479 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:18.479 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest 11:51:18.481 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:18.481 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:18.482 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:18.482 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:18.483 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:18.483 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:18.483 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:18.483 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:18.483 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.compliance.service, org.eclipse.gemini.blueprint.iandt, java.awt, java.lang, org.osgi.framework, java.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:51:18.484 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.compliance.service, java.awt, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:51:18.484 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:18.484 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:51:18.484 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-Name=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:18.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-Name=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:18.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:18.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 11:51:18.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 11:51:18.486 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 11:51:18.490 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:557 - Test bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] successfully installed 11:51:18.490 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:18.492 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] 11:51:18.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:18.493 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest) 11:51:18.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] 11:51:18.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] 11:51:18.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:18.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] 11:51:18.494 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:562 - Test bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest)] successfully started 11:51:18.494 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:18.495 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:18.496 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:18.496 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:18.496 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:18.496 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:18.497 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:18.497 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:18.497 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:18.498 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:18.499 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:18.500 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:18.500 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:18.500 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:18.501 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:18.501 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:18.501 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:18.502 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:18.502 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:18.502 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest] does not trigger a context creation. 11:51:18.503 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:364 - Writing test name [testServiceAliveDuringUnregistration] to OSGi 11:51:18.511 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAliveDuringUnregistration] for execution inside OSGi 11:51:18.512 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAliveDuringUnregistration] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 11:51:18.512 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:190 - Loading context for locations: 11:51:18.571 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): startup date [Wed Jan 17 11:51:18 UTC 2024]; root of context hierarchy 11:51:18.575 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:18.588 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@36a5cabc: defining beans []; root of factory hierarchy 11:51:18.594 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:18.595 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:18.595 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:18.596 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:18.598 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5a2d131d] 11:51:18.598 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@14fc1f0] 11:51:18.600 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5ddf0d24] 11:51:18.605 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): startup date [Wed Jan 17 11:51:18 UTC 2024]; root of context hierarchy] 11:51:18.606 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, org.springframework.context.service.name=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-SymbolicName=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, Bundle-Version=0.0.0} 11:51:18.607 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:18.700 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:18.701 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:440 - Reading OSGi results for test [testServiceAliveDuringUnregistration] 11:51:18.701 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:447 - Test[testServiceAliveDuringUnregistration]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.907 sec - in org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest 11:51:18.704 [Thread-0] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:471 - Shutting down OSGi platform 11:51:18.704 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest (TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest) 11:51:18.704 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:18.704 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): startup date [Wed Jan 17 11:51:18 UTC 2024]; root of context hierarchy 11:51:18.705 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest, config=): startup date [Wed Jan 17 11:51:18 UTC 2024]; root of context hierarchy] 11:51:18.705 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:18.705 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:18.705 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:18.705 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:18.705 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:18.705 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:18.705 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:18.706 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:18.706 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testServiceAliveDuringUnregistration-org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest_0.0.0 [18] for sending replayes events; last one was null 11:51:18.706 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:18.707 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:18.707 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:19,671 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:19,797 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:19,799 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:19,812 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:19,887 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:19,888 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:19,892 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:19,898 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5ae63ade - No compression will be used 11:51:19,902 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:19,902 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:19,903 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:19,903 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:19,903 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:19,903 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:19,904 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:19,904 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:19,905 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:19,905 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:19,968 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4973813a - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest 11:51:20.104 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:20.107 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:85 - Instantiating platform wrapper... 11:51:20.108 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:215 - About to start Equinox OSGi Platform 11:51:20.517 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:20.519 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:20.520 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:20.521 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:20.521 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:20.683 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:20.692 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:20.696 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:20.698 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:20.704 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:20.709 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:20.768 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:20.774 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:20.782 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:20.792 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:20.804 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:20.870 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:20.875 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:20.882 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:20.883 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:20.887 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:20.890 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:20.901 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:20.980 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:20.980 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:20.981 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:20.981 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:20.981 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:20.981 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:20.982 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:20.982 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:20.982 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:20.982 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:20.983 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:20.983 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:20.983 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:20.983 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:20.984 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:21,013 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:21,087 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:21,088 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:21,095 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:21,109 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:21,111 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:21,113 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:21,118 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:51:21,171 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:21,172 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:21,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:21,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:21,174 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:21,174 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:21,174 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:21,174 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:21,175 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:51:21.183 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:21.190 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:21.309 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:21.310 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:21.313 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:21.316 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:21.319 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:21.370 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.370 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:21.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:21.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:21.371 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.371 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:21.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:21.372 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:21.372 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.372 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:21.372 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:21.372 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:21.372 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.373 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:21.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:21.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:21.374 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.374 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:21.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:21.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:21.375 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.375 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:21.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:21.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:21.375 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.375 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:21.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:21.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:21.377 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.377 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:21.377 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:21.377 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:21.378 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.378 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:21.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:21.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:21.380 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.380 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:21.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:21.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:21.381 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.382 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:21.382 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:21.382 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:21.382 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.382 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:21.382 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:21.383 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:21.388 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.388 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:21.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:21.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:21.389 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.389 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:21.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:21.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:21.389 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.390 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:21.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:21.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:21.390 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.390 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:21.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:21.396 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:21.397 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:21.401 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:21.401 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:21.403 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:21.404 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:21.405 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:21.405 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:21.406 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:21.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:21.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:21.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:21.416 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:21.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:21.417 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:21.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:21.417 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:21.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:21.418 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:21.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:21.418 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:21.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:21.419 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:21.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:21.468 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:21.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:21.469 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:21.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:21.471 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:21.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:21.472 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:21.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:21.473 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.473 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:21.473 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:21.473 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:21.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:21.475 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:21.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:21.475 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:21.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:21.476 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:21.477 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:21.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:21.480 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.480 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:21.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:21.481 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:21.481 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.481 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:21.482 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:199 - org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest-bundle.properties was not found; using defaults 11:51:21.483 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:511 - Post processing: creating test bundle 11:51:21.490 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.context] 11:51:21.491 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:202 - Automatically creating Manifest for the test bundle 11:51:21.491 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:366 - Using the test class for generating bundle imports 11:51:21.495 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 11:51:21.495 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt.context] is part of the test archive; parsing OsgiAppContextTest bytecode to determine imports... 11:51:21.498 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class OsgiAppContextTest 11:51:21.506 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:21.506 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:21.506 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest 11:51:21.508 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:21.508 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:21.508 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:21.509 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:21.509 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:21.510 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:21.510 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:21.510 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:21.568 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.context, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, org.springframework.context, java.lang, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:51:21.568 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.context, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:51:21.568 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:21.568 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:282 - Filtered imports are [org.osgi.framework, org.springframework.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:51:21.568 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-Name=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-Name=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:21.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 11:51:21.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 11:51:21.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 11:51:21.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 11:51:21.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 11:51:21.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 11:51:21.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 11:51:21.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 11:51:21.578 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:557 - Test bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] successfully installed 11:51:21.578 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:21.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] 11:51:21.581 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:21.581 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest) 11:51:21.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] 11:51:21.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] 11:51:21.582 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:21.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] 11:51:21.582 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:562 - Test bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest)] successfully started 11:51:21.582 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:21.584 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:21.584 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:21.584 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:21.584 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:21.585 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:21.585 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:21.585 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:21.586 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:21.586 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:21.587 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:21.588 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:21.588 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:21.589 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:21.589 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:21.589 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:21.590 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:21.590 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:21.590 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:21.590 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest] does not trigger a context creation. 11:51:21.591 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextIsTheSame] to OSGi 11:51:21.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextIsTheSame] for execution inside OSGi 11:51:21.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextIsTheSame] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c669da8 11:51:21.599 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:190 - Loading context for locations: 11:51:21.605 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): startup date [Wed Jan 17 11:51:21 UTC 2024]; root of context hierarchy 11:51:21.608 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:21.621 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5a3bc7ed: defining beans []; root of factory hierarchy 11:51:21.629 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:21.630 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:21.630 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:21.668 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:21.670 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@632ceb35] 11:51:21.670 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c93f6e1] 11:51:21.672 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@a4add54] 11:51:21.674 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): startup date [Wed Jan 17 11:51:21 UTC 2024]; root of context hierarchy] 11:51:21.675 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, org.springframework.context.service.name=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-SymbolicName=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, Bundle-Version=0.0.0} 11:51:21.676 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:21.775 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:21.775 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextIsTheSame] 11:51:21.776 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextIsTheSame]'s result read 11:51:21.777 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextInjected] to OSGi 11:51:21.777 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextInjected] for execution inside OSGi 11:51:21.777 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextInjected] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7d1cfb8b 11:51:21.778 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:21.778 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextInjected] 11:51:21.778 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextInjected]'s result read 11:51:21.778 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextAvailableAsBean] to OSGi 11:51:21.778 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAvailableAsBean] for execution inside OSGi 11:51:21.779 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAvailableAsBean] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@48e92c5c 11:51:21.779 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:21.779 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextAvailableAsBean] 11:51:21.779 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextAvailableAsBean]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.679 sec - in org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest 11:51:21.781 [Thread-0] INFO o.e.g.b.i.c.OsgiAppContextTest:471 - Shutting down OSGi platform 11:51:21.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:21.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:21.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:21.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:21.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:21.782 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest (TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest) 11:51:21.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:21.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:21.783 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): startup date [Wed Jan 17 11:51:21 UTC 2024]; root of context hierarchy 11:51:21.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:21.783 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest, config=): startup date [Wed Jan 17 11:51:21 UTC 2024]; root of context hierarchy] 11:51:21.784 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:21.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBundleContextIsTheSame-org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest_0.0.0 [18] for sending replayes events; last one was null 11:51:21.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:21.784 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:21.785 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:22,780 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:22,906 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:22,908 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:22,978 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:23,004 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:23,006 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:23,009 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:23,015 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:51:23,019 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:23,019 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:23,020 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:23,020 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:23,020 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:23,020 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:23,020 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:23,020 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:23,020 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:23,020 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:23,021 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:23,021 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:23,021 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:23,021 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:23,021 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:23,021 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:23,021 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:23,068 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:23,068 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:23,069 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest 11:51:23.190 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:23.194 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:85 - Instantiating platform wrapper... 11:51:23.194 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:215 - About to start Equinox OSGi Platform 11:51:23.622 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:23.625 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:23.625 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:23.626 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:23.668 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:23.791 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:23.800 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:23.804 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:23.805 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:23.811 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:23.871 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:23.873 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:23.879 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:23.887 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:23.898 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:23.971 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:23.975 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:23.980 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:23.987 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:23.989 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:23.993 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:23.995 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:24.007 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:24.082 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:24.082 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:24.082 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:24.083 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:24.083 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:24.083 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:24.084 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:24.084 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:24.084 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:24.085 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:24.085 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:24.085 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:24.085 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:24.086 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:24.086 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:24,181 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:24,206 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:24,208 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:24,215 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:24,280 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:24,281 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:24,284 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:24,289 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:51:24,292 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:24,292 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:24,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:24,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:24,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:24,294 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:24,294 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:24,295 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:24,295 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:24,295 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:51:24.303 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:24.310 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:24.477 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:24.478 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:24.481 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:24.483 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:24.486 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:24.489 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.489 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:24.489 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:24.489 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:24.490 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.490 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:24.490 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:24.490 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:24.491 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.491 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:24.491 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:24.491 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:24.491 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.491 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:24.492 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:24.492 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:24.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.493 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:24.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:24.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:24.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.494 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:24.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:24.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:24.494 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.494 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:24.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:24.495 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:24.495 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.496 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:24.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:24.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:24.497 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.497 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:24.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:24.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:24.498 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.498 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:24.499 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:24.499 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:24.500 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.500 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:24.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:24.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:24.501 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.501 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:24.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:24.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:24.506 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.506 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:24.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:24.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:24.507 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.507 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:24.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:24.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:24.507 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.511 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:24.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:24.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:24.512 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.512 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:24.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:24.573 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:24.574 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:24.578 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:24.578 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:24.580 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:24.582 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:24.582 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:24.582 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:24.583 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:24.585 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:24.592 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:24.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:24.593 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:24.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:24.594 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:24.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:24.594 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:24.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:24.595 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:24.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:24.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:24.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:24.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:24.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:24.597 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:24.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:24.598 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:24.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:24.600 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:24.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:24.601 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:24.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:24.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:24.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:24.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:24.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:24.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:24.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:24.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:24.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:24.605 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:24.606 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:24.608 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:24.609 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.609 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:24.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:24.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:24.610 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:24.611 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:199 - org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest-bundle.properties was not found; using defaults 11:51:24.612 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:511 - Post processing: creating test bundle 11:51:24.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.context] 11:51:24.670 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:202 - Automatically creating Manifest for the test bundle 11:51:24.670 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:366 - Using the test class for generating bundle imports 11:51:24.674 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 11:51:24.675 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt.context] is part of the test archive; parsing BundleContextAwareTest bytecode to determine imports... 11:51:24.677 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest 11:51:24.684 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 11:51:24.684 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt.context] is part of the test archive; parsing BundleContextAwareTest$BundleContextAwareHolder bytecode to determine imports... 11:51:24.685 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest$BundleContextAwareHolder 11:51:24.685 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:24.685 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:24.685 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest 11:51:24.687 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:24.688 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:24.688 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:24.689 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:24.689 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:24.689 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:24.689 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:24.689 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:24.690 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.context, org.eclipse.gemini.blueprint.iandt, java.lang, org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:51:24.690 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.context, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:51:24.690 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:24.690 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:51:24.690 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-Name=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:24.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-Name=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:24.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:24.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 11:51:24.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 11:51:24.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 11:51:24.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 11:51:24.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 11:51:24.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 11:51:24.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 11:51:24.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 11:51:24.696 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:557 - Test bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] successfully installed 11:51:24.697 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:24.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] 11:51:24.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:24.700 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest) 11:51:24.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] 11:51:24.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] 11:51:24.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:24.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] 11:51:24.700 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:562 - Test bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest)] successfully started 11:51:24.701 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:24.702 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:24.702 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:24.703 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:24.703 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:24.703 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:24.703 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:24.703 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:24.704 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:24.704 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:24.705 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:24.706 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:24.706 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:24.707 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:24.707 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:24.708 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:24.708 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:24.708 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:24.708 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:24.709 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest] does not trigger a context creation. 11:51:24.709 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:364 - Writing test name [testBundleContextAware] to OSGi 11:51:24.775 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAware] for execution inside OSGi 11:51:24.775 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAware] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6337c201 11:51:24.775 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 11:51:24.781 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): startup date [Wed Jan 17 11:51:24 UTC 2024]; root of context hierarchy 11:51:24.785 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:24.806 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk802600647/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml] 11:51:24.872 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:24.873 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:24.873 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:24.873 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:24.983 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2fd953a6: defining beans [bean]; root of factory hierarchy 11:51:24.990 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:24.990 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:24.991 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:24.992 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:24.998 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@8ad6665] 11:51:24.999 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@30af5b6b] 11:51:25.010 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@525575] 11:51:25.012 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): startup date [Wed Jan 17 11:51:24 UTC 2024]; root of context hierarchy] 11:51:25.013 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, org.springframework.context.service.name=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-SymbolicName=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, Bundle-Version=0.0.0} 11:51:25.014 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:25.069 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:25.069 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:440 - Reading OSGi results for test [testBundleContextAware] 11:51:25.070 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:447 - Test[testBundleContextAware]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.883 sec - in org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest 11:51:25.073 [Thread-0] INFO o.e.g.b.i.c.BundleContextAwareTest:471 - Shutting down OSGi platform 11:51:25.073 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:25.073 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest (TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest) 11:51:25.073 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:25.073 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): startup date [Wed Jan 17 11:51:24 UTC 2024]; root of context hierarchy 11:51:25.073 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:25.074 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest, config=/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml): startup date [Wed Jan 17 11:51:24 UTC 2024]; root of context hierarchy] 11:51:25.074 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:25.074 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:25.074 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:25.074 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:25.074 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:25.075 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:25.075 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBundleContextAware-org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest_0.0.0 [18] for sending replayes events; last one was null 11:51:25.075 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:25.076 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:25.076 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:26,000 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:26,183 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:26,186 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:26,198 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:26,281 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:26,283 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:26,286 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:26,292 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:51:26,296 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:26,296 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:26,297 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:26,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:26,299 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:26,299 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:26,299 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:26,299 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:26,300 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest 11:51:26.484 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:26.488 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:85 - Instantiating platform wrapper... 11:51:26.489 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:215 - About to start Equinox OSGi Platform 11:51:26.925 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:26.927 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:26.928 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:26.929 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:26.968 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:27.091 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:27.100 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:27.104 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:27.105 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:27.111 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:27.171 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:27.172 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:27.180 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:27.188 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:27.198 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:27.273 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:27.277 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:27.283 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:27.292 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:27.294 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:27.298 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:27.301 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:27.373 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:27.391 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:27.391 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:27.392 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:27.392 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:27.392 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:27.393 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:27.393 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:27.393 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:27.393 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:27.394 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:27.394 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:27.394 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:27.394 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:27.395 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:27.395 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:27,489 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:27,514 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:27,515 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:27,570 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:27,586 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:27,587 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:27,589 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:27,594 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:51:27,598 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:27,598 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:27,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:27,600 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:27,600 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:27,601 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:27,601 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:27,601 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:51:27.610 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:27.671 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:27.793 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:27.794 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:27.797 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:27.800 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:27.803 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:27.805 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.805 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:27.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:27.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:27.806 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.806 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:27.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:27.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:27.807 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.807 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:27.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:27.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:27.807 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.808 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:27.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:27.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:27.808 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.808 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:27.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:27.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:27.809 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.809 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:27.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:27.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:27.810 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.810 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:27.810 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:27.810 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:27.811 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.811 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:27.811 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:27.811 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:27.812 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.812 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:27.812 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:27.812 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:27.813 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.814 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:27.814 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:27.814 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:27.815 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.815 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:27.815 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:27.815 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:27.816 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.816 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:27.816 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:27.816 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:27.870 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.871 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:27.871 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:27.871 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:27.871 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.872 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:27.872 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:27.872 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:27.872 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.875 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:27.876 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:27.876 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:27.876 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.876 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:27.877 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:27.883 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:27.883 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:27.887 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:27.888 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:27.890 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:27.891 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:27.892 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:27.892 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:27.892 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:27.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:27.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:27.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:27.903 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:27.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:27.903 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:27.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:27.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:27.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:27.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:27.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:27.905 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:27.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:27.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:27.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:27.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:27.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:27.907 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:27.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:27.968 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:27.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:27.969 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:27.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:27.970 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:27.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:27.971 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:27.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:27.972 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:27.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:27.972 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:27.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:27.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:27.974 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:27.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:27.977 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:27.977 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:27.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:27.978 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:27.978 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:27.978 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:27.979 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:199 - org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest-bundle.properties was not found; using defaults 11:51:27.980 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:511 - Post processing: creating test bundle 11:51:27.987 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.context] 11:51:27.988 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:202 - Automatically creating Manifest for the test bundle 11:51:27.988 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:366 - Using the test class for generating bundle imports 11:51:27.992 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 11:51:27.992 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:460 - Package [org.eclipse.gemini.blueprint.iandt.context] is part of the test archive; parsing PublishedInterfacesTest bytecode to determine imports... 11:51:27.994 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class PublishedInterfacesTest 11:51:28.002 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:28.002 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:28.003 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest 11:51:28.004 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:28.068 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:28.068 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:28.069 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:28.069 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:28.069 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:28.070 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:28.070 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:28.070 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.context, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.context.support, org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:51:28.070 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.context, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:51:28.070 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:28.070 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.context.support, org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:51:28.070 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-Name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context.support,org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-Name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context.support,org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:28.071 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 11:51:28.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 11:51:28.077 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:557 - Test bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] successfully installed 11:51:28.077 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:28.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] 11:51:28.080 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:28.080 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest) 11:51:28.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] 11:51:28.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] 11:51:28.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:28.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] 11:51:28.081 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:562 - Test bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest)] successfully started 11:51:28.081 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:28.082 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:28.083 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:28.083 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:28.083 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:28.084 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:28.084 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:28.084 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:28.084 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:28.085 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:28.086 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:28.087 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:28.087 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:28.088 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:28.088 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:28.088 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:28.089 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:28.089 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:28.089 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:28.089 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest] does not trigger a context creation. 11:51:28.090 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:364 - Writing test name [testXmlOsgiContext] to OSGi 11:51:28.098 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testXmlOsgiContext] for execution inside OSGi 11:51:28.099 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testXmlOsgiContext] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c669da8 11:51:28.099 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:190 - Loading context for locations: 11:51:28.105 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): startup date [Wed Jan 17 11:51:28 UTC 2024]; root of context hierarchy 11:51:28.109 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:28.124 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5a3bc7ed: defining beans []; root of factory hierarchy 11:51:28.168 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:28.168 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:28.169 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:28.169 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:28.172 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@632ceb35] 11:51:28.172 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c93f6e1] 11:51:28.173 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@a4add54] 11:51:28.175 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): startup date [Wed Jan 17 11:51:28 UTC 2024]; root of context hierarchy] 11:51:28.177 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, org.springframework.context.service.name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-SymbolicName=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-Version=0.0.0} 11:51:28.178 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:28.200 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): startup date [Wed Jan 17 11:51:28 UTC 2024]; root of context hierarchy 11:51:28.200 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:28.274 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml] 11:51:28.296 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:28.296 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:28.297 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:28.297 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:28.389 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@74bada02: defining beans [bean]; root of factory hierarchy 11:51:28.389 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:28.390 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:28.390 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:28.390 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:28.395 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1a760689] 11:51:28.395 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7241a47d] 11:51:28.397 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6aa3a905] 11:51:28.398 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): startup date [Wed Jan 17 11:51:28 UTC 2024]; root of context hierarchy] 11:51:28.398 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, org.springframework.context.service.name=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-SymbolicName=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, Bundle-Version=0.0.0} 11:51:28.398 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:28.399 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest) 11:51:28.399 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): startup date [Wed Jan 17 11:51:28 UTC 2024]; root of context hierarchy 11:51:28.400 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml): startup date [Wed Jan 17 11:51:28 UTC 2024]; root of context hierarchy] 11:51:28.401 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:28.401 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:28.401 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:440 - Reading OSGi results for test [testXmlOsgiContext] 11:51:28.402 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:447 - Test[testXmlOsgiContext]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.921 sec - in org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest 11:51:28.405 [Thread-0] INFO o.e.g.b.i.c.PublishedInterfacesTest:471 - Shutting down OSGi platform 11:51:28.405 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest (TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest) 11:51:28.405 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:28.405 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): startup date [Wed Jan 17 11:51:28 UTC 2024]; root of context hierarchy 11:51:28.405 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:28.405 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest, config=): startup date [Wed Jan 17 11:51:28 UTC 2024]; root of context hierarchy] 11:51:28.406 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:28.406 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:28.406 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:28.406 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:28.406 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:28.406 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:28.406 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:28.407 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testXmlOsgiContext-org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest_0.0.0 [18] for sending replayes events; last one was null 11:51:28.407 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:28.408 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:28.408 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:29,388 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:29,573 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:29,576 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:29,589 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:29,687 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:29,689 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:29,694 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:29,773 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:51:29,778 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:29,778 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:29,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:29,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:29,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:29,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:29,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:29,780 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:29,780 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:29,781 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:29,781 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:29,781 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest 11:51:29.913 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:29.917 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:85 - Instantiating platform wrapper... 11:51:29.917 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:215 - About to start Equinox OSGi Platform 11:51:30.385 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:30.387 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:30.388 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:30.389 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:30.389 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:30.509 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:30.569 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:30.573 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:30.575 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:30.582 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:30.587 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:30.588 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:30.597 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:30.604 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:30.677 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:30.690 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:30.693 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:30.698 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:30.706 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:30.707 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:30.771 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:30.774 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:30.786 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:30.803 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:30.804 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:30.804 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:30.805 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:30.805 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:30.805 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:30.805 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:30.806 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:30.806 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:30.806 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:30.806 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:30.868 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:30.868 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:30.869 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:30.869 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:30,901 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:30,926 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:30,968 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:30,975 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:30,993 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:30,995 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:31,000 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:31,006 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used 11:51:31,011 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:31,011 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:31,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:31,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:31,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:31,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:31,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:31,014 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:31,014 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:31,014 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:31,014 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:31,015 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point 11:51:31.075 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:31.082 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:31.192 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:31.193 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:31.196 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:31.198 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:31.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:31.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.203 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:31.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:31.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:31.204 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.205 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:31.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:31.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:31.205 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.205 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:31.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:31.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:31.206 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.206 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:31.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:31.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:31.207 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.207 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:31.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:31.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:31.207 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.208 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:31.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:31.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:31.208 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.208 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:31.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:31.209 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:31.209 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.209 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:31.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:31.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:31.210 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.210 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:31.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:31.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:31.212 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.212 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:31.212 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:31.212 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:31.213 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.213 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:31.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:31.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:31.218 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.218 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:31.218 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:31.218 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:31.219 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.219 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:31.219 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:31.219 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:31.268 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.269 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:31.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:31.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:31.269 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.272 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:31.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:31.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:31.273 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.273 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:31.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:31.279 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:31.280 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:31.284 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:31.284 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:31.286 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:31.287 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:31.288 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:51:31.288 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:51:31.289 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:31.291 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:31.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:31.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:31.299 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:31.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:31.299 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:31.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:31.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:31.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:31.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.301 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:31.301 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:31.301 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.301 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:31.301 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:31.302 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.302 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:31.302 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:31.303 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.303 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:31.303 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:31.304 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.304 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:31.304 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:31.305 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.305 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:31.305 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:31.306 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.306 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:31.306 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:31.307 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.307 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:31.307 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:31.308 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.308 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:31.308 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:31.308 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:31.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:31.309 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:31.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:31.310 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:31.310 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:31.313 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:31.313 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.314 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:31.314 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:31.314 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:31.314 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.314 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:31.316 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest-bundle.properties was not found; using defaults 11:51:31.316 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:511 - Post processing: creating test bundle 11:51:31.372 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.cycles] 11:51:31.376 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:202 - Automatically creating Manifest for the test bundle 11:51:31.376 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:366 - Using the test class for generating bundle imports 11:51:31.377 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 11:51:31.378 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing ReferenceCycleTest bytecode to determine imports... 11:51:31.380 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class ReferenceCycleTest 11:51:31.387 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 11:51:31.388 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing BaseImporterCycleTest bytecode to determine imports... 11:51:31.388 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseImporterCycleTest 11:51:31.388 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:31.388 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:31.388 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest 11:51:31.390 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:31.391 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:31.391 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:31.392 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:31.392 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:31.392 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:31.392 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:31.392 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:31.393 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.cycles, java.awt, java.lang, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, java.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:51:31.393 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.cycles, java.awt, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:51:31.393 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:31.393 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:51:31.393 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:31.393 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:31.393 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 11:51:31.394 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 11:51:31.395 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 11:51:31.400 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:557 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] successfully installed 11:51:31.400 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:31.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] 11:51:31.403 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:31.403 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest) 11:51:31.403 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] 11:51:31.403 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] 11:51:31.403 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:31.404 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] 11:51:31.404 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:562 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] successfully started 11:51:31.404 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:31.405 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:31.406 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:31.406 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:31.406 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:31.406 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:31.406 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:31.407 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:31.407 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:31.408 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:31.408 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:31.409 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:31.468 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:31.468 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:31.469 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:31.469 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:31.469 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:31.470 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:31.470 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:31.470 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest] does not trigger a context creation. 11:51:31.470 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 11:51:31.479 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 11:51:31.479 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1fd14d74 11:51:31.480 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 11:51:31.485 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): startup date [Wed Jan 17 11:51:31 UTC 2024]; root of context hierarchy 11:51:31.489 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:31.511 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk932285561/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml] 11:51:31.586 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:31.587 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:31.587 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:31.588 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:31.678 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:31.679 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:31.707 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2f62ea70: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 11:51:31.714 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:31.714 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:31.768 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:31.768 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:31.775 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5a709816] 11:51:31.776 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@78383390] 11:51:31.796 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.796 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.797 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.798 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.798 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.800 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerA 11:51:31.800 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[], unbind ServiceReference=null 11:51:31.802 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerB 11:51:31.802 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[], unbind ServiceReference=null 11:51:31.803 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:51:31.803 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:51:31.803 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:31.807 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:31.812 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.813 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.813 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.813 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.814 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.816 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:51:31.817 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:51:31.817 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference null 11:51:31.817 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:51:31.817 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference null 11:51:31.817 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference null 11:51:31.818 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:31.818 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:31.818 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:51:31.818 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:51:31.819 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference null 11:51:31.819 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:51:31.819 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference null 11:51:31.819 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference null 11:51:31.819 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:51:31.820 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference null 11:51:31.820 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.821 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.821 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.822 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.869 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:51:31.869 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference null 11:51:31.869 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerABeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.870 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerACustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest)] scanning available bundles 11:51:31.871 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@67c2e933] 11:51:31.873 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): startup date [Wed Jan 17 11:51:31 UTC 2024]; root of context hierarchy] 11:51:31.875 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, org.springframework.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, Bundle-Version=0.0.0} 11:51:31.876 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:31.902 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 11:51:31.902 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 11:51:31.903 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.903 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@43b6123e, service.id=33} 11:51:31.903 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.903 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.904 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.904 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@43b6123e, service.id=33} 11:51:31.904 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.904 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.904 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 11:51:31.904 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 11:51:31.904 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.905 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@ebb6851, service.id=33} 11:51:31.905 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.905 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.905 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.905 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@ebb6851, service.id=33} 11:51:31.905 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.905 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.906 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.906 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@6f152006, service.id=33} 11:51:31.906 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.906 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.906 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@6f152006, service.id=33} 11:51:31.907 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.907 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=33}] was unregistered and unbound from the service proxy 11:51:31.907 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=33}] was unregistered and unbound from the service proxy 11:51:31.907 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.907 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@3a393455, service.id=33} 11:51:31.907 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.907 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.907 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@3a393455, service.id=33} 11:51:31.908 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=33} 11:51:31.908 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=33}] was unregistered and unbound from the service proxy 11:51:31.908 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=33}] was unregistered and unbound from the service proxy 11:51:31.908 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:31.908 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 11:51:31.909 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenersBetweenThem]'s result read 11:51:31.909 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerA] to OSGi 11:51:31.910 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 11:51:31.910 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@8692d67 11:51:31.911 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 11:51:31.911 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 11:51:31.911 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.911 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@78f5c518, service.id=34} 11:51:31.911 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.911 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.912 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.912 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@78f5c518, service.id=34} 11:51:31.912 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.912 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.912 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 11:51:31.912 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 11:51:31.912 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.913 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@2f48b3d2, service.id=34} 11:51:31.913 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.913 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.913 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.913 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@2f48b3d2, service.id=34} 11:51:31.913 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.913 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.917 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.917 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@8c11eee, service.id=34} 11:51:31.917 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.917 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.917 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@8c11eee, service.id=34} 11:51:31.918 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.918 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=34}] was unregistered and unbound from the service proxy 11:51:31.918 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=34}] was unregistered and unbound from the service proxy 11:51:31.918 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.918 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@7e8dcdaa, service.id=34} 11:51:31.918 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.918 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.918 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@7e8dcdaa, service.id=34} 11:51:31.918 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=34} 11:51:31.919 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=34}] was unregistered and unbound from the service proxy 11:51:31.919 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=34}] was unregistered and unbound from the service proxy 11:51:31.919 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:31.919 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerA] 11:51:31.919 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenerA]'s result read 11:51:31.919 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerB] to OSGi 11:51:31.968 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 11:51:31.968 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@681a8b4e 11:51:31.969 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 11:51:31.969 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 11:51:31.970 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.970 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@5cbe877d, service.id=35} 11:51:31.970 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.970 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.970 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.970 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@5cbe877d, service.id=35} 11:51:31.970 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.970 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.971 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 11:51:31.971 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 11:51:31.971 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.971 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@5c08c46a, service.id=35} 11:51:31.971 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.971 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.971 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.971 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@5c08c46a, service.id=35} 11:51:31.972 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:31.972 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.972 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.972 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@5829e4f4, service.id=35} 11:51:31.972 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.972 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.972 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@4aa83f4f with props={objectClass=[Ljava.lang.String;@5829e4f4, service.id=35} 11:51:31.973 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.973 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=35}] was unregistered and unbound from the service proxy 11:51:31.973 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=35}] was unregistered and unbound from the service proxy 11:51:31.973 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.973 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@4218500f, service.id=35} 11:51:31.973 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1338fb5 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.973 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.973 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@4218500f, service.id=35} 11:51:31.973 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@42463763 w/ reference {java.awt.Shape}={service.id=35} 11:51:31.974 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=35}] was unregistered and unbound from the service proxy 11:51:31.974 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=35}] was unregistered and unbound from the service proxy 11:51:31.974 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:31.974 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerB] 11:51:31.974 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenerB]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.064 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest 11:51:31.977 [Thread-0] INFO o.e.g.b.i.c.ReferenceCycleTest:471 - Shutting down OSGi platform 11:51:31.977 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:31.977 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest) 11:51:31.978 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:31.978 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): startup date [Wed Jan 17 11:51:31 UTC 2024]; root of context hierarchy 11:51:31.978 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:31.978 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml): startup date [Wed Jan 17 11:51:31 UTC 2024]; root of context hierarchy] 11:51:31.978 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:31.978 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:31.978 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:31.978 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:31.978 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:31.979 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:31.980 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest_0.0.0 [18] for sending replayes events; last one was null 11:51:31.980 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:31.981 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:31.981 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:32,975 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:33,102 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:33,105 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:33,168 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:33,196 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:33,198 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:33,202 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:33,270 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:51:33,274 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:33,274 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:33,275 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:33,275 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:33,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:33,277 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:33,277 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:33,277 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:33,277 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:33,278 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest 11:51:33.401 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:33.404 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:85 - Instantiating platform wrapper... 11:51:33.405 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:215 - About to start Equinox OSGi Platform 11:51:33.881 [main] INFO o.e.g.b.i.c.CollectionCycleTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:33.884 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:33.885 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:33.889 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:33.889 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:34.008 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:34.074 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:34.078 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:34.080 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:34.085 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:34.092 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:34.094 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:34.100 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:34.170 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:34.180 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:34.193 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:34.197 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:34.201 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:34.271 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:34.273 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:34.278 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:34.280 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:34.292 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:34.380 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:34.381 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:34.381 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:34.382 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:34.382 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:34.382 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:34.382 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:34.383 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:34.383 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:34.383 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:34.384 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:34.384 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:34.385 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:34.385 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:34.385 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:34,472 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:34,497 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:34,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:34,506 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:34,521 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:34,522 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:34,525 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:34,577 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used 11:51:34,581 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:34,581 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:34,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:34,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:34,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:34,584 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:34,584 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:34,584 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:34,584 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:34,585 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point 11:51:34.595 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:34.603 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:34.780 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:34.781 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:34.784 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:34.787 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:34.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:34.792 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.793 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:34.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:34.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:34.794 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.794 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:34.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:34.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:34.794 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.795 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:34.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:34.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:34.795 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.795 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:34.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:34.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:34.796 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.796 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:34.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:34.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:34.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.797 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:34.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:34.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:34.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.798 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:34.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:34.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:34.799 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.799 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:34.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:34.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:34.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.800 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:34.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:34.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:34.801 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.801 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:34.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:34.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:34.806 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.807 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:34.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:34.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:34.807 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.807 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:34.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:34.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:34.808 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.809 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:34.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:34.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:34.868 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.868 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:34.869 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:34.869 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:34.869 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.869 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:34.869 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:34.869 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:34.870 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.870 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:34.870 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:34.877 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:34.877 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:34.882 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:34.882 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:34.884 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:34.886 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:34.886 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:51:34.886 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:51:34.887 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:34.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:34.896 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:34.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:34.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:34.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:34.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:34.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:34.899 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:34.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:34.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:34.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:34.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:34.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:34.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:34.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:34.902 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:34.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:34.903 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:34.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:34.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:34.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:34.905 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:34.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:34.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:34.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:34.907 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:34.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:34.908 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:34.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:34.968 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:34.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:34.969 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:34.970 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:34.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:34.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:34.973 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:34.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:34.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:34.974 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:34.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:34.976 [main] INFO o.e.g.b.i.c.CollectionCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest-bundle.properties was not found; using defaults 11:51:34.976 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:511 - Post processing: creating test bundle 11:51:34.987 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.cycles] 11:51:34.988 [main] INFO o.e.g.b.i.c.CollectionCycleTest:202 - Automatically creating Manifest for the test bundle 11:51:34.989 [main] INFO o.e.g.b.i.c.CollectionCycleTest:366 - Using the test class for generating bundle imports 11:51:34.990 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 11:51:34.990 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing CollectionCycleTest bytecode to determine imports... 11:51:34.993 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class CollectionCycleTest 11:51:35.001 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 11:51:35.001 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing BaseImporterCycleTest bytecode to determine imports... 11:51:35.002 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseImporterCycleTest 11:51:35.002 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:35.002 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:35.002 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest 11:51:35.005 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:35.005 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:35.005 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:35.006 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:35.006 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:35.007 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:35.007 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:35.007 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:35.008 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.cycles, java.util, java.lang, org.springframework.context, org.eclipse.gemini.blueprint.iandt, java.awt, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:51:35.008 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.cycles, java.util, java.lang, java.awt, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:51:35.008 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:35.008 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:51:35.008 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:35.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:35.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:35.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:35.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:35.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:35.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:35.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:35.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:35.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 11:51:35.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 11:51:35.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 11:51:35.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 11:51:35.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 11:51:35.073 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:557 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] successfully installed 11:51:35.074 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:35.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] 11:51:35.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:35.077 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest) 11:51:35.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] 11:51:35.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] 11:51:35.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:35.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] 11:51:35.078 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:562 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] successfully started 11:51:35.078 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:35.079 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:35.080 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:35.080 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:35.080 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:35.080 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:35.081 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:35.081 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:35.081 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:35.082 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:35.083 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:35.084 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:35.084 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:35.084 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:35.085 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:35.085 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:35.085 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:35.086 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:35.086 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:35.086 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest] does not trigger a context creation. 11:51:35.086 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 11:51:35.096 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 11:51:35.097 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1fd14d74 11:51:35.097 [main] INFO o.e.g.b.i.c.CollectionCycleTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 11:51:35.103 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): startup date [Wed Jan 17 11:51:35 UTC 2024]; root of context hierarchy 11:51:35.107 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:35.175 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk932285561/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml] 11:51:35.222 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:35.222 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:35.223 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:35.223 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:35.301 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:35.302 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:35.388 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7a1234bf: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 11:51:35.395 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:35.395 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:35.396 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:35.396 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:35.403 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@46dffdc3] 11:51:35.403 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a709816] 11:51:35.423 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.423 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.424 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.425 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.425 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.427 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerA 11:51:35.427 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[], unbind ServiceReference=null 11:51:35.429 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerB 11:51:35.429 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[], unbind ServiceReference=null 11:51:35.430 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:51:35.430 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:51:35.430 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:35.430 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:35.431 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 11:51:35.431 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:35.431 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference null 11:51:35.432 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:51:35.432 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference null 11:51:35.432 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference null 11:51:35.432 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.468 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.469 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.469 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.470 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:51:35.471 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference null 11:51:35.471 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerABeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.471 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerACustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.473 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2d96543c] 11:51:35.475 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): startup date [Wed Jan 17 11:51:35 UTC 2024]; root of context hierarchy] 11:51:35.477 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, org.springframework.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, Bundle-Version=0.0.0} 11:51:35.478 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:35.504 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest] {java.awt.Shape}={service.id=33} 11:51:35.510 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.510 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.511 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.511 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.511 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest)] scanning available bundles 11:51:35.514 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=33} 11:51:35.514 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2ceb80a1 with props={objectClass=[Ljava.lang.String;@4b45dcb8, service.id=33} 11:51:35.515 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:35.515 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=33} 11:51:35.515 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=33} 11:51:35.515 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2ceb80a1 with props={objectClass=[Ljava.lang.String;@4b45dcb8, service.id=33} 11:51:35.516 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:35.516 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=33} 11:51:35.516 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=33} 11:51:35.517 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2ceb80a1 with props={objectClass=[Ljava.lang.String;@732f29af, service.id=33} 11:51:35.517 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=33} 11:51:35.517 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=33} 11:51:35.517 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2ceb80a1 with props={objectClass=[Ljava.lang.String;@732f29af, service.id=33} 11:51:35.517 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=33} 11:51:35.568 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:35.569 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 11:51:35.569 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenersBetweenThem]'s result read 11:51:35.570 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerA] to OSGi 11:51:35.571 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 11:51:35.571 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@25a6944c 11:51:35.572 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest] {java.awt.Shape}={service.id=34} 11:51:35.572 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=34} 11:51:35.572 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@5e1fa5b1 with props={objectClass=[Ljava.lang.String;@6b00f608, service.id=34} 11:51:35.572 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:35.572 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=34} 11:51:35.573 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=34} 11:51:35.573 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@5e1fa5b1 with props={objectClass=[Ljava.lang.String;@6b00f608, service.id=34} 11:51:35.573 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:35.573 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=34} 11:51:35.576 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=34} 11:51:35.577 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@5e1fa5b1 with props={objectClass=[Ljava.lang.String;@4d722ac9, service.id=34} 11:51:35.577 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=34} 11:51:35.577 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=34} 11:51:35.577 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@5e1fa5b1 with props={objectClass=[Ljava.lang.String;@4d722ac9, service.id=34} 11:51:35.577 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=34} 11:51:35.577 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:35.577 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerA] 11:51:35.577 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenerA]'s result read 11:51:35.578 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerB] to OSGi 11:51:35.578 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 11:51:35.578 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53f0a4cb 11:51:35.579 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest] {java.awt.Shape}={service.id=35} 11:51:35.579 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=35} 11:51:35.579 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@77a7cf58 with props={objectClass=[Ljava.lang.String;@3d97a632, service.id=35} 11:51:35.579 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:35.580 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=35} 11:51:35.580 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=35} 11:51:35.580 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@77a7cf58 with props={objectClass=[Ljava.lang.String;@3d97a632, service.id=35} 11:51:35.580 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:35.580 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=35} 11:51:35.581 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=35} 11:51:35.581 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@77a7cf58 with props={objectClass=[Ljava.lang.String;@7e7b159b, service.id=35} 11:51:35.581 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@63a270c9 w/ reference {java.awt.Shape}={service.id=35} 11:51:35.581 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=35} 11:51:35.581 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@77a7cf58 with props={objectClass=[Ljava.lang.String;@7e7b159b, service.id=35} 11:51:35.581 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@37c7595 w/ reference {java.awt.Shape}={service.id=35} 11:51:35.581 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:35.581 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerB] 11:51:35.582 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenerB]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.184 sec - in org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest 11:51:35.584 [Thread-0] INFO o.e.g.b.i.c.CollectionCycleTest:471 - Shutting down OSGi platform 11:51:35.584 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:35.584 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest) 11:51:35.585 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:35.585 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): startup date [Wed Jan 17 11:51:35 UTC 2024]; root of context hierarchy 11:51:35.585 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:35.585 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml): startup date [Wed Jan 17 11:51:35 UTC 2024]; root of context hierarchy] 11:51:35.585 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:35.585 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:35.585 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:35.585 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:35.585 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:35.586 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:35.587 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest_0.0.0 [18] for sending replayes events; last one was null 11:51:35.587 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:35.587 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:35.587 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:36,503 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:36,689 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:36,691 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:36,704 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:36,785 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:36,787 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:36,792 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:36,800 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5b87ed94 - No compression will be used 11:51:36,804 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:36,804 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:36,805 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:36,806 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:36,807 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:36,807 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:36,807 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:36,807 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:36,808 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3cef309d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest 11:51:36.991 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:36.994 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:85 - Instantiating platform wrapper... 11:51:36.995 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:215 - About to start Equinox OSGi Platform 11:51:37.501 [main] INFO o.e.g.b.i.c.ExporterCycleTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:37.504 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:37.504 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:37.505 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:37.506 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:37.683 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:37.693 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:37.697 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:37.699 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:37.706 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:37.768 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:37.771 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:37.778 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:37.785 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:37.798 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:37.878 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:37.882 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:37.887 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:37.896 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:37.898 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:37.969 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:37.972 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:37.984 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:38.004 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:38.005 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:38.005 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:38.005 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:38.006 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:38.006 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:38.006 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:38.006 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:38.007 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:38.007 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:38.007 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:38.007 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:38.008 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:38.008 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:38.008 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:38,099 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:38,124 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:38,125 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:38,174 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:38,195 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:38,196 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:38,201 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:38,207 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:51:38,212 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:38,212 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:38,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:38,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:38,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:38,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:38,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:38,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:38,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:38,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:38,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:38,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:38,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:38,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:38,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:38,215 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:38,215 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:38,216 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:38,216 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:38,216 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:51:38.270 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:38.278 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:38.397 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:38.398 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:38.401 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:38.404 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:38.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:38.410 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.410 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:38.410 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:38.410 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:38.411 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.411 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:38.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:38.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:38.412 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.412 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:38.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:38.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:38.413 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.413 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:38.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:38.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:38.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.414 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:38.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:38.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:38.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.415 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:38.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:38.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:38.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.415 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:38.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:38.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:38.416 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.417 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:38.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:38.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:38.417 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.418 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:38.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:38.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:38.419 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.419 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:38.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:38.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:38.469 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.469 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:38.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:38.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:38.470 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.470 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:38.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:38.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:38.471 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.471 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:38.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:38.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:38.472 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.472 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:38.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:38.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:38.476 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.480 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:38.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:38.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:38.481 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.481 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:38.481 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:38.488 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:38.488 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:38.493 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:38.493 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:38.496 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:38.497 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:38.497 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:38.498 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:38.498 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:38.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:38.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:38.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:38.510 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:38.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:38.510 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:38.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:38.511 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:38.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:38.512 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:38.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:38.512 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:38.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:38.513 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:38.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:38.514 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:38.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:38.515 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:38.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:38.516 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:38.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:38.569 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:38.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:38.570 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:38.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:38.571 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:38.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:38.572 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:38.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:38.573 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:38.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:38.574 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.574 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:38.574 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:38.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:38.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.578 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:38.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:38.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:38.579 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:38.580 [main] INFO o.e.g.b.i.c.ExporterCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest-bundle.properties was not found; using defaults 11:51:38.581 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:511 - Post processing: creating test bundle 11:51:38.589 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.cycles] 11:51:38.589 [main] INFO o.e.g.b.i.c.ExporterCycleTest:202 - Automatically creating Manifest for the test bundle 11:51:38.590 [main] INFO o.e.g.b.i.c.ExporterCycleTest:366 - Using the test class for generating bundle imports 11:51:38.591 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 11:51:38.591 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.cycles] is part of the test archive; parsing ExporterCycleTest bytecode to determine imports... 11:51:38.594 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class ExporterCycleTest 11:51:38.605 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:38.605 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:38.605 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest 11:51:38.607 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:38.608 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:38.608 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:38.609 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:38.609 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:38.609 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:38.609 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:38.610 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:38.610 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.cycles, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, java.lang, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:51:38.610 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.cycles, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:51:38.610 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:38.610 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:51:38.610 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:38.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:38.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 11:51:38.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 11:51:38.670 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:557 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] successfully installed 11:51:38.670 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:38.672 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] 11:51:38.673 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:38.673 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest) 11:51:38.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] 11:51:38.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] 11:51:38.674 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:38.674 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] 11:51:38.674 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:562 - Test bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] successfully started 11:51:38.674 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:38.676 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:38.676 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:38.676 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:38.676 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:38.677 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:38.677 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:38.677 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:38.678 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:38.678 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:38.679 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:38.680 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:38.680 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:38.681 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:38.681 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:38.681 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:38.682 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:38.682 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:38.682 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:38.682 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest] does not trigger a context creation. 11:51:38.683 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 11:51:38.692 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 11:51:38.693 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1d483de4 11:51:38.693 [main] INFO o.e.g.b.i.c.ExporterCycleTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 11:51:38.699 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): startup date [Wed Jan 17 11:51:38 UTC 2024]; root of context hierarchy 11:51:38.703 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:38.772 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk802600647/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml] 11:51:38.824 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:38.824 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:38.825 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:38.825 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:38.910 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:38.911 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:38.995 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7a1234bf: defining beans [listenerA,listenerB,exporter]; root of factory hierarchy 11:51:39.001 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:39.002 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:39.002 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:39.003 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:39.010 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@46dffdc3] 11:51:39.010 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a709816] 11:51:39.076 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceRegistrationListenerAdapterBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.077 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceRegistrationListenerAdapterCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.078 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.exporter.OsgiServiceRegistrationListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.079 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.080 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.082 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerA 11:51:39.083 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:117 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]] unbind methods=[] 11:51:39.084 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.cycles.ListenerB 11:51:39.084 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:117 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map)]] unbind methods=[] 11:51:39.086 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 11:51:39.087 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporter] depends (transitively) on the following importers:{} 11:51:39.088 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporter] depends on importers:[] 11:51:39.089 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.Polygon] classes {class java.awt.Polygon, interface java.awt.Shape, interface java.io.Serializable} 11:51:39.090 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Polygon, java.awt.Shape, java.io.Serializable}] 11:51:39.091 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:125 - Invoking registered method with props={Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@550a1967, service.id=32} 11:51:39.092 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:39.092 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:125 - Invoking registered method with props={Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@550a1967, service.id=32} 11:51:39.093 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.094 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.095 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.096 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerBCustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.097 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cycles.Listener.bind(java.lang.Object,java.util.Map) 11:51:39.098 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 11:51:39.098 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerABeanInfo] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.099 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cycles.ListenerACustomizer] required by [TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest(TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest)] scanning available bundles 11:51:39.101 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@23aa363a] 11:51:39.105 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): startup date [Wed Jan 17 11:51:38 UTC 2024]; root of context hierarchy] 11:51:39.107 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, org.springframework.context.service.name=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0} 11:51:39.108 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:39.180 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:39.181 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 11:51:39.181 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenersBetweenThem]'s result read 11:51:39.182 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerA] to OSGi 11:51:39.183 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 11:51:39.183 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5669c5fb 11:51:39.184 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:39.184 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerA] 11:51:39.185 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenerA]'s result read 11:51:39.185 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerB] to OSGi 11:51:39.185 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 11:51:39.186 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@373ebf74 11:51:39.187 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:39.187 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerB] 11:51:39.187 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenerB]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.2 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest 11:51:39.190 [Thread-0] INFO o.e.g.b.i.c.ExporterCycleTest:471 - Shutting down OSGi platform 11:51:39.191 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest (TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest) 11:51:39.191 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:39.191 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): startup date [Wed Jan 17 11:51:38 UTC 2024]; root of context hierarchy 11:51:39.191 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:39.191 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, config=/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml): startup date [Wed Jan 17 11:51:38 UTC 2024]; root of context hierarchy] 11:51:39.191 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:39.191 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:39.191 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:39.191 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:39.191 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:39.192 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:39.192 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 11:51:39.192 [Thread-4] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props={Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@13552c46, service.id=32} 11:51:39.192 [Thread-4] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props={Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@13552c46, service.id=32} 11:51:39.193 [Thread-4] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Polygon, java.awt.Shape, java.io.Serializable}={Bundle-SymbolicName=TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest, Bundle-Version=0.0.0, service.id=32}] 11:51:39.193 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testListenersBetweenThem-org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest_0.0.0 [18] for sending replayes events; last one was null 11:51:39.193 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:39.193 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:39.193 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:39.194 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:40,175 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:40,313 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:40,315 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:40,370 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:40,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:40,402 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:40,405 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:40,412 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@23e028a9 - No compression will be used 11:51:40,416 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:40,416 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:40,469 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:40,469 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:40,469 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:40,469 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:40,469 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:40,470 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:40,470 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:40,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:40,471 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:40,472 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@cd2dae5 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest 11:51:40.595 [main] TRACE o.e.g.b.i.d.DependencyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:40.599 [main] TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 11:51:40.600 [main] DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Equinox OSGi Platform 11:51:41.092 [main] INFO o.e.g.b.i.d.DependencyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:41.094 [main] TRACE o.e.g.b.i.d.DependencyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:41.095 [main] TRACE o.e.g.b.i.d.DependencyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:41.096 [main] DEBUG o.e.g.b.i.d.DependencyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:41.097 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:41.279 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:41.288 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:41.293 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:41.294 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:41.300 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:41.306 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:41.370 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:41.377 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:41.384 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:41.395 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:41.469 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:41.472 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:41.478 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:41.486 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:41.488 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:41.493 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:41.496 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:41.570 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:41.592 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:41.592 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:41.592 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:41.593 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:41.593 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:41.593 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:41.593 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:41.594 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:41.594 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:41.594 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:41.594 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:41.595 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:41.595 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:41.595 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:41.595 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:41,689 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:41,713 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:41,715 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:41,726 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:41,786 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:41,787 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:41,791 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:41,796 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:51:41,800 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:41,800 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:41,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:41,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:41,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:41,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:41,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:41,802 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:41,802 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:41,803 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:41,803 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:41,804 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:51:41.813 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:41.870 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:41.994 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:41.995 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:41.998 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:42.000 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:42.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:42.006 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.006 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:42.006 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:42.006 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:42.007 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.007 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:42.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:42.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:42.007 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.008 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:42.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:42.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:42.008 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.008 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:42.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:42.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:42.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.009 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:42.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:42.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:42.010 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.010 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:42.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:42.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:42.010 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.011 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:42.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:42.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:42.012 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.012 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:42.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:42.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:42.013 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.013 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:42.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:42.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:42.014 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.014 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:42.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:42.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:42.020 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.020 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:42.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:42.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:42.068 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.068 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:42.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:42.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:42.069 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.069 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:42.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:42.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:42.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.070 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:42.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:42.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:42.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.074 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:42.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:42.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:42.075 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.075 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:42.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:42.081 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:42.082 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:42.086 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:42.086 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:42.088 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:42.090 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:42.090 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:42.090 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:42.091 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:42.093 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:42.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:42.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:42.101 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:42.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:42.102 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:42.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:42.102 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:42.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:42.103 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:42.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:42.104 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:42.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:42.104 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:42.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:42.105 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:42.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:42.106 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:42.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:42.108 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:42.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:42.109 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:42.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:42.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:42.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:42.111 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:42.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:42.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:42.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:42.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:42.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:42.113 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:42.114 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:42.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:42.117 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.117 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:42.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:42.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:42.118 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:42.169 [main] INFO o.e.g.b.i.d.DependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest-bundle.properties was not found; using defaults 11:51:42.169 [main] DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 11:51:42.179 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.dependency] 11:51:42.180 [main] INFO o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 11:51:42.181 [main] INFO o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 11:51:42.182 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 11:51:42.182 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.dependency] is part of the test archive; parsing DependencyTest bytecode to determine imports... 11:51:42.185 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 11:51:42.195 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:42.195 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:42.196 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 11:51:42.198 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:42.199 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:42.199 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:42.200 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:42.200 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:42.200 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:42.201 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:42.201 [main] TRACE o.e.g.b.i.d.DependencyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:42.201 [main] TRACE o.e.g.b.i.d.DependencyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.dependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 11:51:42.202 [main] TRACE o.e.g.b.i.d.DependencyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.dependency, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 11:51:42.202 [main] TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:42.202 [main] TRACE o.e.g.b.i.d.DependencyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 11:51:42.202 [main] DEBUG o.e.g.b.i.d.DependencyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 11:51:42.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 11:51:42.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:42.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:42.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:42.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:42.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:42.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:42.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:42.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:42.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:42.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:42.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 11:51:42.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 11:51:42.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 11:51:42.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 11:51:42.210 [main] DEBUG o.e.g.b.i.d.DependencyTest:557 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] successfully installed 11:51:42.211 [main] DEBUG o.e.g.b.i.d.DependencyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:42.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] 11:51:42.215 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.215 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest) 11:51:42.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] 11:51:42.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] 11:51:42.216 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.216 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] 11:51:42.216 [main] DEBUG o.e.g.b.i.d.DependencyTest:562 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest)] successfully started 11:51:42.216 [main] DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:42.218 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:42.218 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:42.218 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:42.268 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:42.268 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:42.269 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:42.269 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:42.270 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:42.270 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:42.271 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:42.273 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:42.273 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:42.274 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:42.274 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:42.274 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:42.275 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:42.275 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:42.275 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:42.276 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest] does not trigger a context creation. 11:51:42.276 [main] TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 11:51:42.286 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 11:51:42.287 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c669da8 11:51:42.287 [main] INFO o.e.g.b.i.d.DependencyTest:190 - Loading context for locations: 11:51:42.294 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy 11:51:42.298 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:42.316 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5a3bc7ed: defining beans []; root of factory hierarchy 11:51:42.323 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:42.324 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:42.324 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:42.325 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:42.327 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@632ceb35] 11:51:42.328 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c93f6e1] 11:51:42.369 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@a4add54] 11:51:42.371 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy] 11:51:42.373 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, org.springframework.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, Bundle-Version=0.0.0} 11:51:42.374 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:42.398 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] starting dependency test bundle 11:51:42.497 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:51:42.497 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.497 [dependency test bundle] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 11:51:42.498 [dependency test bundle] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:51:42.498 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-dependencies is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:42.499 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:42.499 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:51:42.501 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:51:42.501 [dependency test bundle] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:51:42.502 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:51:42.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:42.502 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:42.502 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:42.502 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:51:42.502 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) started dependency test bundle 11:51:42.503 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy 11:51:42.503 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:42.510 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/META-INF/spring/dependencies.xml] 11:51:42.533 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:42.533 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:42.534 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:42.534 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:42.670 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:42.671 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:42.703 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4cc13bb1: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 11:51:42.703 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:42.703 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:42.704 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:42.704 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:42.710 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:42.712 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4cc13bb1: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 11:51:42.712 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:42.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1f05bccd 11:51:42.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 11:51:42.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:42.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=3)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:51:42.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:51:42.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService3 implies dependecy DependencyService[Name=&simpleService3][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))][Mandatory=true] 11:51:42.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=2)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:51:42.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:51:42.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService2 implies dependecy DependencyService[Name=&simpleService2][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))][Mandatory=true] 11:51:42.781 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:51:42.781 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:51:42.781 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &nested implies dependecy DependencyService[Name=&nested][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 11:51:42.782 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService3] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:51:42.782 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService2] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:51:42.782 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&nested] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:51:42.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 3 OSGi service dependencies, 3 unsatisfied (for beans [&simpleService3, &nested, &simpleService2]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:42.783 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleService3, &nested, &simpleService2]] 11:51:42.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 11:51:42.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 11:51:42.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:42.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (|(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)) 11:51:42.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:51:42.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:42.787 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 11:51:44.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:51:44.497 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:44.497 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 11:51:44.497 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:51:44.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:44.498 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:44.498 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:51:44.498 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:51:44.499 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:51:44.499 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:51:44.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:44.500 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.500 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:44.500 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:51:44.500 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy 11:51:44.500 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:44.501 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] incremented to 1 11:51:44.501 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk952486988/META-INF/spring/simpleservice-osgi.xml] 11:51:44.502 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:44.502 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 11:51:44.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.504 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.504 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.504 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.526 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:44.526 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:44.532 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk952486988/META-INF/spring/simpleservice.xml] 11:51:44.534 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.534 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.535 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.535 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.579 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4063991d: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:51:44.580 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:44.580 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:44.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:44.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:44.581 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:44.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4063991d: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:51:44.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:44.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1f05bccd 11:51:44.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:51:44.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:44.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:44.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:44.582 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:44.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@74eeca9c] 11:51:44.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5d3e6478] 11:51:44.592 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:51:44.593 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:51:44.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:51:44.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:51:44.594 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:51:44.595 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:51:44.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:51:44.596 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested, Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2])=&simpleService2}] 11:51:44.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:51:44.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:51:44.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:51:44.598 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1458cb50] 11:51:44.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy] 11:51:44.598 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0} 11:51:44.598 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:44.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] decremented to 0 11:51:44.599 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 11:51:44.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3] 11:51:44.668 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:44.668 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:44.669 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:51:44.669 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:44.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:44.670 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:44.670 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:44.670 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:44.670 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:51:44.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:44.671 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:44.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.671 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:44.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.672 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:51:44.672 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy 11:51:44.672 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 11:51:44.672 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:44.673 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:44.673 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:51:44.673 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk952486988/META-INF/spring/simpleservice-osgi.xml] 11:51:44.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.687 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:44.688 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:44.692 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk952486988/META-INF/spring/simpleservice.xml] 11:51:44.694 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.694 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.769 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@61c21141: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:51:44.769 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:44.769 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:44.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:44.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:44.770 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:44.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@61c21141: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1f05bccd 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:44.771 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.772 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2c9fef05] 11:51:44.772 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4d14bca] 11:51:44.773 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:51:44.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:51:44.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:51:44.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:51:44.773 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:51:44.774 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:51:44.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:51:44.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:51:44.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested}] 11:51:44.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:51:44.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:51:44.779 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@621fb30c] 11:51:44.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy] 11:51:44.779 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 11:51:44.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:44.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 11:51:44.780 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] 11:51:44.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20] 11:51:44.781 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:44.781 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:44.781 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:51:44.781 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:44.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:44.782 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:44.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:44.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:44.782 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 11:51:44.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:44.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:44.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.783 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:44.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:44.784 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy 11:51:44.784 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:51:44.784 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:44.784 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:44.784 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:51:44.785 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk952486988/META-INF/spring/simpleservice-osgi.xml] 11:51:44.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.788 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.796 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:44.796 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:44.800 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk952486988/META-INF/spring/simpleservice.xml] 11:51:44.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:44.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:44.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4a606065: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:51:44.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:44.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:44.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:44.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:44.877 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4a606065: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1f05bccd 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:44.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.879 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@180fc033] 11:51:44.879 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13a70d30] Delaying for:0 11:51:44.880 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:51:44.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:51:44.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:51:44.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:51:44.880 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:51:44.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=37}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=37} 11:51:44.881 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]), remaining [{}] 11:51:44.881 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy] 11:51:44.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=37} 11:51:44.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=37} 11:51:44.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.882 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:44.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:51:44.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3d4f345c] 11:51:44.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy] 11:51:44.883 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:51:44.883 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:44.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:51:44.884 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] 11:51:44.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [22] 11:51:44.884 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] incremented to 1 11:51:44.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:44.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:44.884 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:44.885 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 11:51:44.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:44.894 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.894 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.896 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:44.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:44.897 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:44.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:44.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5471d519] 11:51:44.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@12fb3def] 11:51:44.899 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:51:44.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}} 11:51:44.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] bound to proxy 11:51:44.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] bound to proxy 11:51:44.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:51:44.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:51:44.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:51:44.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:51:44.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:51:44.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:51:44.904 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:51:44.904 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}} 11:51:44.904 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] bound to proxy 11:51:44.904 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] bound to proxy 11:51:44.904 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:51:44.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}} 11:51:44.905 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] bound to proxy 11:51:44.905 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] bound to proxy 11:51:44.905 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:51:44.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&simpleService2, &simpleService3, &nested} 11:51:44.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&simpleService2, &simpleService3, &nested] 11:51:44.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:51:44.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependencies.DependentImpl] classes {} 11:51:44.971 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 11:51:44.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:51:44.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1503370e] 11:51:44.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy] 11:51:44.972 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0} 11:51:44.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:44.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] decremented to 0 11:51:44.973 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 11:51:44.973 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:51:44.974 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=39} 11:51:44.974 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:44.975 [main] TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 11:51:44.976 [main] DEBUG o.e.g.b.i.d.DependencyTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.385 sec - in org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest 11:51:44.991 [Thread-0] INFO o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 11:51:44.991 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:44.991 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21], org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [22]] 11:51:44.991 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest) 11:51:44.992 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy 11:51:44.992 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest, config=): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy] 11:51:44.994 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:45.003 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.dependencies has unused registered services; added for shutdown 11:51:45.003 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 11:51:45.003 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice3 has unused registered services; added for shutdown 11:51:45.003 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 11:51:45.003 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [22], org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19]] 11:51:45.004 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:45.005 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.005 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:45.005 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.005 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.005 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:51:45.005 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy 11:51:45.005 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy] 11:51:45.006 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:51:45.006 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] was unregistered and unbound from the service proxy 11:51:45.007 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] was unregistered and unbound from the service proxy 11:51:45.007 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [nested] is unsatifised 11:51:45.068 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=39} 11:51:45.068 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent, org.springframework.osgi.bean.name=dependent, osgi.service.blueprint.compname=dependent, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0, service.id=39}] 11:51:45.068 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] 11:51:45.069 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:45.069 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 11:51:45.069 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:45.069 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:45.069 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:45.070 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.070 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:45.070 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.070 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.070 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 11:51:45.070 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy 11:51:45.070 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy] 11:51:45.071 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:51:45.071 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] was unregistered and unbound from the service proxy 11:51:45.071 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] was unregistered and unbound from the service proxy 11:51:45.071 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService3] is unsatifised 11:51:45.071 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] 11:51:45.072 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:45.072 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:51:45.072 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:45.072 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:45.072 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:45.072 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.072 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:45.072 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.072 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.073 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:51:45.073 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy 11:51:45.073 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:44 UTC 2024]; root of context hierarchy] 11:51:45.073 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:51:45.073 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] was unregistered and unbound from the service proxy 11:51:45.074 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] was unregistered and unbound from the service proxy 11:51:45.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService2] is unsatifised 11:51:45.074 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] 11:51:45.074 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:45.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:51:45.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:45.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:45.074 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:45.075 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.075 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:45.075 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.075 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.075 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:51:45.075 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 11:51:45.075 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy 11:51:45.075 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:42 UTC 2024]; root of context hierarchy] 11:51:45.075 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:51:45.076 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:45.076 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:51:45.076 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:51:45.076 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:45.076 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:45.076 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:45.076 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:45.076 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:45.076 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:45.077 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:45.078 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [22] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5c7f3938 11:51:45.078 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@52b8ccc7 11:51:45.078 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@56875248 11:51:45.079 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1385c6fc 11:51:45.079 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest_0.0.0 [18] for sending replayes events; last one was null 11:51:45.079 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:45.079 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:45.080 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:45,911 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:46,104 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:46,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:46,169 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:46,196 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:46,198 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:46,201 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:46,207 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@23e028a9 - No compression will be used 11:51:46,269 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:46,269 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:46,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:46,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:46,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:46,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:46,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:46,272 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:46,272 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:46,272 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:46,273 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:46,273 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@cd2dae5 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest 11:51:46.397 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:46.401 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:85 - Instantiating platform wrapper... 11:51:46.402 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:215 - About to start Equinox OSGi Platform 11:51:46.870 [main] INFO o.e.g.b.i.d.DuplicateClassTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:46.873 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:46.874 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:46.875 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:46.875 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:46.995 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:47.005 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:47.009 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:47.010 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:47.072 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:47.077 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:47.081 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:47.088 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:47.099 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:47.179 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:47.195 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:47.200 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:47.206 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:47.275 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:47.278 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:47.283 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:47.288 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:47.302 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:47.394 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:47.395 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:47.396 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:47.396 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:47.396 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:47.397 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:47.397 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:47.398 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:47.398 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:47.399 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:47.399 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:47.400 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:47.400 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:47.400 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:47.401 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:47,494 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:47,570 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:47,573 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:47,590 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:47,609 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:47,610 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:47,613 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:47,619 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:51:47,623 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:47,623 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:47,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:47,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:47,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:47,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:47,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:47,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:47,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:47,625 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:47,625 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:47,625 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:47,625 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:47,625 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:47,625 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:47,625 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:47,625 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:47,626 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:47,626 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:47,626 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:51:47.677 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:47.684 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:47.801 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:47.802 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:47.806 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:47.809 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:47.814 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:47.817 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.817 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:47.817 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:47.817 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:47.818 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.818 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:47.818 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:47.818 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:47.818 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.819 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:47.819 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:47.819 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:47.819 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.819 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:47.819 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:47.868 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:47.869 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.869 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:47.869 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:47.869 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:47.870 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.870 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:47.870 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:47.870 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:47.871 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.871 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:47.871 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:47.871 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:47.872 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.872 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:47.872 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:47.872 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:47.873 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.873 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:47.873 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:47.873 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:47.874 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.875 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:47.875 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:47.875 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:47.881 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.882 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:47.882 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:47.882 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:47.882 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.883 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:47.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:47.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:47.883 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.883 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:47.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:47.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:47.884 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.885 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:47.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:47.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:47.889 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.889 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:47.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:47.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:47.890 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.890 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:47.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:47.897 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:47.897 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:47.901 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:47.902 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:47.904 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:47.905 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:47.906 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:47.906 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:47.907 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:47.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:47.916 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.916 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:47.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:47.969 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:47.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:47.969 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:47.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:47.970 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:47.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:47.971 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:47.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:47.972 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:47.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:47.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:47.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:47.974 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:47.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:47.975 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:47.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:47.977 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:47.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:47.979 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:47.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:47.980 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:47.981 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:47.981 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.981 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:47.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:47.982 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:47.983 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:47.983 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.983 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:47.983 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:47.984 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:47.985 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:47.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:47.988 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:47.988 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:47.988 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:47.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:47.989 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:47.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:47.991 [main] INFO o.e.g.b.i.d.DuplicateClassTest:199 - org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest-bundle.properties was not found; using defaults 11:51:47.991 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:511 - Post processing: creating test bundle 11:51:47.991 [main] INFO o.e.g.b.i.d.DuplicateClassTest:177 - Using Manifest from specified location=[classpath:org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF] 11:51:48.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.duplicateClass] 11:51:48.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.springframework.osgi.iandt.duplicateClass.functional, Bundle-Name=Functional testing of Spring dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, DynamicImport-Package=org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.simpleservice.impl , Manifest-Version=1.0]] 11:51:48.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:48.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:48.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:48.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 11:51:48.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 11:51:48.009 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:557 - Test bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] successfully installed 11:51:48.009 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:48.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 11:51:48.012 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.duplicateClass.functional]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:48.012 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.duplicateClass.functional]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional) 11:51:48.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 11:51:48.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 11:51:48.068 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.duplicateClass.functional]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:48.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 11:51:48.069 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:562 - Test bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] successfully started 11:51:48.069 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:48.070 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:48.071 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:48.071 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:48.071 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:48.072 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:48.072 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:48.072 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:48.073 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:48.073 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:48.074 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:48.075 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:48.075 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:48.076 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:48.076 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:48.076 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:48.077 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:48.077 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:48.077 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:48.077 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.springframework.osgi.iandt.duplicateClass.functional] does not trigger a context creation. 11:51:48.078 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:364 - Writing test name [testDependencies] to OSGi 11:51:48.087 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 11:51:48.087 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@14008db3 11:51:48.088 [main] INFO o.e.g.b.i.d.DuplicateClassTest:190 - Loading context for locations: 11:51:48.094 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy 11:51:48.098 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:48.112 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@43b9fd5: defining beans []; root of factory hierarchy 11:51:48.170 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:48.170 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:48.171 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:48.172 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:48.174 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@15713d56] 11:51:48.175 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@63f259c3] 11:51:48.176 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@492691d7] 11:51:48.178 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy] 11:51:48.180 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.duplicateClass.functional, org.springframework.context.service.name=org.springframework.osgi.iandt.duplicateClass.functional, Bundle-SymbolicName=org.springframework.osgi.iandt.duplicateClass.functional, Bundle-Version=0.0.0} 11:51:48.181 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:48.209 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:48.218 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:48.219 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:48.219 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:51:48.219 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:48.220 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:48.221 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:48.221 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:48.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:48.269 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:51:48.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:48.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:48.270 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:48.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:51:48.271 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.271 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:51:48.271 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy 11:51:48.272 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:48.272 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:48.272 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:51:48.279 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/META-INF/spring/simpleservice-osgi.xml] 11:51:48.337 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.337 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.368 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:48.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:48.494 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/META-INF/spring/simpleservice.xml] 11:51:48.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@6d37a31b: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:51:48.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:48.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:48.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:48.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:48.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:48.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6d37a31b: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:51:48.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:48.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2caf00b3 11:51:48.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:51:48.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:48.586 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:48.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:48.587 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.587 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.587 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:48.587 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4de98e73] 11:51:48.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@cf1393c] Delaying for:0 11:51:48.670 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:51:48.671 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:51:48.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:51:48.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:51:48.672 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:51:48.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:51:48.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@20bbd8aa] 11:51:48.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy] 11:51:48.674 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:51:48.675 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:48.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:51:48.676 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] 11:51:48.679 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [19] 11:51:48.685 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.686 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:48.686 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical) 11:51:48.686 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.687 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:48.687 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:48.687 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.687 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.688 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:51:48.688 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.688 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:48.688 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.688 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.688 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:48.689 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy 11:51:48.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.689 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:48.689 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice.identical] incremented to 1 11:51:48.689 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:48.690 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 11:51:48.690 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk952486988/META-INF/spring/simpleservice-osgi.xml] 11:51:48.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.775 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:48.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:48.781 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk952486988/META-INF/spring/simpleservice.xml] 11:51:48.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.795 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5b43b6bc: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy 11:51:48.796 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:48.796 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:48.796 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:48.796 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:48.797 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:48.797 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5b43b6bc: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy] 11:51:48.797 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2caf00b3 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:48.798 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.799 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5832a843] 11:51:48.799 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@53950f1f] 11:51:48.800 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 11:51:48.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 11:51:48.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 11:51:48.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:51:48.869 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:51:48.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 11:51:48.869 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3442c835] 11:51:48.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy] 11:51:48.870 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-Version=1.0.0} 11:51:48.870 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:48.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice.identical] decremented to 0 11:51:48.871 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] 11:51:48.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice.identical_1.0.0 [20] 11:51:48.872 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=33} 11:51:48.873 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical,Bundle-Version=1.0.0,service.id=35} Bond. James Bond. Connery. Sean Connery #1 11:51:48.874 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=33} 11:51:48.875 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical,Bundle-Version=1.0.0,service.id=35} 11:51:48.876 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:48.876 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.877 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:48.877 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.877 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.877 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical) 11:51:48.878 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy 11:51:48.878 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy] 11:51:48.879 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 11:51:48.879 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-Version=1.0.0, service.id=35}] 11:51:48.880 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:48.880 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:51:48.880 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:48.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:48.882 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice.identical_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@17ad1931 11:51:48.882 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice.identical_1.0.0 [20] for sending replayes events; last one was null 11:51:48.883 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice.identical_1.0.0 [20] for sending replayes events; last one was null 11:51:48.883 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:48.883 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.883 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:48.883 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.883 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.884 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:51:48.884 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy 11:51:48.884 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy] 11:51:48.884 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:51:48.884 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=33}] 11:51:48.885 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:48.885 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:51:48.885 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:48.885 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:48.885 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@196af5b4 11:51:48.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:48.892 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical) 11:51:48.892 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:51:48.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:48.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.893 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:51:48.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:48.894 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:48.894 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 11:51:48.894 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy 11:51:48.894 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice.identical] incremented to 1 11:51:48.894 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:48.894 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:48.895 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 11:51:48.895 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk952486988/META-INF/spring/simpleservice-osgi.xml] 11:51:48.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:48.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:48.985 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk952486988/META-INF/spring/simpleservice.xml] 11:51:48.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:48.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:48.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2e4dd64e: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy 11:51:48.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:48.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:48.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:48.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:48.998 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:51:48.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2e4dd64e: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy] 11:51:48.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:51:48.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2caf00b3 11:51:48.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:51:48.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:51:48.998 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:51:48.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:51:48.999 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:51:48.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:48.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@677938a9] 11:51:48.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6081ff46] 11:51:49.000 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 11:51:49.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 11:51:49.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 11:51:49.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:51:49.001 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:51:49.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 11:51:49.002 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@783b7bf0] 11:51:49.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy] 11:51:49.002 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-Version=1.0.0} 11:51:49.068 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:49.069 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice.identical] decremented to 0 11:51:49.069 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] 11:51:49.069 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice.identical_1.0.0 [21] 11:51:49.069 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical,Bundle-Version=1.0.0,service.id=37} Dalton. Timothy Dalton #1 11:51:49.070 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:49.070 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:440 - Reading OSGi results for test [testDependencies] 11:51:49.071 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.677 sec - in org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest 11:51:49.075 [Thread-0] INFO o.e.g.b.i.d.DuplicateClassTest:471 - Shutting down OSGi platform 11:51:49.075 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:49.076 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice.identical_1.0.0 [21]] 11:51:49.080 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional) 11:51:49.081 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy 11:51:49.081 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy] 11:51:49.081 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:51:49.087 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice.identical has unused registered services; added for shutdown 11:51:49.088 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice.identical_1.0.0 [21]] 11:51:49.089 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:51:49.089 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:49.089 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:49.089 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:49.089 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 11:51:49.089 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical) 11:51:49.089 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy 11:51:49.090 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:51:48 UTC 2024]; root of context hierarchy] 11:51:49.090 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 11:51:49.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle Functional testing of Spring dependencies on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice.identical] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical,Bundle-Version=1.0.0,service.id=37} 11:51:49.091 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, Bundle-Version=1.0.0, service.id=37}] 11:51:49.091 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:49.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:51:49.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@65a0e090 11:51:49.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:51:49.091 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:49.092 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:49.092 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:49.092 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:49.092 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:49.092 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:49.093 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice.identical_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1d557241 11:51:49.093 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.duplicateClass.functional_0.0.0 [18] for sending replayes events; last one was null 11:51:49.093 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:49.093 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:49.094 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:50,174 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:50,319 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:50,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:50,384 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:50,415 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:50,417 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:50,468 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:50,475 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:51:50,480 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:50,480 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:50,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:50,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:50,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:50,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:50,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:50,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:50,482 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:50,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:50,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:50,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:50,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:50,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:50,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:50,483 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:50,483 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:50,484 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:50,484 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:50,485 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest 11:51:50.671 [main] TRACE o.e.g.b.i.e.ExportImportTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:50.675 [main] TRACE o.e.g.b.i.e.ExportImportTest:85 - Instantiating platform wrapper... 11:51:50.675 [main] DEBUG o.e.g.b.i.e.ExportImportTest:215 - About to start Equinox OSGi Platform 11:51:51.185 [main] INFO o.e.g.b.i.e.ExportImportTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:51.188 [main] TRACE o.e.g.b.i.e.ExportImportTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:51.188 [main] TRACE o.e.g.b.i.e.ExportImportTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:51.190 [main] DEBUG o.e.g.b.i.e.ExportImportTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:51.190 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:51.378 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:51.392 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:51.397 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:51.398 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:51.405 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:51.468 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:51.473 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:51.480 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:51.487 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:51.498 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:51.575 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:51.579 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:51.584 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:51.593 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:51.595 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:51.600 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:51.603 [main] DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:51.678 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:51.713 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:51.768 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:51.769 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:51.769 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:51.769 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:51.769 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:51.770 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:51.770 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:51.770 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:51.771 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:51.771 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:51.771 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:51.772 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:51.772 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:51.772 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:51,806 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:51,885 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:51,887 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:51,894 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:51,911 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:51,912 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:51,915 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:51,970 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:51:51,974 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:51,975 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:51,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:51,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:51,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:51,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:51,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:51,977 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:51,977 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:51,977 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:51,977 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:51,978 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:51:51.987 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:51.994 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:52.110 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:52.111 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:52.114 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:52.116 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:52.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:52.174 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.174 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:52.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:52.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:52.175 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.175 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:52.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:52.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:52.176 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.176 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:52.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:52.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:52.176 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.176 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:52.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:52.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:52.177 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.177 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:52.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:52.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:52.178 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.178 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:52.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:52.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:52.179 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.179 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:52.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:52.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:52.180 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.180 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:52.180 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:52.180 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:52.181 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.181 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:52.181 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:52.181 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:52.182 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.183 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:52.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:52.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:52.189 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.190 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:52.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:52.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:52.190 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.190 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:52.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:52.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:52.191 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.191 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:52.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:52.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:52.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.192 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:52.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:52.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:52.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.196 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:52.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:52.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:52.197 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.197 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:52.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:52.203 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:52.203 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:52.207 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:52.208 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:52.210 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:52.211 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:52.212 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:52.212 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:51:52.212 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:52.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:52.271 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:52.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:52.272 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:52.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:52.273 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:52.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:52.274 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:52.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:52.274 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:52.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:52.275 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:52.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:52.276 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.276 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:52.276 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:52.277 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:52.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:52.278 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.278 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:52.278 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:52.279 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:52.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:52.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:52.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:52.281 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:52.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:52.282 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.282 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:52.282 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:52.283 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.283 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:52.283 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:52.283 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.283 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:52.283 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:52.284 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.284 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:52.285 [main] DEBUG o.e.g.b.i.e.ExportImportTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:52.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:52.288 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.288 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:52.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:52.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:52.289 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:52.290 [main] INFO o.e.g.b.i.e.ExportImportTest:199 - org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest-bundle.properties was not found; using defaults 11:51:52.290 [main] DEBUG o.e.g.b.i.e.ExportImportTest:511 - Post processing: creating test bundle 11:51:52.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.exportimport] 11:51:52.301 [main] INFO o.e.g.b.i.e.ExportImportTest:202 - Automatically creating Manifest for the test bundle 11:51:52.301 [main] INFO o.e.g.b.i.e.ExportImportTest:366 - Using the test class for generating bundle imports 11:51:52.303 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 11:51:52.303 [main] TRACE o.e.g.b.i.e.ExportImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt.exportimport] is part of the test archive; parsing ExportImportTest bytecode to determine imports... 11:51:52.305 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class ExportImportTest 11:51:52.313 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:52.313 [main] TRACE o.e.g.b.i.e.ExportImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:52.313 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest 11:51:52.369 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:52.370 [main] TRACE o.e.g.b.i.e.ExportImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:52.370 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:52.371 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:52.371 [main] TRACE o.e.g.b.i.e.ExportImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:52.371 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:52.371 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:52.372 [main] TRACE o.e.g.b.i.e.ExportImportTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:52.372 [main] TRACE o.e.g.b.i.e.ExportImportTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.exportimport, org.eclipse.gemini.blueprint.iandt, java.lang, org.springframework.context, java.util, java.io, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:51:52.372 [main] TRACE o.e.g.b.i.e.ExportImportTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.exportimport, java.lang, java.util, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 11:51:52.372 [main] TRACE o.e.g.b.i.e.ExportImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:52.372 [main] TRACE o.e.g.b.i.e.ExportImportTest:282 - Filtered imports are [org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:51:52.372 [main] DEBUG o.e.g.b.i.e.ExportImportTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Name=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Name=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:52.373 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:52.374 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:52.374 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 11:51:52.374 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 11:51:52.374 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 11:51:52.374 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 11:51:52.378 [main] DEBUG o.e.g.b.i.e.ExportImportTest:557 - Test bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] successfully installed 11:51:52.378 [main] DEBUG o.e.g.b.i.e.ExportImportTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:52.381 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] 11:51:52.381 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:52.381 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest) 11:51:52.381 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] 11:51:52.381 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] 11:51:52.382 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:52.382 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] 11:51:52.382 [main] DEBUG o.e.g.b.i.e.ExportImportTest:562 - Test bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] successfully started 11:51:52.382 [main] DEBUG o.e.g.b.i.e.ExportImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:52.384 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:52.384 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:52.384 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:52.384 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:52.385 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:52.385 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:52.385 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:52.386 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:52.386 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:52.387 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:52.388 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:52.388 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:52.389 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:52.389 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:52.389 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:52.390 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:52.390 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:52.390 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:52.390 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest] does not trigger a context creation. 11:51:52.391 [main] TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testExportNA] to OSGi 11:51:52.399 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportNA] for execution inside OSGi 11:51:52.399 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportNA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c669da8 11:51:52.400 [main] INFO o.e.g.b.i.e.ExportImportTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 11:51:52.405 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): startup date [Wed Jan 17 11:51:52 UTC 2024]; root of context hierarchy 11:51:52.409 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:52.481 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml] 11:51:52.527 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:52.527 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:52.528 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:52.528 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:52.674 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:52.675 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:52.711 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1608bcbd: defining beans [map,export1,export2,list,na,export-na]; root of factory hierarchy 11:51:52.775 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:52.775 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:52.776 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:52.776 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:52.784 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6ee6f53] 11:51:52.784 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@421bba99] 11:51:52.811 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export1] is being tracked for dependencies 11:51:52.812 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export1] depends (transitively) on the following importers:{} 11:51:52.813 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export1] depends on importers:[] 11:51:52.814 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 11:51:52.814 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 11:51:52.815 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export1] started; all its dependencies are satisfied 11:51:52.816 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export2] is being tracked for dependencies 11:51:52.816 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export2] depends (transitively) on the following importers:{} 11:51:52.817 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export2] depends on importers:[] 11:51:52.817 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 11:51:52.817 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 11:51:52.817 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export2] started; all its dependencies are satisfied 11:51:52.820 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.821 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.822 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.822 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.823 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.825 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.exportimport.Listener 11:51:52.825 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.exportimport.Listener 11:51:52.825 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map)]], unbind ServiceReference=null 11:51:52.826 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.io.Serializable} and filter=[] in=[(objectClass=java.io.Serializable)] 11:51:52.826 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.io.Serializable)] in=[(objectClass=java.io.Serializable)] 11:51:52.827 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:52.827 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:52.827 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.io.Serializable)] 11:51:52.827 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.io.Serializable, java.lang.Cloneable, java.util.Map}={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=32}, {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=33}} 11:51:52.829 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest] {java.io.Serializable, java.lang.Cloneable, java.util.Map}={use=case,org.eclipse.gemini.blueprint.bean.name=map,org.springframework.osgi.bean.name=map,osgi.service.blueprint.compname=map,Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest,Bundle-Version=0.0.0,service.id=32} 11:51:52.873 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.873 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.874 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.874 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.874 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.876 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2dd80673 w/ reference {java.io.Serializable, java.lang.Cloneable, java.util.Map}={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=32} 11:51:52.876 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@4af0df05 with props={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@57ea113a, service.id=32} 11:51:52.876 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map) Binding service hash 1257299717 w/ props {use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@57ea113a, service.id=32} 11:51:52.877 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2dd80673 w/ reference {java.io.Serializable, java.lang.Cloneable, java.util.Map}={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=32} 11:51:52.877 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest] {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map,org.springframework.osgi.bean.name=map,osgi.service.blueprint.compname=map,Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest,Bundle-Version=0.0.0,service.id=33} 11:51:52.878 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2dd80673 w/ reference {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=33} 11:51:52.878 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@4b45dcb8 with props={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@7216fb24, service.id=33} 11:51:52.878 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map) Binding service hash 1262869688 w/ props {org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@7216fb24, service.id=33} 11:51:52.879 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2dd80673 w/ reference {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=33} 11:51:52.881 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.Queue} and filter=[] in=[(objectClass=java.util.Queue)] 11:51:52.881 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Queue)] in=[(objectClass=java.util.Queue)] 11:51:52.881 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:52.885 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:52.888 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Queue)] 11:51:52.888 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:51:52.889 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceRegistrationListenerAdapterBeanInfo] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.890 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceRegistrationListenerAdapterCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.891 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.exporter.OsgiServiceRegistrationListenerCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.891 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.892 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.893 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.exportimport.Listener 11:51:52.893 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.exportimport.Listener 11:51:52.899 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:117 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.bind(java.lang.Object,java.util.Map)]] unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map)]] 11:51:52.900 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export-na] is being tracked for dependencies 11:51:52.900 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export-na] depends (transitively) on the following importers:{&na} 11:51:52.901 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export-na] depends on importers:[&na] 11:51:52.904 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest(TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest)] scanning available bundles 11:51:52.905 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [export-na] not started; there are still unsatisfied dependencies [&na] 11:51:52.905 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props=null 11:51:52.905 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 0 w/ props null 11:51:52.906 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@366c4480] 11:51:52.908 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): startup date [Wed Jan 17 11:51:52 UTC 2024]; root of context hierarchy] 11:51:52.910 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, org.springframework.context.service.name=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0} 11:51:52.910 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 1 11:51:52.978 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:52.978 [main] TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testExportNA] 11:51:52.979 [main] DEBUG o.e.g.b.i.e.ExportImportTest:447 - Test[testExportNA]'s result read 11:51:52.980 [main] TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testCollectionSize] to OSGi 11:51:52.980 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCollectionSize] for execution inside OSGi 11:51:52.980 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCollectionSize] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@58ffcbd7 11:51:52.981 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:52.981 [main] TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testCollectionSize] 11:51:52.981 [main] DEBUG o.e.g.b.i.e.ExportImportTest:447 - Test[testCollectionSize]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.368 sec - in org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest 11:51:52.983 [Thread-0] INFO o.e.g.b.i.e.ExportImportTest:471 - Shutting down OSGi platform 11:51:52.984 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:52.984 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest (TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest) 11:51:52.984 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:52.984 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): startup date [Wed Jan 17 11:51:52 UTC 2024]; root of context hierarchy 11:51:52.984 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:52.985 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:52.985 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, config=org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml): startup date [Wed Jan 17 11:51:52 UTC 2024]; root of context hierarchy] 11:51:52.985 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:52.985 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:52.985 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:52.985 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:52.986 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export-na] 11:51:52.987 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest_0.0.0 [18] for sending replayes events; last one was null 11:51:52.988 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:52.988 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:51:52.989 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:52.990 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2dd80673 w/ reference {java.io.Serializable, java.lang.Cloneable, java.util.Map}={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=32} 11:51:52.990 [Thread-4] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@4af0df05 with props={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@242dcf78, service.id=32} 11:51:52.991 [Thread-4] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 1257299717 w/ props {use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@242dcf78, service.id=32} 11:51:52.991 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2dd80673 w/ reference {java.io.Serializable, java.lang.Cloneable, java.util.Map}={use=case, org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=32} 11:51:52.992 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2dd80673 w/ reference {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=33} 11:51:52.992 [Thread-4] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@4b45dcb8 with props={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@39a50c60, service.id=33} 11:51:52.992 [Thread-4] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.exportimport.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 1262869688 w/ props {org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, objectClass=[Ljava.lang.String;@39a50c60, service.id=33} 11:51:52.992 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2dd80673 w/ reference {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExportNA-org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest, Bundle-Version=0.0.0, service.id=33} 11:51:52.993 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export2] 11:51:52.993 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export1] 11:51:52.994 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:53,777 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:53,970 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:53,972 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:53,987 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:54,018 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:54,020 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:54,024 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:54,074 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:51:54,079 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:54,079 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:54,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:54,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:54,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:54,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:54,082 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:54,082 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:54,082 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:54,082 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:54,083 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest 11:51:54.217 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:54.271 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:85 - Instantiating platform wrapper... 11:51:54.272 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:215 - About to start Equinox OSGi Platform 11:51:54.720 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:54.723 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:54.724 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:54.725 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:54.726 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:54.896 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:54.906 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:54.967 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:54.970 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:54.977 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:54.983 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:54.987 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:54.994 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:55.002 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:55.076 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:55.090 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:55.094 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:55.100 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:55.169 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:55.171 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:55.175 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:55.178 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:55.182 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.0.M01-SNAPSHOT.jar] 11:51:55.193 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:55.279 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:55.280 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:55.280 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:55.280 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:55.280 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:55.281 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:55.281 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:55.281 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:55.282 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:55.282 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:55.282 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:55.282 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:55.283 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:55.283 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:55.283 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:55,377 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:55,405 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:55,407 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:55,415 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:55,483 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:55,484 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:55,488 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:55,493 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1b11171f - No compression will be used 11:51:55,497 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:55,497 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:55,498 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:55,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:55,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:55,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:55,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:55,500 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:55,500 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:55,500 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:55,501 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:55,501 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52b1beb6 - Registering current configuration as safe fallback point 11:51:55.510 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:55.570 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:55.705 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk952486988/META-INF/spring/extender/extra-config.xml): startup date [Wed Jan 17 11:51:55 UTC 2024]; root of context hierarchy 11:51:55.709 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:55.782 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from OSGi resource[bundleentry://18.fwk952486988/META-INF/spring/extender/extra-config.xml|bnd.id=16|bnd.sym=org.eclipse.gemini.blueprint.extender] 11:51:55.806 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:55.807 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:55.808 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:55.808 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:55.968 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:55.968 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:55.977 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-util.xsd 11:51:55.977 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-util.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-util.xsd 11:51:55.979 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 11:51:55.979 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-tool.xsd 11:51:56.072 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk952486988/META-INF/spring/extender/extra-config.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@479ceda0: defining beans [packageAdmin,taskExecutor,shutdownTaskExecutor,extenderProperties]; root of factory hierarchy 11:51:56.079 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:56.080 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:56.080 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:56.081 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:56.090 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@492691d7] 11:51:56.091 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@146dfe6] 11:51:56.112 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.packageadmin.PackageAdmin} and filter=[] in=[(objectClass=org.osgi.service.packageadmin.PackageAdmin)] 11:51:56.112 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.packageadmin.PackageAdmin)] in=[(objectClass=org.osgi.service.packageadmin.PackageAdmin)] 11:51:56.116 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:56.122 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:56.129 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.129 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.132 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.osgi.service.packageadmin.PackageAdmin)] 11:51:56.133 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.osgi.service.packageadmin.PackageAdmin}={service.ranking=2147483647, service.pid=0.org.eclipse.osgi.framework.internal.core.PackageAdminImpl, service.vendor=Eclipse.org - Equinox, service.id=1}} 11:51:56.168 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.osgi.service.packageadmin.PackageAdmin}={service.ranking=2147483647, service.pid=0.org.eclipse.osgi.framework.internal.core.PackageAdminImpl, service.vendor=Eclipse.org - Equinox, service.id=1}] bound to proxy 11:51:56.169 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.osgi.service.packageadmin.PackageAdmin}={service.ranking=2147483647, service.pid=0.org.eclipse.osgi.framework.internal.core.PackageAdminImpl, service.vendor=Eclipse.org - Equinox, service.id=1}] bound to proxy 11:51:56.171 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutorBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.172 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.176 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.179 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.ExecutorConfigurationSupportBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.179 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.182 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.183 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.CustomizableThreadFactoryBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.183 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.185 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.186 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.util.CustomizableThreadCreatorBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.186 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.188 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.util] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.189 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.util.CustomizableThreadCreatorCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.189 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.191 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.util] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.193 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.CustomizableThreadFactoryCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.194 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.195 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.196 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.ExecutorConfigurationSupportCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.197 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.202 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.203 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutorCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.204 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.206 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.scheduling.concurrent] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.268 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.task.AsyncListenableTaskExecutorCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.269 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.270 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.core.task] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.272 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.scheduling.SchedulingTaskExecutorCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.273 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanNameAwareCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.273 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.274 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.276 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.276 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.277 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.279 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.DisposableBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.279 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.280 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.282 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.util.concurrent.ThreadFactoryCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.283 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 'taskExecutor' 11:51:56.284 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 'shutdownTaskExecutor' 11:51:56.286 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PropertiesFactoryBeanBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.287 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.288 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.config] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.289 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.io.support.PropertiesLoaderSupportBeanInfo] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.290 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.291 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.core.io.support] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.292 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.io.support.PropertiesLoaderSupportCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.293 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.294 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] exports [org.springframework.core.io.support] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.296 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PropertiesFactoryBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.296 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.297 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.config] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.300 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.FactoryBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.368 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.370 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.373 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [gemini-blueprint-extender(org.eclipse.gemini.blueprint.extender)] scanning available bundles 11:51:56.374 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 11:51:56.376 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory] as version [5.0.4.RELEASE] but version [5.0.0] was required 11:51:56.384 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@146587a2] 11:51:56.388 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk952486988/META-INF/spring/extender/extra-config.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk952486988/META-INF/spring/extender/extra-config.xml): startup date [Wed Jan 17 11:51:55 UTC 2024]; root of context hierarchy] 11:51:56.390 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=3.0.0.M01-202401171150} 11:51:56.391 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:56.395 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:56.398 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:56.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:56.404 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.405 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:56.405 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:56.405 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:56.468 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.469 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:56.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:56.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:56.470 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.470 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:56.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:56.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:56.470 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.471 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:56.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:56.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:56.472 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.472 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:56.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:56.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:56.473 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.473 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:56.473 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:56.473 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:56.474 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.474 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:56.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:56.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:56.476 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.476 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:56.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:56.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:56.477 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.478 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:56.478 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:56.478 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:56.480 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.480 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:56.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:56.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:56.483 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.483 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:56.483 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:56.483 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:56.484 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.484 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:56.484 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:56.484 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:56.485 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.485 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:56.486 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:56.486 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:56.487 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.487 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:56.487 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:56.488 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:56.488 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.488 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:56.488 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:56.488 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:56.489 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.489 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:56.490 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:56.492 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:56.492 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:56.493 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:56.494 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:56.496 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:56.497 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:56.497 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@66fdec9 w/ reference null 11:51:56.497 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@66fdec9 w/ reference null 11:51:56.498 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:56.502 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:56.505 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:56.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:56.506 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:56.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:56.507 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:56.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:56.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:56.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:56.513 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:56.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:56.514 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:56.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:56.515 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:56.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:56.570 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:56.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:56.571 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:56.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:56.573 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:56.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:56.574 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.574 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:56.574 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:56.575 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:56.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:56.575 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:56.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:56.576 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:56.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:56.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:56.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:56.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:56.578 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:56.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:56.581 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.581 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:56.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:56.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:56.582 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:56.582 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:331 - [ExtenderConfigurationFragment (org.eclipse.gemini.blueprint.iandt.extender.fragment.configuration)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:51:56.584 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:199 - org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest-bundle.properties was not found; using defaults 11:51:56.584 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:511 - Post processing: creating test bundle 11:51:56.591 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.extender.configuration] 11:51:56.592 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:202 - Automatically creating Manifest for the test bundle 11:51:56.592 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:366 - Using the test class for generating bundle imports 11:51:56.593 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 11:51:56.594 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:460 - Package [org.eclipse.gemini.blueprint.iandt.extender.configuration] is part of the test archive; parsing ExtenderConfigurationTest bytecode to determine imports... 11:51:56.596 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class ExtenderConfigurationTest 11:51:56.604 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:56.605 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:56.605 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest 11:51:56.606 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:56.607 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:56.607 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:56.608 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:56.608 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:56.608 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:56.608 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:56.608 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:56.609 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.extender.configuration, org.eclipse.gemini.blueprint.iandt, org.springframework.context, java.lang, org.osgi.framework, java.io, org.eclipse.gemini.blueprint.util, org.osgi.service.packageadmin, org.apache.commons.logging, org.springframework.scheduling.concurrent, org.springframework.core.task, java.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:51:56.609 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.extender.configuration, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 11:51:56.609 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:56.609 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.osgi.service.packageadmin, org.apache.commons.logging, org.springframework.scheduling.concurrent, org.springframework.core.task, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:51:56.609 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-Name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.osgi.service.packageadmin,org.apache.commons.logging,org.springframework.scheduling.concurrent,org.springframework.core.task,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:51:56.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-Name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.osgi.service.packageadmin,org.apache.commons.logging,org.springframework.scheduling.concurrent,org.springframework.core.task,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:51:56.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 11:51:56.610 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 11:51:56.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 11:51:56.615 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:557 - Test bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] successfully installed 11:51:56.615 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:56.670 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] 11:51:56.670 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:56.670 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest) 11:51:56.670 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] 11:51:56.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] 11:51:56.671 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:56.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] 11:51:56.671 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:562 - Test bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] successfully started 11:51:56.671 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:56.673 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:56.673 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:56.673 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:56.673 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:56.674 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:56.674 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:56.674 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:56.675 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:56.678 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:56.678 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:56.679 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:56.680 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:56.680 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:56.681 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:56.681 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:56.681 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:56.681 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:56.682 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:56.682 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.extender.fragment.configuration] is not active (probably a fragment); ignoring 11:51:56.682 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest] does not trigger a context creation. 11:51:56.682 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testCustomProperties] to OSGi 11:51:56.691 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCustomProperties] for execution inside OSGi 11:51:56.691 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCustomProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2320fa6f 11:51:56.691 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 11:51:56.692 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): startup date [Wed Jan 17 11:51:56 UTC 2024]; root of context hierarchy 11:51:56.692 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:51:56.693 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml] 11:51:56.695 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:51:56.695 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:51:56.695 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:56.695 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:51:56.710 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:56.711 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:51:56.769 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2c7b5824: defining beans [appCtx]; root of factory hierarchy 11:51:56.770 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:56.770 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:51:56.770 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:56.770 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:56.771 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@681a8b4e] 11:51:56.771 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5cbe877d] 11:51:56.772 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.springframework.context.ApplicationContext} and filter=[(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender)] in=[(&(objectClass=org.springframework.context.ApplicationContext)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender))] 11:51:56.772 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.springframework.context.ApplicationContext)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender))] in=[(&(objectClass=org.springframework.context.ApplicationContext)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender))] 11:51:56.773 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:51:56.773 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:51:56.773 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 11:51:56.774 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 11:51:56.774 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 11:51:56.774 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 11:51:56.775 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 11:51:56.778 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.ResolvableType] required by [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest(TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest)] scanning available bundles 11:51:56.779 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.springframework.context.ApplicationContext)(Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender))] 11:51:56.779 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=3.0.0.M01-202401171150, service.id=30}} 11:51:56.780 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=3.0.0.M01-202401171150, service.id=30}] bound to proxy 11:51:56.780 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=3.0.0.M01-202401171150, service.id=30}] bound to proxy 11:51:56.780 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4218500f] 11:51:56.780 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): startup date [Wed Jan 17 11:51:56 UTC 2024]; root of context hierarchy] 11:51:56.780 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, org.springframework.context.service.name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-SymbolicName=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, Bundle-Version=0.0.0} 11:51:56.781 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:56.800 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:56.801 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testCustomProperties] 11:51:56.801 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testCustomProperties]'s result read 11:51:56.802 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testExtenderConfigAppCtxPublished] to OSGi 11:51:56.802 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExtenderConfigAppCtxPublished] for execution inside OSGi 11:51:56.802 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExtenderConfigAppCtxPublished] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@dfddc9a ServiceReference [org.eclipse.gemini.blueprint.extender] {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender,org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender,Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender,Bundle-Version=3.0.0.M01-202401171150,service.id=30} ServiceReference [TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest] {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest,org.springframework.context.service.name=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest,Bundle-SymbolicName=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest,Bundle-Version=0.0.0,service.id=33} 11:51:56.803 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:56.803 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testExtenderConfigAppCtxPublished] 11:51:56.803 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testExtenderConfigAppCtxPublished]'s result read 11:51:56.804 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testShutdownTaskExecutor] to OSGi 11:51:56.804 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShutdownTaskExecutor] for execution inside OSGi 11:51:56.804 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testShutdownTaskExecutor] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4b9df8a 11:51:56.804 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:56.804 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testShutdownTaskExecutor] 11:51:56.805 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testShutdownTaskExecutor]'s result read 11:51:56.805 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testTaskExecutor] to OSGi 11:51:56.805 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTaskExecutor] for execution inside OSGi 11:51:56.805 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTaskExecutor] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5e8ac0e1 11:51:56.806 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:51:56.806 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testTaskExecutor] 11:51:56.806 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testTaskExecutor]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.654 sec - in org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest 11:51:56.870 [Thread-0] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:471 - Shutting down OSGi platform 11:51:56.870 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:56.870 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest (TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest) 11:51:56.870 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:56.870 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): startup date [Wed Jan 17 11:51:56 UTC 2024]; root of context hierarchy 11:51:56.870 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:56.870 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest, config=org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml): startup date [Wed Jan 17 11:51:56 UTC 2024]; root of context hierarchy] 11:51:56.870 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:56.871 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:51:56.871 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:51:56.871 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:51:56.871 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:51:56.871 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=3.0.0.M01-202401171150, service.id=30}] was unregistered and unbound from the service proxy 11:51:56.871 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=3.0.0.M01-202401171150, service.id=30}] was unregistered and unbound from the service proxy 11:51:56.872 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:56.872 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testCustomProperties-org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest_0.0.0 [19] for sending replayes events; last one was null 11:51:56.872 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:51:56.873 [Thread-0] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender) 11:51:56.873 [Thread-0] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk952486988/META-INF/spring/extender/extra-config.xml): startup date [Wed Jan 17 11:51:55 UTC 2024]; root of context hierarchy 11:51:56.873 [Thread-0] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk952486988/META-INF/spring/extender/extra-config.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://18.fwk952486988/META-INF/spring/extender/extra-config.xml): startup date [Wed Jan 17 11:51:55 UTC 2024]; root of context hierarchy] 11:51:56.873 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'shutdownTaskExecutor' 11:51:56.873 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'taskExecutor' 11:51:56.874 [Thread-0] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.osgi.service.packageadmin.PackageAdmin}={service.ranking=2147483647, service.pid=0.org.eclipse.osgi.framework.internal.core.PackageAdminImpl, service.vendor=Eclipse.org - Equinox, service.id=1}] was unregistered and unbound from the service proxy 11:51:56.874 [Thread-0] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.osgi.service.packageadmin.PackageAdmin}={service.ranking=2147483647, service.pid=0.org.eclipse.osgi.framework.internal.core.PackageAdminImpl, service.vendor=Eclipse.org - Equinox, service.id=1}] was unregistered and unbound from the service proxy 11:51:56.874 [Thread-0] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:51:56.874 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:57,883 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:58,013 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:58,015 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:58,079 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:58,108 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:58,109 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:58,168 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:58,175 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:51:58,179 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:58,179 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:58,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:58,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:58,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:58,182 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:58,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:58,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:58,182 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:58,183 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest 11:51:58.315 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:51:58.319 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:85 - Instantiating platform wrapper... 11:51:58.319 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:215 - About to start Equinox OSGi Platform 11:51:58.784 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:51:58.787 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:51:58.787 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:51:58.788 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:51:58.789 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:58.902 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:58.911 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:58.915 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:58.916 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:58.973 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:58.978 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:58.980 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:58.986 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:58.994 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:59.069 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:59.081 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:59.084 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:59.089 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:59.096 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:59.098 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:59.102 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:59.105 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:59.175 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:51:59.192 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:51:59.192 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:51:59.193 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:51:59.193 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:51:59.193 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:51:59.193 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:51:59.194 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:51:59.194 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:51:59.194 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:51:59.194 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:51:59.195 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:51:59.195 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:51:59.195 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:51:59.195 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:51:59.196 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:51:59,285 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:51:59,311 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:51:59,312 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:51:59,320 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:59,377 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:51:59,378 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:51:59,381 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:51:59,386 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:51:59,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:51:59,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:51:59,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:51:59,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:51:59,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:51:59,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:51:59,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:51:59,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:51:59,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:51:59,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:51:59,394 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:51:59,394 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:51:59,394 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:51:59,394 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:51:59,394 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:51:59,394 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:51:59,394 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:51:59,395 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:51:59,396 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:51:59,396 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:51:59.407 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:51:59.415 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:51:59.589 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:59.589 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:51:59.593 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:51:59.595 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:51:59.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:59.601 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.601 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:51:59.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:59.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:59.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.602 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:51:59.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:59.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:59.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.603 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:51:59.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:59.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:59.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.604 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:51:59.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:59.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:59.605 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.605 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:51:59.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:59.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:59.606 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.606 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:51:59.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:59.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:59.607 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.607 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:51:59.607 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:59.607 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:59.608 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.608 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:51:59.608 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:59.608 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:59.609 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.609 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:51:59.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:59.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:59.611 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.611 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:51:59.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:59.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:59.612 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.612 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:51:59.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:59.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:59.613 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.613 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:51:59.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:59.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:59.617 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.618 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:51:59.618 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:59.618 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:59.619 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.619 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:51:59.619 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:59.619 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:59.619 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.623 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:51:59.623 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:59.623 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:59.623 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.623 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:51:59.624 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:59.673 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:59.673 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:59.678 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:51:59.678 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:51:59.680 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:51:59.682 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:51:59.682 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:59.682 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:51:59.683 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:51:59.686 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:59.694 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:51:59.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:59.695 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:51:59.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:51:59.695 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:51:59.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:59.696 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:51:59.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:51:59.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:51:59.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:59.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:51:59.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:59.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:51:59.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:59.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:51:59.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:59.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:51:59.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:59.701 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:51:59.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:59.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:51:59.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:59.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:51:59.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:59.704 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:51:59.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:59.705 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:51:59.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:59.706 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:51:59.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:59.707 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:51:59.708 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:51:59.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:59.711 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.711 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:51:59.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:59.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:59.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:51:59.713 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:199 - org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest-bundle.properties was not found; using defaults 11:51:59.714 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:511 - Post processing: creating test bundle 11:51:59.775 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt.extender.configuration] 11:51:59.775 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:202 - Automatically creating Manifest for the test bundle 11:51:59.776 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:366 - Using the test class for generating bundle imports 11:51:59.780 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 11:51:59.780 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:460 - Package [org.eclipse.gemini.blueprint.iandt.extender] is part of the test archive; parsing ExtenderVersionTest bytecode to determine imports... 11:51:59.783 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class ExtenderVersionTest 11:51:59.790 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:59.790 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:51:59.790 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest 11:51:59.792 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:59.793 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:51:59.793 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:51:59.794 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:59.794 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:51:59.794 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:51:59.794 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:51:59.794 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:51:59.795 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt, java.lang, org.springframework.core.io, org.osgi.framework, java.net, org.eclipse.gemini.blueprint.util, java.awt, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 11:51:59.795 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.extender, java.lang, java.net, java.awt, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 11:51:59.795 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:51:59.795 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:282 - Filtered imports are [org.springframework.core.io, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 11:51:59.795 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-Name=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 11:51:59.795 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-Name=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:51:59.796 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 11:51:59.797 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 11:51:59.797 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 11:51:59.797 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 11:51:59.797 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 11:51:59.797 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 11:51:59.801 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:557 - Test bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] successfully installed 11:51:59.801 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:51:59.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] 11:51:59.804 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:51:59.804 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest) 11:51:59.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] 11:51:59.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] 11:51:59.805 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:51:59.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] 11:51:59.805 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:562 - Test bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest)] successfully started 11:51:59.805 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:51:59.868 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:51:59.868 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:51:59.869 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:51:59.869 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:51:59.869 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:51:59.869 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:51:59.869 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:51:59.870 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:51:59.871 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:51:59.871 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:51:59.872 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:51:59.873 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:51:59.873 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:51:59.874 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:51:59.874 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:51:59.874 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:51:59.874 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:51:59.875 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:51:59.875 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest] does not trigger a context creation. 11:51:59.875 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:364 - Writing test name [testBundleIgnoredBasedOnSpringExtenderVersion] to OSGi 11:51:59.884 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleIgnoredBasedOnSpringExtenderVersion] for execution inside OSGi 11:51:59.884 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleIgnoredBasedOnSpringExtenderVersion] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 11:51:59.885 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:190 - Loading context for locations: 11:51:59.890 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): startup date [Wed Jan 17 11:51:59 UTC 2024]; root of context hierarchy 11:51:59.894 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:51:59.908 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@36a5cabc: defining beans []; root of factory hierarchy 11:51:59.917 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:51:59.917 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:51:59.918 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:51:59.919 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:51:59.921 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5a2d131d] 11:51:59.921 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@14fc1f0] 11:51:59.923 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5ddf0d24] 11:51:59.925 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): startup date [Wed Jan 17 11:51:59 UTC 2024]; root of context hierarchy] 11:51:59.926 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, org.springframework.context.service.name=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-SymbolicName=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, Bundle-Version=0.0.0} 11:51:59.927 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:51:59.990 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:51:59.999 [main] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 11:52:00.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:45 - Bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] expects an extender w/ version[19.99.98.not-existing] which does not match current extender w/ version[3.0.0.M01-202401171150]; skipping bundle analysis... 11:52:00.000 [main] DEBUG o.e.g.b.e.i.a.NamespaceHandlerActivator:123 - Ignoring handler bundle Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] due to mismatch in expected extender version 11:52:00.000 [main] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 11:52:00.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:45 - Bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] expects an extender w/ version[19.99.98.not-existing] which does not match current extender w/ version[3.0.0.M01-202401171150]; skipping bundle analysis... 11:52:00.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] 11:52:00.001 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderversion]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:00.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] 11:52:00.002 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:00.002 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:440 - Reading OSGi results for test [testBundleIgnoredBasedOnSpringExtenderVersion] 11:52:00.003 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:447 - Test[testBundleIgnoredBasedOnSpringExtenderVersion]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.691 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest 11:52:00.078 [Thread-0] INFO o.e.g.b.i.e.ExtenderVersionTest:471 - Shutting down OSGi platform 11:52:00.078 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest (TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest) 11:52:00.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:00.079 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): startup date [Wed Jan 17 11:51:59 UTC 2024]; root of context hierarchy 11:52:00.079 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest, config=): startup date [Wed Jan 17 11:51:59 UTC 2024]; root of context hierarchy] 11:52:00.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:00.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:00.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:00.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:00.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:00.080 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:00.080 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:00.080 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:00.080 [Thread-0] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 11:52:00.081 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:45 - Bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] expects an extender w/ version[19.99.98.not-existing] which does not match current extender w/ version[3.0.0.M01-202401171150]; skipping bundle analysis... 11:52:00.081 [Thread-0] DEBUG o.e.g.b.e.i.a.NamespaceHandlerActivator:123 - Ignoring handler bundle Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] due to mismatch in expected extender version 11:52:00.081 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.extenderversion_1.0.0 [19] for sending replayes events; last one was null 11:52:00.081 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBundleIgnoredBasedOnSpringExtenderVersion-org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest_0.0.0 [18] for sending replayes events; last one was null 11:52:00.081 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:00.082 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:00.082 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:01,088 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:01,270 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:01,273 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:01,294 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:01,376 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:01,378 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:01,382 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:01,389 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:52:01,394 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:01,394 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:01,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:01,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:01,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:01,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:01,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:01,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:01,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:01,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:01,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:01,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:01,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:01,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:01,397 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:01,397 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:01,397 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:01,398 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:01,398 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:01,399 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest 11:52:01.592 [main] TRACE o.e.g.b.i.extender.ExtenderTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:01.596 [main] TRACE o.e.g.b.i.extender.ExtenderTest:85 - Instantiating platform wrapper... 11:52:01.597 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:215 - About to start Equinox OSGi Platform 11:52:02.104 [main] INFO o.e.g.b.i.extender.ExtenderTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:02.106 [main] TRACE o.e.g.b.i.extender.ExtenderTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:02.107 [main] TRACE o.e.g.b.i.extender.ExtenderTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:02.108 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:02.109 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:02.295 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:02.370 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:02.375 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:02.377 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:02.387 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:02.396 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:02.398 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:02.409 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:02.474 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:02.492 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:02.509 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:02.571 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:02.579 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:02.592 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:02.595 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:02.601 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:02.670 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.0.M01-SNAPSHOT.jar] 11:52:02.688 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:02.779 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:02.779 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:02.780 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:02.780 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:02.781 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:02.785 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:02.785 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:02.786 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:02.786 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:02.786 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:02.787 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:02.787 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:02.788 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:02.788 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:02.789 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:02,875 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:02,904 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:02,905 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:02,912 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:02,974 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:02,976 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:02,979 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:02,985 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@23c30a20 - No compression will be used 11:52:02,989 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:02,989 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:02,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:02,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:02,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:02,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:02,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:02,991 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:02,991 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:02,992 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:02,992 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:02,992 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1b11171f - Registering current configuration as safe fallback point 11:52:03.000 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:319 - Starting [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.0.M01-SNAPSHOT.jar] 11:52:03.002 [main] INFO o.e.g.b.i.extender.ExtenderTest:199 - org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest-bundle.properties was not found; using defaults 11:52:03.002 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:511 - Post processing: creating test bundle 11:52:03.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt.extender.configuration] 11:52:03.010 [main] INFO o.e.g.b.i.extender.ExtenderTest:202 - Automatically creating Manifest for the test bundle 11:52:03.010 [main] INFO o.e.g.b.i.extender.ExtenderTest:366 - Using the test class for generating bundle imports 11:52:03.011 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 11:52:03.012 [main] TRACE o.e.g.b.i.extender.ExtenderTest:460 - Package [org.eclipse.gemini.blueprint.iandt.extender] is part of the test archive; parsing ExtenderTest bytecode to determine imports... 11:52:03.014 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class ExtenderTest 11:52:03.081 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:03.081 [main] TRACE o.e.g.b.i.extender.ExtenderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:52:03.081 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest 11:52:03.083 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:03.084 [main] TRACE o.e.g.b.i.extender.ExtenderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:52:03.084 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:52:03.085 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:03.085 [main] TRACE o.e.g.b.i.extender.ExtenderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:52:03.085 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:52:03.086 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:52:03.086 [main] TRACE o.e.g.b.i.extender.ExtenderTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:52:03.086 [main] TRACE o.e.g.b.i.extender.ExtenderTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.extender, org.eclipse.gemini.blueprint.iandt, java.lang, java.util, org.springframework.util, org.springframework.context, org.osgi.util.tracker, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util} 11:52:03.087 [main] TRACE o.e.g.b.i.extender.ExtenderTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.extender, java.lang, java.util, java.net, java.io, java.util.jar, java.security, java.lang.reflect] 11:52:03.087 [main] TRACE o.e.g.b.i.extender.ExtenderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:52:03.087 [main] TRACE o.e.g.b.i.extender.ExtenderTest:282 - Filtered imports are [org.springframework.util, org.springframework.context, org.osgi.util.tracker, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util] 11:52:03.087 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-Name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.util,org.springframework.context,org.osgi.util.tracker,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 11:52:03.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-Name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.util,org.springframework.context,org.osgi.util.tracker,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 11:52:03.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:03.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:03.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:03.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:03.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:03.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:03.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:03.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:03.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:03.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:03.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 11:52:03.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 11:52:03.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 11:52:03.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 11:52:03.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 11:52:03.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 11:52:03.095 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:557 - Test bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] successfully installed 11:52:03.095 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:03.097 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:562 - Test bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] successfully started 11:52:03.098 [main] TRACE o.e.g.b.i.extender.ExtenderTest:364 - Writing test name [testLifecycle] to OSGi 11:52:03.174 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 11:52:03.176 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4c163e3 11:52:03.179 [main] INFO o.e.g.b.i.extender.ExtenderTest:190 - Loading context for locations: 11:52:03.198 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): startup date [Wed Jan 17 11:52:03 UTC 2024]; root of context hierarchy 11:52:03.203 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:03.217 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@1169afe1: defining beans []; root of factory hierarchy 11:52:03.224 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:03.224 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:03.268 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:03.269 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:03.275 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@11d8ae8b] 11:52:03.277 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@a37aefe] 11:52:03.279 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4e07b95f] 11:52:03.282 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): startup date [Wed Jan 17 11:52:03 UTC 2024]; root of context hierarchy] 11:52:03.284 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, org.springframework.context.service.name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, Bundle-Version=0.0.0} 11:52:03.286 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:03.378 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:03.394 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:03.395 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:03.505 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:03.506 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:03.508 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:03.511 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:03.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:03.515 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.515 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:03.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:03.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:03.516 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.516 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:03.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:03.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:03.517 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.517 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:03.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:03.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:03.518 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.518 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:03.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:03.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:03.519 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.519 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:03.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:03.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:03.519 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.571 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:03.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:03.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:03.572 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.572 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:03.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:03.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:03.574 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.575 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:03.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:03.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:03.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.577 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:03.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:03.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:03.580 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.580 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:03.580 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:03.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:03.583 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.584 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:03.584 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:03.584 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:03.585 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.586 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:03.586 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:03.586 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:03.587 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.587 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:03.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:03.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:03.589 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.590 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:03.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:03.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:03.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.591 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:03.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:03.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:03.593 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.593 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:03.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:03.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:03.594 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.595 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:03.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:03.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:52:03.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.596 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle) 11:52:03.597 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:52:03.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-eclipse-gemini-blueprint-iandt-lifecycle is type compatible with extender gemini-blueprint-extender; processing bundle... 11:52:03.599 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:52:03.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:52:03.603 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:52:03.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] 11:52:03.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@648d5f13 11:52:03.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:03.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:03.604 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest) 11:52:03.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:03.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] 11:52:03.605 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:52:03 UTC 2024]; root of context hierarchy 11:52:03.605 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:52:03.607 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:03.608 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:03.671 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://17.fwk802600647/META-INF/spring/lifecycle.xml] 11:52:03.671 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:03.671 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:03.675 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:03.705 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:03.706 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@55493582 w/ reference null 11:52:03.706 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@55493582 w/ reference null 11:52:03.707 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:03.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:03.711 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:03.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:03.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:03.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:03.713 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:03.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:03.714 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:03.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:03.715 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.715 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:03.715 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:03.715 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.715 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:03.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:03.716 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:03.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:03.717 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.717 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:03.717 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:03.769 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.769 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:03.770 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:03.771 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.771 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:03.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:03.774 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.774 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:03.774 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:03.775 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.775 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:03.776 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:03.777 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.777 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:03.777 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:03.778 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:03.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:03.779 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.780 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:03.780 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:03.781 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.781 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:03.781 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:03.782 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:52:03.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:03.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:52:03.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:52:03.783 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:03.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:52:03.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:03.784 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] 11:52:03.784 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:03.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest)] 11:52:03.982 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7e9dfd3e: defining beans [guinea-pig]; root of factory hierarchy 11:52:03.982 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:03.983 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:52:03.983 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:03.983 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:03.989 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:52:03.992 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7e9dfd3e: defining beans [guinea-pig]; root of factory hierarchy] 11:52:03.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:52:03.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@70e5d999 11:52:03.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:52:03.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:52:03.993 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:03.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:52:03.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:52:03.994 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:03.994 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:03.994 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:52:03.998 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:03.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@65b10063] 11:52:03.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7a0877dd] 11:52:04.002 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@12d084a] 11:52:04.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:52:03 UTC 2024]; root of context hierarchy] 11:52:04.002 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.lifecycle, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.lifecycle, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.lifecycle, Bundle-Version=2.0.0} 11:52:04.003 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:04.003 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:04.004 [main] TRACE o.e.g.b.i.extender.ExtenderTest:440 - Reading OSGi results for test [testLifecycle] 11:52:04.005 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:447 - Test[testLifecycle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.417 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest 11:52:04.006 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.lifecycle_2.0.0 [17] 11:52:04.008 [Thread-0] INFO o.e.g.b.i.extender.ExtenderTest:471 - Shutting down OSGi platform 11:52:04.008 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:04.008 [Thread-2] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest) 11:52:04.008 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.lifecycle_2.0.0 [17]] 11:52:04.008 [Thread-2] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): startup date [Wed Jan 17 11:52:03 UTC 2024]; root of context hierarchy 11:52:04.008 [Thread-2] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest, config=): startup date [Wed Jan 17 11:52:03 UTC 2024]; root of context hierarchy] 11:52:04.010 [Thread-2] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:04.015 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.lifecycle has unused registered services; added for shutdown 11:52:04.015 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.lifecycle_2.0.0 [17]] 11:52:04.016 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:52:04.016 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:04.016 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@648d5f13 11:52:04.017 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:04.017 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:52:04.017 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle) 11:52:04.017 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:52:03 UTC 2024]; root of context hierarchy 11:52:04.017 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:52:03 UTC 2024]; root of context hierarchy] 11:52:04.068 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:52:04.069 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:52:04.069 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@648d5f13 11:52:04.069 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:52:04.069 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:04.070 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:04.070 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:04.070 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:04.070 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:04.070 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:04.071 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:04.072 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:05,093 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:05,310 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:05,312 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:05,374 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:05,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:05,470 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:05,475 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:05,484 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:52:05,489 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:05,489 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:05,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:05,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:05,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:05,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:05,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:05,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:05,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:05,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:05,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:05,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:05,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:05,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:05,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:05,493 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:05,493 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:05,493 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:05,494 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:05,495 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.importer.CollectionTest 11:52:05.692 [main] TRACE o.e.g.b.i.i.CollectionTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:05.696 [main] TRACE o.e.g.b.i.i.CollectionTest:85 - Instantiating platform wrapper... 11:52:05.697 [main] DEBUG o.e.g.b.i.i.CollectionTest:215 - About to start Equinox OSGi Platform 11:52:06.193 [main] INFO o.e.g.b.i.i.CollectionTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:06.196 [main] TRACE o.e.g.b.i.i.CollectionTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:06.197 [main] TRACE o.e.g.b.i.i.CollectionTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:06.198 [main] DEBUG o.e.g.b.i.i.CollectionTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:06.199 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:06.381 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:06.393 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:06.398 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:06.400 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:06.407 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:06.412 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:06.470 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:06.480 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:06.495 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:06.508 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:06.585 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:06.590 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:06.597 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:06.671 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:06.674 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:06.680 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:06.684 [main] DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:06.702 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:06.781 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:06.781 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:06.782 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:06.782 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:06.783 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:06.783 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:06.783 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:06.784 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:06.784 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:06.784 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:06.785 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:06.785 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:06.786 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:06.786 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:06.786 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:06,890 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:06,919 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:06,921 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:06,970 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:06,990 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:06,992 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:06,995 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:07,002 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:52:07,006 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:07,006 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:07,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:07,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:07,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:07,009 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:07,009 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:07,009 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:07,009 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:07,009 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:07,010 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:52:07.018 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:07.025 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:07.198 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:07.199 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:07.202 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:07.205 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:07.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:07.210 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.210 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:07.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:07.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:07.211 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.211 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:07.268 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:07.268 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:07.269 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.269 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:07.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:07.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:07.269 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.270 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:07.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:07.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:07.270 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.271 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:07.271 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:07.271 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:07.271 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.271 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:07.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:07.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:07.272 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.272 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:07.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:07.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:07.274 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.274 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:07.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:07.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:07.275 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.276 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:07.276 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:07.276 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:07.278 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.278 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:07.278 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:07.278 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:07.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.280 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:07.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:07.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:07.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.281 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:07.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:07.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:07.281 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.282 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:07.282 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:07.282 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:07.287 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.287 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:07.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:07.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:07.292 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.292 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:07.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:07.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:07.293 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.293 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:07.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:07.300 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:07.300 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:07.304 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:07.305 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:07.307 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:07.308 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:07.309 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:52:07.309 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:52:07.310 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:07.312 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:07.320 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.320 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:07.320 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:07.321 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.321 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:07.321 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:07.368 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.369 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:07.369 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:07.369 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.369 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:07.369 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:07.370 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:07.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:07.371 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:07.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:07.371 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:07.372 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:07.372 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:07.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:07.374 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:07.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:07.375 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:07.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:07.376 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.377 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:07.377 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:07.377 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.377 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:07.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:07.378 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.379 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:07.379 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:07.379 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:07.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:07.380 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:07.381 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:07.382 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.382 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:07.383 [main] DEBUG o.e.g.b.i.i.CollectionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:07.386 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:07.387 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.387 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:07.387 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:07.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:07.388 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:07.390 [main] INFO o.e.g.b.i.i.CollectionTest:199 - org/eclipse/gemini/blueprint/iandt/importer/CollectionTest-bundle.properties was not found; using defaults 11:52:07.390 [main] DEBUG o.e.g.b.i.i.CollectionTest:511 - Post processing: creating test bundle 11:52:07.400 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.importer] 11:52:07.400 [main] INFO o.e.g.b.i.i.CollectionTest:202 - Automatically creating Manifest for the test bundle 11:52:07.401 [main] INFO o.e.g.b.i.i.CollectionTest:366 - Using the test class for generating bundle imports 11:52:07.402 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 11:52:07.402 [main] TRACE o.e.g.b.i.i.CollectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing CollectionTest bytecode to determine imports... 11:52:07.405 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class CollectionTest 11:52:07.470 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:07.471 [main] TRACE o.e.g.b.i.i.CollectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:52:07.471 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest 11:52:07.473 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:07.474 [main] TRACE o.e.g.b.i.i.CollectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:52:07.474 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:52:07.475 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:07.475 [main] TRACE o.e.g.b.i.i.CollectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:52:07.475 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:52:07.475 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:52:07.476 [main] TRACE o.e.g.b.i.i.CollectionTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:52:07.476 [main] TRACE o.e.g.b.i.i.CollectionTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.importer, org.eclipse.gemini.blueprint.iandt, java.lang, org.springframework.context, java.util, java.awt.geom, org.osgi.framework, java.awt, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:52:07.476 [main] TRACE o.e.g.b.i.i.CollectionTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.importer, java.lang, java.util, java.awt.geom, java.awt, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 11:52:07.476 [main] TRACE o.e.g.b.i.i.CollectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:52:07.476 [main] TRACE o.e.g.b.i.i.CollectionTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:52:07.477 [main] DEBUG o.e.g.b.i.i.CollectionTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-Name=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:52:07.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-Name=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:52:07.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:07.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:07.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:07.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:07.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:07.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 11:52:07.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 11:52:07.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 11:52:07.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 11:52:07.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 11:52:07.484 [main] DEBUG o.e.g.b.i.i.CollectionTest:557 - Test bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] successfully installed 11:52:07.484 [main] DEBUG o.e.g.b.i.i.CollectionTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:07.486 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] 11:52:07.487 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:07.487 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest) 11:52:07.487 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] 11:52:07.487 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] 11:52:07.487 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:07.488 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] 11:52:07.488 [main] DEBUG o.e.g.b.i.i.CollectionTest:562 - Test bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] successfully started 11:52:07.488 [main] DEBUG o.e.g.b.i.i.CollectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:07.490 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:07.490 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:07.490 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:07.490 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:07.491 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:07.491 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:07.491 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:07.492 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:07.492 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:07.493 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:07.494 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:07.495 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:07.495 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:07.496 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:07.496 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:07.496 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:07.497 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:07.497 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:07.497 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest] does not trigger a context creation. 11:52:07.497 [main] TRACE o.e.g.b.i.i.CollectionTest:364 - Writing test name [testServiceReferenceCollection] to OSGi 11:52:07.507 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceCollection] for execution inside OSGi 11:52:07.507 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceCollection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c669da8 11:52:07.508 [main] INFO o.e.g.b.i.i.CollectionTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/importer/collection.xml 11:52:07.514 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): startup date [Wed Jan 17 11:52:07 UTC 2024]; root of context hierarchy 11:52:07.519 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:52:07.589 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/importer/collection.xml] 11:52:07.689 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:52:07.690 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:52:07.691 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:07.691 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:07.792 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:07.793 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:07.895 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@528c868: defining beans [reference-list,listener]; root of factory hierarchy 11:52:07.906 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:07.906 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:52:07.907 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:07.907 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:07.915 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4f25b795] 11:52:07.916 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6fb365ed] 11:52:07.938 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:07.938 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:07.939 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:07.968 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:07.969 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:07.971 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.util.Date,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.importer.Listener 11:52:07.972 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.importer.Listener 11:52:07.972 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.importer.Listener.unbind(java.lang.Object,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.importer.Listener 11:52:07.972 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.util.Date,java.util.Map)], [public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.importer.Listener.unbind(java.lang.Object,java.util.Map)]], unbind ServiceReference=null 11:52:07.975 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:52:07.975 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:52:07.975 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:07.976 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:07.976 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 11:52:07.976 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:07.976 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5d5f10b2 w/ reference null 11:52:07.977 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:52:07.977 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.importer.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 0 w/ props null 11:52:07.978 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5d5f10b2 w/ reference null 11:52:07.979 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3ed242a4] 11:52:07.982 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): startup date [Wed Jan 17 11:52:07 UTC 2024]; root of context hierarchy] 11:52:07.983 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, org.springframework.context.service.name=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-SymbolicName=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, Bundle-Version=0.0.0} 11:52:07.985 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:08.037 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest] {java.awt.Shape}={service.id=33} 11:52:08.043 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:08.044 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:08.044 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:08.045 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:08.045 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:08.071 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest(TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest)] scanning available bundles 11:52:08.072 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5d5f10b2 w/ reference {java.awt.Shape}={service.id=33} 11:52:08.072 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@ebb6851, service.id=33} 11:52:08.073 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.importer.Listener.bind(java.lang.Object,java.util.Map) Binding service hash 855700733 w/ props {objectClass=[Ljava.lang.String;@ebb6851, service.id=33} 11:52:08.073 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5d5f10b2 w/ reference {java.awt.Shape}={service.id=33} List is [{java.awt.Shape}={service.id=33}] 11:52:08.073 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:08.074 [main] TRACE o.e.g.b.i.i.CollectionTest:440 - Reading OSGi results for test [testServiceReferenceCollection] 11:52:08.075 [main] DEBUG o.e.g.b.i.i.CollectionTest:447 - Test[testServiceReferenceCollection]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.388 sec - in org.eclipse.gemini.blueprint.iandt.importer.CollectionTest 11:52:08.078 [Thread-0] INFO o.e.g.b.i.i.CollectionTest:471 - Shutting down OSGi platform 11:52:08.078 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:08.078 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest (TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest) 11:52:08.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:08.079 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): startup date [Wed Jan 17 11:52:07 UTC 2024]; root of context hierarchy 11:52:08.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:08.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:08.079 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest, config=org/eclipse/gemini/blueprint/iandt/importer/collection.xml): startup date [Wed Jan 17 11:52:07 UTC 2024]; root of context hierarchy] 11:52:08.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:08.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:08.080 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:08.080 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:08.082 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testServiceReferenceCollection-org.eclipse.gemini.blueprint.iandt.importer.CollectionTest_0.0.0 [18] for sending replayes events; last one was null 11:52:08.082 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:08.083 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:08.083 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5d5f10b2 w/ reference {java.awt.Shape}={service.id=33} 11:52:08.084 [Thread-4] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@3300f4fd with props={objectClass=[Ljava.lang.String;@3399d445, service.id=33} 11:52:08.084 [Thread-4] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.importer.Listener.unbind(java.lang.Object,java.util.Map) Unbinding service hash 855700733 w/ props {objectClass=[Ljava.lang.String;@3399d445, service.id=33} 11:52:08.084 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:08.084 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5d5f10b2 w/ reference {java.awt.Shape}={service.id=33} 11:52:08.085 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:52:09,204 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:09,402 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:09,404 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:09,417 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:09,500 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:09,502 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:09,506 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:09,570 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:52:09,576 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:09,576 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:09,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:09,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:09,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:09,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:09,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:09,580 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:09,580 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:09,580 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:09,580 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:09,581 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest 11:52:09.789 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:09.793 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:85 - Instantiating platform wrapper... 11:52:09.794 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:215 - About to start Equinox OSGi Platform 11:52:10.335 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:10.369 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:10.371 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:10.373 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:10.375 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:10.505 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:10.516 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:10.570 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:10.572 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:10.580 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:10.586 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:10.591 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:10.599 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:10.607 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:10.680 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:10.700 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:10.705 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:10.770 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:10.779 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:10.781 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:10.787 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:10.790 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:10.805 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:10.889 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:10.889 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:10.889 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:10.890 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:10.890 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:10.890 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:10.890 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:10.891 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:10.891 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:10.891 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:10.892 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:10.892 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:10.892 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:10.892 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:10.893 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:10,980 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:11,008 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:11,010 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:11,017 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:11,079 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:11,080 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:11,083 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:11,089 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:52:11,093 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:11,093 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:11,094 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:11,094 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:11,094 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:11,094 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:11,094 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:11,095 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:11,095 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:11,096 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:11,096 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:11,096 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:52:11.105 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:11.112 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:11.282 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:11.283 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:11.286 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:11.289 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:11.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:11.295 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.295 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:11.295 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:11.296 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:11.296 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.296 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:11.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:11.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:11.297 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.297 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:11.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:11.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:11.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.298 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:11.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:11.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:11.299 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.299 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:11.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:11.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:11.299 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.300 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:11.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:11.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:11.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.300 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:11.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:11.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:11.301 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.301 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:11.302 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:11.302 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:11.302 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.303 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:11.303 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:11.303 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:11.304 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.304 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:11.304 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:11.304 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:11.309 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.310 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:11.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:11.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:11.310 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.310 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:11.311 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:11.311 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:11.311 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.311 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:11.312 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:11.312 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:11.312 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.313 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:11.313 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:11.313 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:11.316 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.317 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:11.317 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:11.317 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:11.317 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.317 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:11.318 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:11.373 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:11.373 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:11.377 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:11.378 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:11.380 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:11.382 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:11.382 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:52:11.382 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:52:11.383 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:11.386 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:11.394 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:11.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:11.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:11.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:11.396 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:11.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:11.396 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:11.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:11.397 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:11.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:11.398 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:11.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:11.398 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:11.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:11.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:11.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:11.400 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:11.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:11.402 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:11.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:11.403 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.403 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:11.404 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:11.404 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.404 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:11.404 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:11.405 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.405 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:11.405 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:11.406 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.406 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:11.406 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:11.406 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:11.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:11.408 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:11.408 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:11.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:11.411 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.412 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:11.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:11.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:11.412 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:11.414 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:199 - org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest-bundle.properties was not found; using defaults 11:52:11.415 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:511 - Post processing: creating test bundle 11:52:11.476 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.importer] 11:52:11.477 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:202 - Automatically creating Manifest for the test bundle 11:52:11.478 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:366 - Using the test class for generating bundle imports 11:52:11.479 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 11:52:11.480 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing ServiceComparatorTest bytecode to determine imports... 11:52:11.482 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest 11:52:11.491 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 11:52:11.491 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing ServiceComparatorTest$TestBean bytecode to determine imports... 11:52:11.491 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$TestBean 11:52:11.492 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 11:52:11.492 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing ServiceComparatorTest$MyClass bytecode to determine imports... 11:52:11.492 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyClass 11:52:11.492 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 11:52:11.492 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.importer] is part of the test archive; parsing ServiceComparatorTest$MyInterface bytecode to determine imports... 11:52:11.492 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyInterface 11:52:11.493 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:11.493 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:52:11.493 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest 11:52:11.494 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:11.494 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:52:11.495 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:52:11.495 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:11.496 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:52:11.496 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:52:11.496 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:52:11.496 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:52:11.497 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.importer, org.eclipse.gemini.blueprint.iandt, org.osgi.framework, java.lang, org.eclipse.gemini.blueprint.context, java.io, java.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.context.support, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:52:11.497 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.importer, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 11:52:11.497 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:52:11.497 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.context.support, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:52:11.497 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.context.support,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:52:11.497 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.context.support,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:52:11.497 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 11:52:11.498 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 11:52:11.499 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 11:52:11.499 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 11:52:11.499 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 11:52:11.499 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 11:52:11.499 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 11:52:11.499 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 11:52:11.499 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 11:52:11.504 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:557 - Test bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] successfully installed 11:52:11.504 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:11.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] 11:52:11.507 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:11.507 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 11:52:11.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] 11:52:11.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] 11:52:11.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:11.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] 11:52:11.508 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:562 - Test bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] successfully started 11:52:11.508 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:11.569 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:11.570 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:11.570 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:11.570 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:11.570 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:11.571 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:11.571 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:11.571 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:11.572 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:11.573 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:11.574 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:11.574 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:11.575 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:11.575 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:11.575 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:11.576 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:11.576 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:11.577 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:11.577 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] does not trigger a context creation. 11:52:11.577 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testReferenceInjection] to OSGi 11:52:11.587 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceInjection] for execution inside OSGi 11:52:11.587 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testReferenceInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4032d386 11:52:11.587 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:190 - Loading context for locations: 11:52:11.593 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): startup date [Wed Jan 17 11:52:11 UTC 2024]; root of context hierarchy 11:52:11.600 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:11.615 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6f44a157: defining beans []; root of factory hierarchy 11:52:11.671 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:11.671 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:11.672 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:11.672 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:11.675 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1458ed9c] 11:52:11.675 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@10a9d961] 11:52:11.677 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3abada5a] 11:52:11.679 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): startup date [Wed Jan 17 11:52:11 UTC 2024]; root of context hierarchy] 11:52:11.680 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, org.springframework.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Version=0.0.0} 11:52:11.681 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:11.781 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:11 UTC 2024]; root of context hierarchy 11:52:11.781 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:52:11.788 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 11:52:11.811 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:52:11.812 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:52:11.813 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:11.813 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:11.901 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:11.902 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:11.993 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@16c63f5: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 11:52:11.994 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:11.994 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:52:11.994 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:11.994 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:12.000 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@46268f08] 11:52:12.000 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2a76840c] 11:52:12.010 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.010 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.010 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:12.011 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:12.012 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.013 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=34}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=35}} 11:52:12.015 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33} 11:52:12.021 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.022 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.022 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.022 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.023 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.025 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=34} 11:52:12.070 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=35} 11:52:12.074 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.074 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.074 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:52:12.077 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:52:12.078 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.078 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33}} 11:52:12.079 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33}] bound to proxy 11:52:12.079 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33}] bound to proxy 11:52:12.080 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.080 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.080 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:12.081 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:12.081 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.081 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=34}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=35}} 11:52:12.081 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33} 11:52:12.083 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=34} 11:52:12.083 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.084 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=35} 11:52:12.085 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$TestBeanBeanInfo] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.085 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$TestBeanCustomizer] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.087 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@56e8b606] 11:52:12.087 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:11 UTC 2024]; root of context hierarchy] 11:52:12.088 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, org.springframework.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Version=0.0.0} 11:52:12.088 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:12.089 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 11:52:12.090 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:11 UTC 2024]; root of context hierarchy 11:52:12.090 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:11 UTC 2024]; root of context hierarchy] 11:52:12.092 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33}] was unregistered and unbound from the service proxy 11:52:12.093 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=33}] was unregistered and unbound from the service proxy 11:52:12.093 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:52:12.093 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:12.094 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testReferenceInjection] 11:52:12.094 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testReferenceInjection]'s result read 11:52:12.095 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testComparableImportedObjects] to OSGi 11:52:12.096 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComparableImportedObjects] for execution inside OSGi 11:52:12.096 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComparableImportedObjects] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@708400f6 11:52:12.097 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:12 UTC 2024]; root of context hierarchy 11:52:12.097 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:52:12.097 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 11:52:12.099 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:52:12.100 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:52:12.100 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:12.100 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:12.177 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:12.177 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:12.185 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2cc3ad05: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 11:52:12.186 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:12.186 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:52:12.186 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:12.186 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:12.187 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@25e2ab5a] 11:52:12.187 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@35e5d0e5] 11:52:12.188 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.188 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.189 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:12.189 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:12.189 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.189 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=38}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=39}} 11:52:12.190 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37} 11:52:12.190 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.191 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.191 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.191 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.191 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.193 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=38} 11:52:12.194 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=39} 11:52:12.195 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.195 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.196 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:52:12.196 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:52:12.196 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.196 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37}} 11:52:12.197 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37}] bound to proxy 11:52:12.197 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37}] bound to proxy 11:52:12.198 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.198 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.198 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:12.198 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:12.198 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.198 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=38}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=39}} 11:52:12.199 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37} 11:52:12.200 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=38} 11:52:12.268 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.269 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=39} 11:52:12.270 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4233e892] 11:52:12.270 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:12 UTC 2024]; root of context hierarchy] 11:52:12.271 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, org.springframework.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Version=0.0.0} 11:52:12.271 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} [abc, mnp, xyz] 11:52:12.273 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 11:52:12.273 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:12 UTC 2024]; root of context hierarchy 11:52:12.273 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:12 UTC 2024]; root of context hierarchy] 11:52:12.274 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37}] was unregistered and unbound from the service proxy 11:52:12.275 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=37}] was unregistered and unbound from the service proxy 11:52:12.275 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:52:12.276 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:12.276 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testComparableImportedObjects] 11:52:12.276 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testComparableImportedObjects]'s result read 11:52:12.276 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testServiceReferenceOrderingOnImportedObjects] to OSGi 11:52:12.277 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceOrderingOnImportedObjects] for execution inside OSGi 11:52:12.277 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceOrderingOnImportedObjects] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1a9c38eb 11:52:12.278 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:12 UTC 2024]; root of context hierarchy 11:52:12.278 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:52:12.279 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 11:52:12.282 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:52:12.282 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:52:12.283 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:12.283 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:12.298 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:12.298 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:12.370 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@58fb7731: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 11:52:12.370 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:12.370 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:52:12.371 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:12.371 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:12.371 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@dfddc9a] 11:52:12.372 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4b9df8a] 11:52:12.373 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.373 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.373 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:12.374 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:12.374 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.374 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=42}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=43}} 11:52:12.374 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41} 11:52:12.375 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.375 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.376 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.376 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.376 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.378 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=42} 11:52:12.378 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=43} 11:52:12.380 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.380 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.380 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:52:12.380 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:52:12.380 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))] 11:52:12.381 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41}} 11:52:12.381 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41}] bound to proxy 11:52:12.381 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41}] bound to proxy 11:52:12.382 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.382 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.382 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:12.382 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:12.383 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface)] 11:52:12.383 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=42}, {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=43}} 11:52:12.383 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41} 11:52:12.384 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=42} 11:52:12.385 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest(TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest)] scanning available bundles 11:52:12.385 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest] {org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=43} 11:52:12.386 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6b7906b3] 11:52:12.386 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:12 UTC 2024]; root of context hierarchy] 11:52:12.387 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, org.springframework.context.service.name=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-SymbolicName=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, Bundle-Version=0.0.0} 11:52:12.387 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:12.388 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 11:52:12.388 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:12 UTC 2024]; root of context hierarchy 11:52:12.388 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml): startup date [Wed Jan 17 11:52:12 UTC 2024]; root of context hierarchy] 11:52:12.388 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41}] was unregistered and unbound from the service proxy 11:52:12.389 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest$MyInterface, java.io.Serializable, java.lang.Cloneable}={service.id=41}] was unregistered and unbound from the service proxy 11:52:12.389 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:52:12.389 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:12.389 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testServiceReferenceOrderingOnImportedObjects] 11:52:12.390 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testServiceReferenceOrderingOnImportedObjects]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.604 sec - in org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest 11:52:12.392 [Thread-0] INFO o.e.g.b.i.i.ServiceComparatorTest:471 - Shutting down OSGi platform 11:52:12.392 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest (TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest) 11:52:12.393 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): startup date [Wed Jan 17 11:52:11 UTC 2024]; root of context hierarchy 11:52:12.393 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:12.393 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest, config=): startup date [Wed Jan 17 11:52:11 UTC 2024]; root of context hierarchy] 11:52:12.393 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:12.393 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:12.393 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:12.393 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:12.393 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:12.393 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:12.393 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:12.393 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:12.395 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testReferenceInjection-org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest_0.0.0 [18] for sending replayes events; last one was null 11:52:12.395 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:12.395 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:12.395 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:13,407 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:13,615 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:13,617 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:13,675 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:13,769 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:13,771 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:13,775 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:13,781 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610694f1 - No compression will be used 11:52:13,785 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:13,785 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:13,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:13,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:13,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:13,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:13,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:13,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:13,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:13,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:13,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:13,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:13,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:13,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:13,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:13,788 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:13,788 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:13,789 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:13,789 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:13,789 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6321e813 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest 11:52:13.973 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:13.976 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:85 - Instantiating platform wrapper... 11:52:13.977 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:215 - About to start Equinox OSGi Platform 11:52:14.479 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:14.480 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:62 - Installing no root cp bundle... 11:52:14.491 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:14.492 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:14.493 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:14.494 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:14.668 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:14.674 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:14.678 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:14.680 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:14.689 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:14.694 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:14.696 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:14.768 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:14.779 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:14.797 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:14.874 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:14.878 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:14.884 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:14.892 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:14.894 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:14.900 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:14.904 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:14.971 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:14.975 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:15.000 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:15.092 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:15.093 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:15.094 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:15.094 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:15.095 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:15.095 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:15.095 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:15.096 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:15.096 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:15.097 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:15.097 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:15.098 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:15.098 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:15.099 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:15.099 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:15,200 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:15,280 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:15,282 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:15,289 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:15,307 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:15,309 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:15,312 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:15,367 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@273e7444 - No compression will be used 11:52:15,372 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:15,372 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:15,374 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:15,380 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:15,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:15,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:15,382 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:15,382 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:15,382 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:15,382 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:15,383 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@70e9c95d - Registering current configuration as safe fallback point 11:52:15.392 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:15.400 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:15.579 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:15.580 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:15.583 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:15.586 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:15.589 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:15.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.592 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:15.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:15.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath)] 11:52:15.592 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.592 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath) 11:52:15.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath)] 11:52:15.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:15.593 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.593 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:15.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:15.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:15.594 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.594 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:15.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:15.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:15.595 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.595 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:15.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:15.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:15.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.596 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:15.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:15.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:15.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.597 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:15.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:15.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:15.597 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.597 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:15.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:15.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:15.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.603 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:15.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:15.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:15.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.604 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:15.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:15.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:15.606 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.609 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:15.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:15.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:15.611 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.611 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:15.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:15.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:15.612 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.612 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:15.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:15.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:15.613 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.613 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:15.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:15.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:15.614 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.614 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:15.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:15.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:15.615 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.615 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:15.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:15.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:15.616 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.616 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:15.616 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:15.671 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:15.671 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:15.676 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:15.676 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:15.679 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:15.680 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:15.680 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@24c22fe w/ reference null 11:52:15.681 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@24c22fe w/ reference null 11:52:15.681 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:15.684 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:15.692 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:15.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath)] 11:52:15.692 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [io-test-bundle (org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath)] 11:52:15.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:15.693 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:15.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:15.694 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:15.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:15.694 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:15.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:15.695 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:15.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:15.696 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:15.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:15.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:15.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:15.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:15.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:15.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:15.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:15.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:15.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:15.702 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:15.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:15.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:15.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:15.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:15.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:15.707 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:15.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:15.709 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:15.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:15.767 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.768 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:15.768 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:15.771 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:15.772 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.772 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:15.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:15.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:15.773 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:15.773 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:52:15.774 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:52:15.775 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:199 - org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest-bundle.properties was not found; using defaults 11:52:15.775 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:511 - Post processing: creating test bundle 11:52:15.775 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 11:52:15.787 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 11:52:15.787 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-ClassPath=.,bundleclasspath/folder/,bundleclasspath/simple.jar,foo, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 11:52:15.788 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:15.789 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 11:52:15.790 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 11:52:15.791 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 11:52:15.792 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 11:52:15.798 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 11:52:15.798 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:15.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:15.804 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:15.804 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:52:15.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:15.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:15.805 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:15.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:15.805 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 11:52:15.805 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:15.807 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:15.807 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.bundle.osgi.io.test.no.root.classpath] does not trigger a context creation. 11:52:15.807 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:15.808 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:15.808 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:15.808 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:15.808 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:15.868 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:15.868 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:15.869 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:15.870 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:15.871 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:15.872 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:15.872 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:15.873 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:15.873 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:15.875 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:15.876 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:15.876 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:15.876 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 11:52:15.876 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 11:52:15.876 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 11:52:15.877 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] to OSGi 11:52:15.887 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] for execution inside OSGi 11:52:15.887 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@28d18df5 11:52:15.888 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:190 - Loading context for locations: 11:52:15.894 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:15 UTC 2024]; root of context hierarchy 11:52:15.898 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:15.912 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6bc407fd: defining beans []; root of factory hierarchy 11:52:15.918 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:15.918 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:15.919 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:15.919 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:15.922 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@10a9d961] 11:52:15.922 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@130e116b] 11:52:15.923 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@66c61024] 11:52:15.925 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:15 UTC 2024]; root of context hierarchy] 11:52:15.968 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Version=0.0.0} 11:52:15.969 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} {URL [bundleresource://21.fwk2028555727:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]} 11:52:16.078 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:16.079 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] 11:52:16.079 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath]'s result read 11:52:16.080 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testAllClassPathFilesOnBundleClassPath] to OSGi 11:52:16.081 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathFilesOnBundleClassPath] for execution inside OSGi 11:52:16.081 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathFilesOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@bcef303 array count is 9 {URL [bundleresource://21.fwk2028555727/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundleresource://21.fwk2028555727:3/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundleresource://21.fwk2028555727:4/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundleresource://21.fwk2028555727:3/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundleresource://21.fwk2028555727:4/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundleresource://21.fwk2028555727:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file], URL [bundleresource://21.fwk2028555727:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundleresource://21.fwk2028555727:2/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundleresource://21.fwk2028555727:2/org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file]} 11:52:16.576 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:16.576 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testAllClassPathFilesOnBundleClassPath] 11:52:16.576 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testAllClassPathFilesOnBundleClassPath]'s result read 11:52:16.577 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnlyInsideFolderClasspath] to OSGi 11:52:16.577 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] for execution inside OSGi 11:52:16.577 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a87f8ec {URL [bundleresource://21.fwk2028555727:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]} 11:52:16.587 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:16.587 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] 11:52:16.587 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnlyInsideFolderClasspath]'s result read 11:52:16.588 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] to OSGi 11:52:16.588 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] for execution inside OSGi 11:52:16.588 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7d1cfb8b 11:52:16.596 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:16.596 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] 11:52:16.597 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder]'s result read 11:52:16.597 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFound] to OSGi 11:52:16.597 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFound] for execution inside OSGi 11:52:16.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInRootNotFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@48e92c5c classpath:root.file resources 11:52:16.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:16.598 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFound] 11:52:16.598 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInRootNotFound]'s result read 11:52:16.599 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInPkgInClassPathFound] to OSGi 11:52:16.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] for execution inside OSGi 11:52:16.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2e1ef60 11:52:16.604 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:16.604 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] 11:52:16.604 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInPkgInClassPathFound]'s result read 11:52:16.604 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testClassPathFilesOnBundleClassPath] to OSGi 11:52:16.605 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathFilesOnBundleClassPath] for execution inside OSGi 11:52:16.605 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClassPathFilesOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@22356acd array count is 5 {URL [bundleresource://21.fwk2028555727/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundleresource://21.fwk2028555727:3/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundleresource://21.fwk2028555727:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file], URL [bundleresource://21.fwk2028555727:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundleresource://21.fwk2028555727:2/org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file]} 11:52:17.009 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.009 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testClassPathFilesOnBundleClassPath] 11:52:17.009 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testClassPathFilesOnBundleClassPath]'s result read 11:52:17.009 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatching] to OSGi 11:52:17.010 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatching] for execution inside OSGi 11:52:17.010 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourcePatternMatching] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@34f22f9d 11:52:17.014 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.014 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatching] 11:52:17.014 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatching]'s result read 11:52:17.015 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideFolderClasspath] to OSGi 11:52:17.015 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideFolderClasspath] for execution inside OSGi 11:52:17.015 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3d1848cc Arrays inside the classpath folder {URL [bundleresource://21.fwk2028555727:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]} 11:52:17.076 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.077 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideFolderClasspath] 11:52:17.077 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideFolderClasspath]'s result read 11:52:17.077 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInClassPathFound] to OSGi 11:52:17.077 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInClassPathFound] for execution inside OSGi 11:52:17.078 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceNestedInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4b6e2263 classpath*:/some/nested/nested.file resources 11:52:17.082 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.082 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInClassPathFound] 11:52:17.082 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInClassPathFound]'s result read 11:52:17.082 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInClassPathFound] to OSGi 11:52:17.082 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInClassPathFound] for execution inside OSGi 11:52:17.083 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@344f4dea classpath*:cp.file resources 11:52:17.086 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.086 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInClassPathFound] 11:52:17.086 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInClassPathFound]'s result read 11:52:17.087 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] to OSGi 11:52:17.087 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] for execution inside OSGi 11:52:17.087 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1b7c473a 11:52:17.091 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.091 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] 11:52:17.091 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRootsSpecifiedFolder]'s result read 11:52:17.091 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testURLConnectionToJarInsideBundle] to OSGi 11:52:17.092 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLConnectionToJarInsideBundle] for execution inside OSGi 11:52:17.092 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testURLConnectionToJarInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5e4bd84a jar:bundleentry://21.fwk2028555727/bundleclasspath/simple.jar!/ jar:bundleentry://21.fwk2028555727/bundleclasspath/simple.jar!/ sun.net.www.protocol.jar.JarURLConnection:jar:bundleentry://21.fwk2028555727/bundleclasspath/simple.jar!/ true /tmp/jar_cache1475530339073554670.tmp jar.file org/eclipse/gemini/blueprint/ org/eclipse/gemini/blueprint/iandt/ org/eclipse/gemini/blueprint/iandt/compliance/ org/eclipse/gemini/blueprint/iandt/compliance/io/ org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:52:17.095 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.095 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testURLConnectionToJarInsideBundle] 11:52:17.096 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testURLConnectionToJarInsideBundle]'s result read 11:52:17.096 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideJarClasspath] to OSGi 11:52:17.096 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideJarClasspath] for execution inside OSGi 11:52:17.096 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableOnlyInsideJarClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5dcb4f5f Arrays inside the jar 11:52:17.100 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.100 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideJarClasspath] 11:52:17.100 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideJarClasspath]'s result read 11:52:17.101 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnBundleClassPath] to OSGi 11:52:17.101 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnBundleClassPath] for execution inside OSGi 11:52:17.101 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7b94089b array count is 4 {URL [bundleresource://21.fwk2028555727:3/fragment.file], URL [bundleresource://21.fwk2028555727:3/fragment1.file], URL [bundleresource://21.fwk2028555727:4/fragment2.file], URL [bundleresource://21.fwk2028555727:2/jar.file]} 11:52:17.171 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.171 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnBundleClassPath] 11:52:17.172 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnBundleClassPath]'s result read 11:52:17.172 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRoots] to OSGi 11:52:17.174 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRoots] for execution inside OSGi 11:52:17.174 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceMultipleRoots] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2dcd168a 11:52:17.181 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.181 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRoots] 11:52:17.181 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRoots]'s result read 11:52:17.182 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnAllBundleClassPath] to OSGi 11:52:17.182 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnAllBundleClassPath] for execution inside OSGi 11:52:17.182 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnAllBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@531f4093 array count is 4 {URL [bundleresource://21.fwk2028555727:3/fragment.file], URL [bundleresource://21.fwk2028555727:3/fragment1.file], URL [bundleresource://21.fwk2028555727:4/fragment2.file], URL [bundleresource://21.fwk2028555727:2/jar.file]} 11:52:17.188 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.189 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnAllBundleClassPath] 11:52:17.189 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnAllBundleClassPath]'s result read 11:52:17.189 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] to OSGi 11:52:17.191 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] for execution inside OSGi 11:52:17.191 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@460ebd80 root.file resources classpath*:root.file resources 11:52:17.195 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:17.195 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] 11:52:17.195 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths]'s result read Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.226 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest 11:52:17.198 [Thread-0] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:471 - Shutting down OSGi platform 11:52:17.198 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:52:17.198 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:15 UTC 2024]; root of context hierarchy 11:52:17.198 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:17.199 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:15 UTC 2024]; root of context hierarchy] 11:52:17.199 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:17.199 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:17.199 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:17.199 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:17.199 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:17.199 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:17.199 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:17.200 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:17.201 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.io.functional.fragments_0.0.0 [21] for sending replayes events; last one was null 11:52:17.201 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [18] for sending replayes events; last one was null 11:52:17.201 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:17.202 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:18,205 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:18,396 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:18,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:18,413 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:18,497 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:18,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:18,504 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:18,511 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used 11:52:18,570 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:18,570 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:18,572 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:18,572 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:18,572 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:18,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:18,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:18,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:18,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:18,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:18,573 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:18,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:18,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:18,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:18,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:18,574 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:18,574 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:18,575 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:18,575 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:18,576 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest 11:52:18.717 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:18.721 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:85 - Instantiating platform wrapper... 11:52:18.722 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:215 - About to start Equinox OSGi Platform 11:52:19.382 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:19.386 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:19.386 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:19.388 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:19.389 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:19.605 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:19.672 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:19.682 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:19.689 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:19.696 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:19.705 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:19.707 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:19.714 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:19.774 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:19.788 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:19.801 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:19.805 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:19.874 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:19.886 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:19.888 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:19.893 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:19.896 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:19.900 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:19.904 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:19.980 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:20.069 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:20.070 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:20.070 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:20.070 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:20.071 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:20.071 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:20.072 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:20.072 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:20.072 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:20.073 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:20.073 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:20.074 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:20.074 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:20.075 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:20.075 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:20,119 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:20,204 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:20,207 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:20,215 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:20,282 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:20,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:20,288 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:20,296 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2d710f1a - No compression will be used 11:52:20,302 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:20,302 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:20,303 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:20,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:20,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:20,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:20,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:20,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:20,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:20,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:20,304 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:20,305 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:20,305 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:20,305 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:20,305 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:20,305 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:20,305 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:20,306 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:20,306 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:20,307 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f6f6701 - Registering current configuration as safe fallback point 11:52:20.318 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:20.377 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:20.509 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:20.510 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:20.514 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:20.517 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:20.520 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:20.571 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.571 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:20.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:20.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:20.572 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.573 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:20.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:20.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:20.573 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.574 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:20.574 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:20.574 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:20.574 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.575 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:20.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:20.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:20.576 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.576 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:20.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:20.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:20.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.577 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:20.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:20.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:20.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.578 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:20.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:20.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:20.580 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.581 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:20.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:20.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:20.582 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.582 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:20.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:20.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:20.589 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.589 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:20.589 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:20.589 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:20.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.592 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:20.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:20.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:20.593 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.593 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:20.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:20.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:20.594 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.594 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:20.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:20.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:20.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.596 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:20.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:20.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:20.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.597 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:20.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:20.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:20.598 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.598 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:20.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:20.606 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:20.607 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:20.613 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:20.613 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:20.616 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:20.617 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:20.618 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3eb91815 w/ reference null 11:52:20.618 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3eb91815 w/ reference null 11:52:20.619 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:20.621 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:20.670 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:20.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:20.672 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.672 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:20.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:20.673 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:20.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:20.674 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.674 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:20.674 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:20.675 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:20.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:20.676 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:20.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:20.677 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:20.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:20.679 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.679 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:20.679 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:20.680 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.681 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:20.681 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:20.682 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.683 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:20.683 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:20.685 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.685 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:20.685 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:20.686 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.686 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:20.686 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:20.687 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.687 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:20.688 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:20.689 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:20.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:20.690 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:20.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:20.691 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:20.692 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:20.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:20.696 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.696 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:20.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:20.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:20.701 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:20.701 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:52:20.702 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:52:20.703 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:199 - org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest-bundle.properties was not found; using defaults 11:52:20.704 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:511 - Post processing: creating test bundle 11:52:20.704 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 11:52:20.717 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 11:52:20.717 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 11:52:20.717 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:20.717 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:20.717 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:20.717 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 11:52:20.718 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 11:52:20.719 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 11:52:20.768 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:52:20.768 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:52:20.768 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 11:52:20.768 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 11:52:20.768 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 11:52:20.777 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 11:52:20.777 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:20.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:20.783 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:20.783 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:52:20.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:20.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:20.784 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:20.784 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:20.784 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 11:52:20.785 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:20.787 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:20.788 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:20.788 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:20.788 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:20.789 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:20.789 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:20.790 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:20.791 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:20.792 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:20.793 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:20.795 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:20.795 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:20.796 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:20.797 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:20.797 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:20.798 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:20.798 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:20.798 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:20.799 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 11:52:20.799 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 11:52:20.799 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 11:52:20.799 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testMetaInfFolder] to OSGi 11:52:20.874 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMetaInfFolder] for execution inside OSGi 11:52:20.875 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMetaInfFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@12a94400 11:52:20.875 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:190 - Loading context for locations: 11:52:20.884 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:20 UTC 2024]; root of context hierarchy 11:52:20.890 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:20.912 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@babafc2: defining beans []; root of factory hierarchy 11:52:20.920 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:20.920 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:20.921 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:20.921 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:20.923 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1869fbd2] 11:52:20.924 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6af9fcb2] 11:52:20.925 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@21337f7b] 11:52:20.927 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:20 UTC 2024]; root of context hierarchy] 11:52:20.929 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Version=0.0.0} 11:52:20.930 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:20.990 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:20.991 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testMetaInfFolder] 11:52:20.992 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testMetaInfFolder]'s result read 11:52:20.993 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testClass] to OSGi 11:52:20.994 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClass] for execution inside OSGi 11:52:20.994 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c7c886c 11:52:20.994 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:20.995 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testClass] 11:52:20.995 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testClass]'s result read 11:52:20.995 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testFolder] to OSGi 11:52:20.996 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolder] for execution inside OSGi 11:52:20.996 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b88ca8c 11:52:20.996 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:20.997 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testFolder] 11:52:20.997 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testFolder]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.283 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest 11:52:21.000 [Thread-0] INFO o.e.g.b.iandt.io.ClassSpaceTest:471 - Shutting down OSGi platform 11:52:21.000 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:52:21.001 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:21.001 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:20 UTC 2024]; root of context hierarchy 11:52:21.001 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:20 UTC 2024]; root of context hierarchy] 11:52:21.001 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:21.001 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:21.002 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:21.002 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:21.002 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:21.002 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:21.002 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:21.003 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:21.004 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.io.functional.fragments_0.0.0 [20] for sending replayes events; last one was null 11:52:21.004 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:21.004 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:21.005 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:22,171 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:22,381 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:22,383 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:22,400 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:22,493 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:22,495 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:22,500 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:22,572 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610694f1 - No compression will be used 11:52:22,579 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:22,580 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:22,581 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:22,581 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:22,581 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:22,581 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:22,582 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:22,583 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:22,583 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:22,583 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:22,583 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:22,584 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6321e813 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.OSGI799Test 11:52:22.714 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:22.717 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:85 - Instantiating platform wrapper... 11:52:22.718 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:215 - About to start Equinox OSGi Platform 11:52:23.291 [main] INFO o.e.g.b.iandt.io.OSGI799Test:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:23.292 [main] INFO o.e.g.b.iandt.io.OSGI799Test:60 - Installing custom bundles... 11:52:23.308 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:23.308 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:23.309 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:23.310 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:23.499 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:23.509 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:23.512 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:23.514 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:23.577 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:23.595 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:23.598 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:23.670 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:23.682 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:23.695 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:23.768 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:23.775 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:23.784 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:23.793 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:23.795 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:23.800 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:23.803 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:23.878 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:23.898 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:23.899 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:23.899 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:23.900 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:23.900 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:23.900 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:23.901 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:23.901 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:23.901 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:23.902 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:23.902 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:23.902 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:23.902 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:23.903 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:23.903 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:24,003 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:24,090 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:24,091 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:24,101 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:24,174 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:24,176 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:24,181 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:24,188 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2d710f1a - No compression will be used 11:52:24,192 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:24,192 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:24,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:24,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:24,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:24,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:24,194 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:24,194 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:24,195 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:24,195 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:24,196 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f6f6701 - Registering current configuration as safe fallback point 11:52:24.205 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:24.212 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:24.395 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:24.396 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:24.399 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:24.402 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:24.406 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:24.408 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.408 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:24.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:24.409 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp)] 11:52:24.409 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.409 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp) 11:52:24.409 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp)] 11:52:24.409 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp)] 11:52:24.410 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.410 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp) 11:52:24.410 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp)] 11:52:24.410 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:24.410 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.411 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:24.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:24.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:24.411 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.411 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:24.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:24.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:24.412 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.412 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:24.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:24.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:24.413 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.413 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:24.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:24.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:24.413 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.414 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:24.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:24.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:24.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.414 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:24.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:24.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:24.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.415 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:24.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:24.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:24.416 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.416 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:24.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:24.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:24.418 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.418 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:24.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:24.421 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:24.478 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.478 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:24.479 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:24.479 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:24.479 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.479 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:24.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:24.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:24.481 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.481 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:24.481 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:24.481 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:24.482 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.482 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:24.482 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:24.483 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:24.483 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.483 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:24.483 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:24.483 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:24.484 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.484 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:24.484 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:24.490 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:24.491 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:24.495 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:24.496 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:24.498 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:24.499 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:24.500 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3eb91815 w/ reference null 11:52:24.500 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3eb91815 w/ reference null 11:52:24.501 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:24.504 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:24.511 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:24.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp)] 11:52:24.512 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-799-exp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp)] 11:52:24.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp)] 11:52:24.513 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-799-imp (org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp)] 11:52:24.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:24.513 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:24.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:24.514 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:24.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:24.514 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:24.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:24.515 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:24.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:24.516 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:24.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:24.517 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:24.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:24.518 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:24.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:24.519 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:24.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:24.520 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.520 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:24.520 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:24.569 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:24.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:24.571 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:24.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:24.572 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:24.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:24.574 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:24.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:24.575 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:24.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:24.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:24.578 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:24.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:24.583 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.583 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:24.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:24.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:24.584 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.584 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:24.586 [main] INFO o.e.g.b.iandt.io.OSGI799Test:199 - org/eclipse/gemini/blueprint/iandt/io/OSGI799Test-bundle.properties was not found; using defaults 11:52:24.586 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:511 - Post processing: creating test bundle 11:52:24.601 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 11:52:24.601 [main] INFO o.e.g.b.iandt.io.OSGI799Test:202 - Automatically creating Manifest for the test bundle 11:52:24.602 [main] INFO o.e.g.b.iandt.io.OSGI799Test:366 - Using the test class for generating bundle imports 11:52:24.603 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:52:24.603 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing OSGI799Test bytecode to determine imports... 11:52:24.606 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class OSGI799Test 11:52:24.615 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:24.615 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing BaseIoTest bytecode to determine imports... 11:52:24.615 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIoTest 11:52:24.617 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:24.617 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:52:24.617 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest 11:52:24.670 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:24.671 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:52:24.671 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$PermissionManager 11:52:24.672 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:24.673 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:52:24.673 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:52:24.674 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:52:24.674 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:52:24.674 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.io, java.lang, org.osgi.framework, org.apache.commons.logging, java.io, org.springframework.util, org.springframework.core.io.support, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.io, org.springframework.core.io, java.util, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.osgi.service.permissionadmin, java.net} 11:52:24.674 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.io, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 11:52:24.675 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:52:24.675 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:282 - Filtered imports are [org.osgi.framework, org.apache.commons.logging, org.springframework.util, org.springframework.core.io.support, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.io, org.springframework.core.io, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.osgi.service.permissionadmin] 11:52:24.675 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-Name=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.springframework.util,org.springframework.core.io.support,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.io,org.springframework.core.io,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:52:24.675 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-Name=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.springframework.util,org.springframework.core.io.support,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.io,org.springframework.core.io,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:52:24.676 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:24.676 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:24.676 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 11:52:24.676 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 11:52:24.676 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 11:52:24.676 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 11:52:24.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 11:52:24.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 11:52:24.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 11:52:24.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 11:52:24.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 11:52:24.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 11:52:24.677 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 11:52:24.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 11:52:24.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:24.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:24.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:24.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:24.678 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:24.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:24.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:24.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:24.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:52:24.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:24.679 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 11:52:24.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:52:24.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 11:52:24.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 11:52:24.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 11:52:24.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 11:52:24.680 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 11:52:24.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 11:52:24.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 11:52:24.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:52:24.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 11:52:24.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 11:52:24.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:52:24.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:52:24.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 11:52:24.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 11:52:24.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 11:52:24.689 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:557 - Test bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] successfully installed 11:52:24.690 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:24.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] 11:52:24.693 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:24.693 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test) 11:52:24.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] 11:52:24.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] 11:52:24.694 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:24.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] 11:52:24.694 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:562 - Test bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test)] successfully started 11:52:24.694 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:24.696 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:24.696 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.exp] does not trigger a context creation. 11:52:24.696 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.bundle.osgi.io.test.osgi799.imp] does not trigger a context creation. 11:52:24.696 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:24.697 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:24.697 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:24.697 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:24.697 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:24.697 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:24.698 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:24.698 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:24.699 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:24.700 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:24.701 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:24.701 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:24.702 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:24.702 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:24.702 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:24.702 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:24.705 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:24.705 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test] does not trigger a context creation. 11:52:24.705 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomPatternFoldersCP] to OSGi 11:52:24.715 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomPatternFoldersCP] for execution inside OSGi 11:52:24.715 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomPatternFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1f75a668 11:52:24.715 [main] INFO o.e.g.b.iandt.io.OSGI799Test:190 - Loading context for locations: 11:52:24.775 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): startup date [Wed Jan 17 11:52:24 UTC 2024]; root of context hierarchy 11:52:24.781 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:24.796 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@7d446ed1: defining beans []; root of factory hierarchy 11:52:24.803 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:24.803 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:24.804 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:24.804 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:24.807 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@265adfad] 11:52:24.807 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@a3d9978] 11:52:24.809 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@9ebe38b] 11:52:24.811 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): startup date [Wed Jan 17 11:52:24 UTC 2024]; root of context hierarchy] 11:52:24.812 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, org.springframework.context.service.name=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-SymbolicName=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, Bundle-Version=0.0.0} 11:52:24.813 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} [URL [bundleresource://1.fwk932285561/cp/some/path/cp/cp.res], URL [bundleresource://1.fwk932285561/cp/some/path/cp/], URL [bundleresource://1.fwk932285561/some/path/root/root.res], URL [bundleresource://1.fwk932285561/some/path/root/], URL [bundleresource://1.fwk932285561:1/some/path/cp/cp.res], URL [bundleresource://1.fwk932285561:1/some/path/cp/], URL [bundleresource://1.fwk932285561:2/some/path/nested/], URL [bundleresource://1.fwk932285561:2/some/path/nested/nested.res]] 11:52:24.971 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:24.972 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomPatternFoldersCP] 11:52:24.973 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomPatternFoldersCP]'s result read 11:52:24.974 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomPatternFoldersCP] to OSGi 11:52:24.974 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomPatternFoldersCP] for execution inside OSGi 11:52:24.975 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterCustomPatternFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1b7c473a [URL [bundleresource://1.fwk932285561/some/path/root/root.res], URL [bundleresource://1.fwk932285561:1/some/path/cp/cp.res], URL [bundleresource://1.fwk932285561:1/some/path/cp/], URL [bundleresource://1.fwk932285561:2/some/path/nested/], URL [bundleresource://1.fwk932285561:2/some/path/nested/nested.res]] 11:52:24.987 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:24.987 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomPatternFoldersCP] 11:52:24.987 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomPatternFoldersCP]'s result read 11:52:24.988 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImportedCustomCP] to OSGi 11:52:24.988 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportedCustomCP] for execution inside OSGi 11:52:24.988 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImportedCustomCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@24111ef1 [URL [bundleresource://1.fwk932285561/some/path/root/root.res], URL [bundleresource://1.fwk932285561:1/some/path/cp/cp.res], URL [bundleresource://1.fwk932285561:2/some/path/nested/nested.res]] 11:52:24.996 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:24.996 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImportedCustomCP] 11:52:24.996 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImportedCustomCP]'s result read 11:52:24.996 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomFoldersCP] to OSGi 11:52:24.997 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomFoldersCP] for execution inside OSGi 11:52:24.997 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterCustomFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7ca20101 [URL [bundleresource://1.fwk932285561/some/path/root/root.res], URL [bundleresource://1.fwk932285561:1/some/path/cp/cp.res], URL [bundleresource://1.fwk932285561:1/some/path/cp/], URL [bundleresource://1.fwk932285561:2/some/path/nested/], URL [bundleresource://1.fwk932285561:2/some/path/nested/nested.res]] 11:52:25.004 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:25.004 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomFoldersCP] 11:52:25.004 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomFoldersCP]'s result read 11:52:25.004 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomFoldersCP] to OSGi 11:52:25.004 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomFoldersCP] for execution inside OSGi 11:52:25.005 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2dcd168a [URL [bundleresource://1.fwk932285561/cp/some/path/cp/cp.res], URL [bundleresource://1.fwk932285561/cp/some/path/cp/], URL [bundleresource://1.fwk932285561/some/path/root/root.res], URL [bundleresource://1.fwk932285561/some/path/root/], URL [bundleresource://1.fwk932285561:1/some/path/cp/cp.res], URL [bundleresource://1.fwk932285561:1/some/path/cp/], URL [bundleresource://1.fwk932285561:2/some/path/nested/], URL [bundleresource://1.fwk932285561:2/some/path/nested/nested.res]] 11:52:25.011 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:25.011 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomFoldersCP] 11:52:25.011 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomFoldersCP]'s result read 11:52:25.011 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomCP] to OSGi 11:52:25.068 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomCP] for execution inside OSGi 11:52:25.068 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7803bfd [URL [bundleresource://1.fwk932285561/some/path/root/root.res], URL [bundleresource://1.fwk932285561:1/some/path/cp/cp.res], URL [bundleresource://1.fwk932285561:2/some/path/nested/nested.res]] 11:52:25.080 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:25.080 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomCP] 11:52:25.081 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomCP]'s result read Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.37 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI799Test 11:52:25.083 [Thread-0] INFO o.e.g.b.iandt.io.OSGI799Test:471 - Shutting down OSGi platform 11:52:25.084 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test (TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test) 11:52:25.084 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): startup date [Wed Jan 17 11:52:24 UTC 2024]; root of context hierarchy 11:52:25.084 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:25.084 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test, config=): startup date [Wed Jan 17 11:52:24 UTC 2024]; root of context hierarchy] 11:52:25.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:25.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:25.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:25.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:25.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:25.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:25.086 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:25.086 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:25.087 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testExportedCustomPatternFoldersCP-org.eclipse.gemini.blueprint.iandt.io.OSGI799Test_0.0.0 [20] for sending replayes events; last one was null 11:52:25.087 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [19] for sending replayes events; last one was null 11:52:25.087 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:25.088 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:26,179 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:26,421 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:26,471 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:26,495 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:26,590 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:26,592 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:26,596 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:26,604 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:52:26,670 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:26,670 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:26,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:26,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:26,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:26,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:26,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:26,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:26,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:26,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:26,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:26,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:26,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:26,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:26,674 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:26,674 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:26,675 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:26,675 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:26,676 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:26,677 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.BundleJarTest 11:52:26.819 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:26.823 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:85 - Instantiating platform wrapper... 11:52:26.824 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:215 - About to start Equinox OSGi Platform 11:52:27.498 [main] INFO o.e.g.b.iandt.io.BundleJarTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:27.501 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:27.502 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:27.503 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:27.504 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:27.774 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:27.791 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:27.795 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:27.797 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:27.804 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:27.872 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:27.875 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:27.886 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:27.896 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:27.980 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:27.996 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:28.000 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:28.005 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:28.078 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:28.081 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:28.086 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:28.089 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:28.093 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:28.095 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:28.176 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:28.204 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:28.205 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:28.205 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:28.205 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:28.206 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:28.206 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:28.206 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:28.206 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:28.207 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:28.207 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:28.207 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:28.207 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:28.208 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:28.208 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:28.208 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:28,303 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:28,376 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:28,379 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:28,388 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:28,406 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:28,407 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:28,410 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:28,469 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6bd61f98 - No compression will be used 11:52:28,475 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:28,475 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:28,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:28,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:28,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:28,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:28,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:28,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:28,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:28,477 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:28,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:28,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:28,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:28,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:28,478 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:28,478 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:28,478 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:28,479 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:28,479 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:28,480 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5a45133e - Registering current configuration as safe fallback point 11:52:28.496 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:28.503 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:28.617 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:28.618 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:28.672 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:28.675 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:28.680 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:28.684 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.684 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:28.685 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:28.685 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:28.686 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.686 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:28.686 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:28.687 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:28.687 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.687 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:28.687 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:28.687 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:28.688 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.688 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:28.688 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:28.688 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:28.689 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.689 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:28.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:28.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:28.689 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.689 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:28.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:28.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:28.690 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.690 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:28.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:28.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:28.691 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.691 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:28.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:28.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:28.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.697 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:28.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:28.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:28.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.700 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:28.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:28.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:28.702 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.703 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:28.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:28.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:28.704 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.704 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:28.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:28.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:28.709 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.709 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:28.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:28.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:28.711 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.711 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:28.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:28.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:28.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.712 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:28.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:28.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:28.713 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.714 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:28.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:28.777 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:28.777 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:28.783 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:28.783 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:28.786 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:28.787 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:28.787 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@27912e3 w/ reference null 11:52:28.788 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@27912e3 w/ reference null 11:52:28.788 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:28.791 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:28.798 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:28.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:28.799 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:28.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:28.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:28.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:28.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:28.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:28.801 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:28.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:28.802 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:28.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:28.802 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.803 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:28.803 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:28.803 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:28.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:28.805 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:28.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:28.806 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:28.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:28.807 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:28.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:28.808 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:28.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:28.809 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:28.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:28.810 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.810 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:28.810 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:28.811 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.811 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:28.811 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:28.815 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.815 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:28.815 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:28.818 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:28.819 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.819 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:28.819 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:28.819 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:28.820 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.820 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:28.820 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:52:28.820 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:52:28.822 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:52:28.822 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:511 - Post processing: creating test bundle 11:52:28.822 [main] INFO o.e.g.b.iandt.io.BundleJarTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 11:52:28.885 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 11:52:28.886 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 11:52:28.886 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:28.886 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:28.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:28.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:28.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:28.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:28.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:28.887 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:28.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:28.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:28.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:52:28.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:28.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 11:52:28.888 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:52:28.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 11:52:28.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 11:52:28.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 11:52:28.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 11:52:28.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 11:52:28.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 11:52:28.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 11:52:28.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:52:28.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 11:52:28.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 11:52:28.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:52:28.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:52:28.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 11:52:28.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 11:52:28.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 11:52:28.899 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 11:52:28.900 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:28.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:28.905 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:28.905 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:52:28.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:28.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:28.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:28.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:28.907 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 11:52:28.907 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:28.969 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:28.970 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:28.970 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:28.970 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:28.971 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:28.971 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:28.971 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:28.972 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:28.973 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:28.975 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:28.977 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:28.978 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:28.978 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:28.979 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:28.980 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:28.980 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:28.981 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:28.982 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:28.982 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 11:52:28.982 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 11:52:28.982 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 11:52:28.983 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnlyWithFolderLevelWildcard] to OSGi 11:52:28.996 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnlyWithFolderLevelWildcard] for execution inside OSGi 11:52:28.997 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromJarOnlyWithFolderLevelWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c51f34b 11:52:28.997 [main] INFO o.e.g.b.iandt.io.BundleJarTest:190 - Loading context for locations: 11:52:29.006 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:29 UTC 2024]; root of context hierarchy 11:52:29.013 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:29.027 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@7922d892: defining beans []; root of factory hierarchy 11:52:29.033 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:29.034 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:29.034 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:29.035 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:29.070 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1046d517] 11:52:29.071 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3b7d3a38] 11:52:29.074 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4ae9cfc1] 11:52:29.076 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:29 UTC 2024]; root of context hierarchy] 11:52:29.079 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Version=0.0.0} 11:52:29.080 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:29.108 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:29.108 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnlyWithFolderLevelWildcard] 11:52:29.109 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnlyWithFolderLevelWildcard]'s result read 11:52:29.110 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourcesFromWildCardWithAndWithoutLeadingSlash] to OSGi 11:52:29.110 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourcesFromWildCardWithAndWithoutLeadingSlash] for execution inside OSGi 11:52:29.110 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourcesFromWildCardWithAndWithoutLeadingSlash] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@52c3cb31 11:52:29.112 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:29.113 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourcesFromWildCardWithAndWithoutLeadingSlash] 11:52:29.113 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourcesFromWildCardWithAndWithoutLeadingSlash]'s result read 11:52:29.113 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnly] to OSGi 11:52:29.113 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnly] for execution inside OSGi 11:52:29.114 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromJarOnly] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4b79ac84 11:52:29.114 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:29.114 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnly] 11:52:29.114 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnly]'s result read 11:52:29.168 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] to OSGi 11:52:29.169 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] for execution inside OSGi 11:52:29.169 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@21fd5faa 11:52:29.175 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:29.176 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] 11:52:29.176 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFolderLevelFromFragmentsIgnored]'s result read 11:52:29.177 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testLastModifiedWhileUsingJustTheOSGiAPI] to OSGi 11:52:29.177 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLastModifiedWhileUsingJustTheOSGiAPI] for execution inside OSGi 11:52:29.178 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLastModifiedWhileUsingJustTheOSGiAPI] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2766ca9d 11:52:29.178 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:29.179 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testLastModifiedWhileUsingJustTheOSGiAPI] 11:52:29.179 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testLastModifiedWhileUsingJustTheOSGiAPI]'s result read 11:52:29.179 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] to OSGi 11:52:29.179 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] for execution inside OSGi 11:52:29.180 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5460cf3a 11:52:29.180 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:29.180 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] 11:52:29.181 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFileLevelFromFragmentsIgnored]'s result read 11:52:29.181 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromFragmentsIgnored] to OSGi 11:52:29.181 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromFragmentsIgnored] for execution inside OSGi 11:52:29.181 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65a15628 11:52:29.182 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:29.182 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromFragmentsIgnored] 11:52:29.182 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromFragmentsIgnored]'s result read Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.367 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleJarTest 11:52:29.185 [Thread-0] INFO o.e.g.b.iandt.io.BundleJarTest:471 - Shutting down OSGi platform 11:52:29.185 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:52:29.185 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:29.185 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:29 UTC 2024]; root of context hierarchy 11:52:29.186 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:29 UTC 2024]; root of context hierarchy] 11:52:29.186 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:29.186 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:29.186 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:29.186 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:29.186 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:29.186 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:29.186 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:29.187 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:29.187 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.io.functional.fragments_0.0.0 [20] for sending replayes events; last one was null 11:52:29.188 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:29.188 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:29.189 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:30,302 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:30,502 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:30,504 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:30,518 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:30,598 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:30,600 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:30,604 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:30,669 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3dd4520b - No compression will be used 11:52:30,676 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:30,676 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:30,678 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:30,678 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:30,680 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:30,680 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:30,681 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:30,681 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:30,682 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3a883ce7 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.OSGI723Test 11:52:30.872 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:30.878 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:85 - Instantiating platform wrapper... 11:52:30.879 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:215 - About to start Equinox OSGi Platform 11:52:31.383 [main] INFO o.e.g.b.iandt.io.OSGI723Test:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:31.383 [main] INFO o.e.g.b.iandt.io.OSGI723Test:55 - Installing OSGi-723 bundle... Bundle start Bundle issue.osgi-723 entries: bundleentry://1.fwk1543148593/META-INF/ bundleentry://1.fwk1543148593/META-INF/MANIFEST.MF bundleentry://1.fwk1543148593/META-INF/maven/ bundleentry://1.fwk1543148593/META-INF/maven/issue/ bundleentry://1.fwk1543148593/META-INF/maven/issue/osgi-723/ bundleentry://1.fwk1543148593/META-INF/maven/issue/osgi-723/pom.properties bundleentry://1.fwk1543148593/META-INF/maven/issue/osgi-723/pom.xml bundleentry://1.fwk1543148593/issue/ bundleentry://1.fwk1543148593/issue/Dummy.class bundleentry://1.fwk1543148593/issue/OSGI_723.class bundleentry://1.fwk1543148593/WEB-INF/ bundleentry://1.fwk1543148593/WEB-INF/web.xml 11:52:31.411 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:31.412 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:31.413 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:31.413 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:31.575 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:31.584 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:31.586 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:31.590 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:31.596 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:31.601 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:31.603 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:31.674 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:31.684 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:31.695 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:31.768 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:31.774 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:31.784 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:31.794 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:31.796 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:31.801 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:31.804 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:31.891 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:31.907 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:31.907 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:31.908 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:31.908 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:31.908 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:31.909 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:31.909 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:31.909 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:31.910 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:31.910 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:31.910 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:31.910 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:31.911 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:31.911 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:31.911 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:31,988 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:32,015 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:32,016 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:32,078 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:32,095 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:32,097 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:32,099 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:32,106 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@55634720 - No compression will be used 11:52:32,109 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:32,109 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:32,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:32,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:32,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:32,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:32,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:32,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:32,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:32,111 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:32,112 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:32,112 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:32,112 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:32,112 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:32,112 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:32,112 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:32,112 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:32,113 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:32,113 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:32,113 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@272113c4 - Registering current configuration as safe fallback point 11:52:32.174 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:32.182 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:32.299 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:32.300 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:32.303 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:32.306 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:32.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:32.374 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.375 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:32.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:32.375 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 11:52:32.375 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=issue.osgi-723]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.376 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=issue.osgi-723]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle osgi-723 (issue.osgi-723) 11:52:32.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 11:52:32.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:32.377 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.377 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:32.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:32.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:32.378 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.378 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:32.379 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:32.379 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:32.379 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.380 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:32.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:32.380 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:32.381 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.381 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:32.382 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:32.382 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:32.382 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.383 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:32.383 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:32.383 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:32.383 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.384 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:32.384 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:32.384 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:32.385 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.385 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:32.386 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:32.386 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:32.386 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.387 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:32.387 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:32.387 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:32.388 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.388 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:32.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:32.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:32.394 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.394 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:32.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:32.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:32.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.395 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:32.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:32.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:32.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.399 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:32.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:32.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:32.400 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.400 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:32.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:32.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:32.401 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.401 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:32.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:32.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:32.402 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.402 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:32.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:32.409 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:32.409 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:32.413 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:32.414 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:32.416 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:32.417 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:32.418 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@57a3e26a w/ reference null 11:52:32.418 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@57a3e26a w/ reference null 11:52:32.468 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:32.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:32.482 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.483 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:32.483 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 11:52:32.483 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=issue.osgi-723]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.483 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 11:52:32.484 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:32.484 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.484 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:32.484 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:32.485 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.485 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:32.485 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:32.485 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.485 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:32.485 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:32.486 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.486 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:32.486 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:32.487 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.487 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:32.487 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:32.487 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.487 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:32.487 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:32.488 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.489 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:32.489 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:32.490 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.490 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:32.490 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:32.491 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.491 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:32.491 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:32.492 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:32.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:32.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:32.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:32.494 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:32.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:32.495 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.495 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:32.495 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:32.496 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:32.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:32.497 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:32.497 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:32.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:32.501 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.501 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:32.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:32.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:32.502 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.502 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:32.503 [main] INFO o.e.g.b.iandt.io.OSGI723Test:199 - org/eclipse/gemini/blueprint/iandt/io/OSGI723Test-bundle.properties was not found; using defaults 11:52:32.504 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:511 - Post processing: creating test bundle 11:52:32.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 11:52:32.570 [main] INFO o.e.g.b.iandt.io.OSGI723Test:202 - Automatically creating Manifest for the test bundle 11:52:32.571 [main] INFO o.e.g.b.iandt.io.OSGI723Test:366 - Using the test class for generating bundle imports 11:52:32.573 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:52:32.573 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing OSGI723Test bytecode to determine imports... 11:52:32.576 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class OSGI723Test 11:52:32.587 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:32.587 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing BaseIoTest bytecode to determine imports... 11:52:32.587 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIoTest 11:52:32.589 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:32.589 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:52:32.589 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest 11:52:32.591 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:32.591 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:52:32.591 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$PermissionManager 11:52:32.592 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:32.592 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:52:32.592 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:52:32.592 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:52:32.592 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:52:32.593 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.io, java.lang, org.osgi.framework, org.apache.commons.logging, java.io, java.util, java.net, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.iandt, org.springframework.core.io, org.springframework.core.io.support, org.eclipse.gemini.blueprint.io, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.osgi.service.permissionadmin} 11:52:32.593 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.io, java.lang, java.io, java.util, java.net, java.util.jar, java.security, java.lang.reflect] 11:52:32.593 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:52:32.593 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:282 - Filtered imports are [org.osgi.framework, org.apache.commons.logging, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test.platform, org.springframework.core.io, org.springframework.core.io.support, org.eclipse.gemini.blueprint.io, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.osgi.service.permissionadmin] 11:52:32.593 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-Name=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test.platform,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:52:32.593 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-Name=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.apache.commons.logging,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test.platform,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:52:32.593 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:32.593 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:32.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 11:52:32.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:52:32.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:52:32.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 11:52:32.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 11:52:32.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 11:52:32.602 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:557 - Test bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] successfully installed 11:52:32.602 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:32.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] 11:52:32.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:32.605 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test) 11:52:32.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] 11:52:32.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] 11:52:32.605 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:32.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] 11:52:32.606 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:562 - Test bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test)] successfully started 11:52:32.606 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:32.607 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:32.608 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [issue.osgi-723] does not trigger a context creation. 11:52:32.608 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:32.608 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:32.608 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:32.609 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:32.609 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:32.609 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:32.609 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:32.610 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:32.668 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:32.670 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:32.671 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:32.672 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:32.673 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:32.674 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:32.675 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:32.675 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:32.676 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:32.676 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test] does not trigger a context creation. 11:52:32.677 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:364 - Writing test name [testSpecialBundle] to OSGi 11:52:32.691 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSpecialBundle] for execution inside OSGi 11:52:32.692 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSpecialBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1ae8bcbc 11:52:32.692 [main] INFO o.e.g.b.iandt.io.OSGI723Test:190 - Loading context for locations: 11:52:32.698 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): startup date [Wed Jan 17 11:52:32 UTC 2024]; root of context hierarchy 11:52:32.702 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:32.715 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5b367418: defining beans []; root of factory hierarchy 11:52:32.722 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:32.722 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:32.723 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:32.724 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:32.727 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@61fe30] 11:52:32.727 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@c9d0d6] 11:52:32.729 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3b96c42e] 11:52:32.769 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): startup date [Wed Jan 17 11:52:32 UTC 2024]; root of context hierarchy] 11:52:32.771 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, org.springframework.context.service.name=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-SymbolicName=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, Bundle-Version=0.0.0} 11:52:32.773 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} issue.osgi-723_1.0.0.SNAPSHOT [1] /tmp/tomcat-bla3615720909392475891.osgi/META-INF Copying bundleentry://1.fwk1543148593/META-INF/MANIFEST.MF to /tmp/tomcat-bla3615720909392475891.osgi/META-INF/MANIFEST.MF /tmp/tomcat-bla3615720909392475891.osgi/META-INF/maven/issue/osgi-723 Copying bundleentry://1.fwk1543148593/META-INF/maven/issue/osgi-723/pom.properties to /tmp/tomcat-bla3615720909392475891.osgi/META-INF/maven/issue/osgi-723/pom.properties /tmp/tomcat-bla3615720909392475891.osgi/META-INF/maven/issue/osgi-723 Copying bundleentry://1.fwk1543148593/META-INF/maven/issue/osgi-723/pom.xml to /tmp/tomcat-bla3615720909392475891.osgi/META-INF/maven/issue/osgi-723/pom.xml /tmp/tomcat-bla3615720909392475891.osgi/issue Copying bundleentry://1.fwk1543148593/issue/Dummy.class to /tmp/tomcat-bla3615720909392475891.osgi/issue/Dummy.class /tmp/tomcat-bla3615720909392475891.osgi/issue Copying bundleentry://1.fwk1543148593/issue/OSGI_723.class to /tmp/tomcat-bla3615720909392475891.osgi/issue/OSGI_723.class /tmp/tomcat-bla3615720909392475891.osgi/WEB-INF Copying bundleentry://1.fwk1543148593/WEB-INF/web.xml to /tmp/tomcat-bla3615720909392475891.osgi/WEB-INF/web.xml 11:52:32.804 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:32.805 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:440 - Reading OSGi results for test [testSpecialBundle] 11:52:32.805 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:447 - Test[testSpecialBundle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.984 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI723Test 11:52:32.876 [Thread-0] INFO o.e.g.b.iandt.io.OSGI723Test:471 - Shutting down OSGi platform 11:52:32.877 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test (TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test) 11:52:32.877 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): startup date [Wed Jan 17 11:52:32 UTC 2024]; root of context hierarchy 11:52:32.877 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:32.877 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test, config=): startup date [Wed Jan 17 11:52:32 UTC 2024]; root of context hierarchy] 11:52:32.878 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:32.878 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:32.878 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:32.878 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:32.879 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:32.879 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:32.879 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:32.880 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:32.881 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testSpecialBundle-org.eclipse.gemini.blueprint.iandt.io.OSGI723Test_0.0.0 [19] for sending replayes events; last one was null 11:52:32.881 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [18] for sending replayes events; last one was null 11:52:32.882 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:32.882 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:33,877 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:34,071 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:34,074 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:34,091 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:34,184 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:34,185 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:34,189 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:34,195 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:52:34,199 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:34,199 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:34,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:34,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:34,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:34,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:34,200 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:34,201 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:34,201 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:34,202 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:34,202 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:34,203 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest 11:52:34.409 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:34.471 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:85 - Instantiating platform wrapper... 11:52:34.472 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:215 - About to start Equinox OSGi Platform 11:52:34.926 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:34.929 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:34.930 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:34.931 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:34.931 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:35.101 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:35.109 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:35.170 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:35.173 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:35.182 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:35.187 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:35.192 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:35.198 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:35.205 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:35.285 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:35.299 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:35.302 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:35.307 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:35.380 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:35.383 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:35.389 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:35.399 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:35.480 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:35.576 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:35.577 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:35.578 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:35.578 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:35.579 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:35.580 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:35.580 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:35.581 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:35.581 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:35.582 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:35.582 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:35.583 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:35.584 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:35.584 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:35.585 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:35,675 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:35,710 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:35,712 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:35,721 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:35,787 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:35,788 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:35,791 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:35,797 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used 11:52:35,801 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:35,801 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:35,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:35,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:35,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:35,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:35,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:35,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:35,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:35,802 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:35,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:35,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:35,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:35,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:35,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:35,803 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:35,803 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:35,803 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:35,804 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:35,804 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point 11:52:35.813 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:35.820 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:35.997 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:35.998 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:36.003 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:36.006 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:36.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:36.013 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.014 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:36.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:36.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:36.014 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.015 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:36.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:36.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:36.016 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.016 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:36.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:36.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:36.017 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.017 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:36.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:36.018 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:36.018 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.018 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:36.018 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:36.019 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:36.019 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.019 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:36.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:36.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:36.020 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.020 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:36.021 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:36.021 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:36.068 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.068 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:36.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:36.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:36.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.070 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:36.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:36.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:36.073 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.074 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:36.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:36.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:36.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.082 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:36.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:36.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:36.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.083 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:36.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:36.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:36.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.084 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:36.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:36.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:36.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:36.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:36.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:36.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.088 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:36.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:36.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:36.089 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.089 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:36.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:36.096 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:36.096 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:36.101 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:36.101 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:36.104 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:36.105 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:36.105 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:52:36.105 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:52:36.106 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:36.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:36.116 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:36.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:36.117 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:36.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:36.117 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:36.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:36.118 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:36.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:36.119 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:36.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:36.119 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:36.120 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:36.120 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.120 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:36.120 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:36.121 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.121 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:36.121 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:36.122 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.122 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:36.122 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:36.123 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.123 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:36.124 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:36.125 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.125 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:36.125 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:36.125 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.126 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:36.126 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:36.126 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.168 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:36.168 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:36.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:36.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:36.171 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:36.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:36.174 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:36.175 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:36.181 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:36.182 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.182 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:36.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:36.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:36.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:36.185 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:199 - org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest-bundle.properties was not found; using defaults 11:52:36.185 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:511 - Post processing: creating test bundle 11:52:36.197 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 11:52:36.198 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:202 - Automatically creating Manifest for the test bundle 11:52:36.198 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:366 - Using the test class for generating bundle imports 11:52:36.199 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:52:36.199 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing InvalidLocationsTest bytecode to determine imports... 11:52:36.202 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class InvalidLocationsTest 11:52:36.210 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:36.210 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt.io] is part of the test archive; parsing BaseIoTest bytecode to determine imports... 11:52:36.210 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIoTest 11:52:36.270 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:36.270 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:52:36.271 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest 11:52:36.273 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:36.274 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:52:36.274 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:52:36.276 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:36.276 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:52:36.276 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:52:36.277 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:52:36.277 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:52:36.278 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.io, java.lang, org.springframework.core.io, org.springframework.core.io.support, org.eclipse.gemini.blueprint.io, org.osgi.framework, java.io, org.springframework.util, org.eclipse.gemini.blueprint.iandt, java.util, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util, java.net} 11:52:36.278 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.io, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 11:52:36.278 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:52:36.278 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:282 - Filtered imports are [org.springframework.core.io, org.springframework.core.io.support, org.eclipse.gemini.blueprint.io, org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util] 11:52:36.279 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-Name=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 11:52:36.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-Name=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.osgi.service.permissionadmin;resolution:=optional,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 11:52:36.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:36.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:36.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:36.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:36.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:36.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:36.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:36.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:36.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:36.281 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:36.281 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:52:36.281 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:36.281 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 11:52:36.281 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:52:36.281 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:52:36.282 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:52:36.283 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 11:52:36.283 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 11:52:36.283 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 11:52:36.290 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:557 - Test bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] successfully installed 11:52:36.291 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:36.294 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] 11:52:36.294 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:36.294 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest) 11:52:36.294 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] 11:52:36.295 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] 11:52:36.295 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:36.295 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] 11:52:36.295 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:562 - Test bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest)] successfully started 11:52:36.296 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:36.297 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:36.298 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:36.298 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:36.298 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:36.299 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:36.299 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:36.299 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:36.300 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:36.301 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:36.301 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:36.303 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:36.303 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:36.303 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:36.304 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:36.304 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:36.368 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:36.369 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:36.370 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:36.370 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest] does not trigger a context creation. 11:52:36.371 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultClassLoader] to OSGi 11:52:36.385 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultClassLoader] for execution inside OSGi 11:52:36.385 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDefaultClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@934b6cb 11:52:36.386 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:190 - Loading context for locations: 11:52:36.395 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): startup date [Wed Jan 17 11:52:36 UTC 2024]; root of context hierarchy 11:52:36.399 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:36.414 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@291f18: defining beans []; root of factory hierarchy 11:52:36.421 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:36.421 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:36.422 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:36.422 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:36.425 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@130e116b] 11:52:36.425 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@e383572] 11:52:36.427 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61fe30] 11:52:36.470 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): startup date [Wed Jan 17 11:52:36 UTC 2024]; root of context hierarchy] 11:52:36.472 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, org.springframework.context.service.name=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-SymbolicName=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, Bundle-Version=0.0.0} 11:52:36.474 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:36.529 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:36.530 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultClassLoader] 11:52:36.568 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultClassLoader]'s result read 11:52:36.569 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testPatternResourceLoader] to OSGi 11:52:36.570 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testPatternResourceLoader] for execution inside OSGi 11:52:36.570 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testPatternResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@740d2e78 11:52:36.571 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:36.571 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testPatternResourceLoader] 11:52:36.571 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testPatternResourceLoader]'s result read 11:52:36.572 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultPatternResourceLoader] to OSGi 11:52:36.572 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultPatternResourceLoader] for execution inside OSGi 11:52:36.573 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDefaultPatternResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1c481ff2 11:52:36.573 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:36.573 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultPatternResourceLoader] 11:52:36.574 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultPatternResourceLoader]'s result read 11:52:36.574 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testOsgiResourceLoader] to OSGi 11:52:36.575 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiResourceLoader] for execution inside OSGi 11:52:36.575 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOsgiResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@72437d8d 11:52:36.576 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:36.576 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testOsgiResourceLoader] 11:52:36.576 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testOsgiResourceLoader]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.171 sec - in org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest 11:52:36.579 [Thread-0] INFO o.e.g.b.i.i.InvalidLocationsTest:471 - Shutting down OSGi platform 11:52:36.580 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest (TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest) 11:52:36.580 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:36.580 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): startup date [Wed Jan 17 11:52:36 UTC 2024]; root of context hierarchy 11:52:36.580 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest, config=): startup date [Wed Jan 17 11:52:36 UTC 2024]; root of context hierarchy] 11:52:36.580 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:36.581 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:36.581 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:36.581 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:36.581 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:36.581 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:36.581 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:36.582 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:36.582 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testDefaultClassLoader-org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest_0.0.0 [18] for sending replayes events; last one was null 11:52:36.582 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:36.583 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:36.584 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:37,604 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:37,872 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:37,876 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:37,898 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:37,996 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:37,999 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:38,004 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:38,013 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:52:38,019 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:38,020 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:38,021 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:38,021 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:38,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:38,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:38,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:38,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:38,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:38,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:38,022 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:38,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:38,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:38,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:38,023 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:38,023 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:38,023 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:38,024 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:38,024 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:38,025 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest 11:52:38.211 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:38.215 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:38.216 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:38.216 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:38.216 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:215 - About to start Equinox OSGi Platform 11:52:38.789 [main] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:38.792 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:38.793 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:38.797 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:38.797 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:38.991 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:39.069 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:39.075 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:39.078 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:39.089 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:39.095 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:39.097 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:39.103 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:39.169 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:39.185 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:39.198 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:39.202 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:39.207 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:39.279 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:39.281 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:39.286 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:39.289 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:39.292 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:39.295 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:39.377 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:39.398 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:39.398 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:39.399 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:39.399 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:39.399 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:39.399 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:39.399 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:39.400 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:39.400 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:39.400 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:39.400 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:39.401 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:39.401 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:39.401 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:39.401 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:39,497 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:39,576 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:39,578 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:39,587 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:39,603 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:39,604 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:39,607 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:39,612 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6bd61f98 - No compression will be used 11:52:39,669 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:39,669 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:39,671 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:39,671 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:39,671 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:39,671 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:39,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:39,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:39,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:39,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:39,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:39,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:39,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:39,672 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:39,673 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:39,681 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:39,682 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:39,682 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:39,683 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:39,683 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5a45133e - Registering current configuration as safe fallback point 11:52:39.692 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:39.699 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:39.867 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:39.869 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:39.873 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:39.876 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:39.880 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:39.883 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.883 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:39.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:39.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:39.884 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.884 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:39.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:39.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:39.885 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.885 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:39.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:39.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:39.885 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.886 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:39.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:39.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:39.886 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.887 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:39.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:39.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:39.887 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.887 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:39.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:39.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:39.888 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.888 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:39.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:39.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:39.889 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.889 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:39.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:39.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:39.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.895 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:39.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:39.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:39.897 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.897 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:39.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:39.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:39.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.900 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:39.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:39.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:39.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.904 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:39.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:39.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:39.905 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.906 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:39.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:39.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:39.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.907 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:39.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:39.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:39.907 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.907 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:39.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:39.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:39.908 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:39.908 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:39.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:39.914 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:39.914 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:39.976 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:39.977 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:39.981 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:39.983 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:39.983 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@27912e3 w/ reference null 11:52:39.984 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@27912e3 w/ reference null 11:52:39.985 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:39.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:39.997 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:39.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:39.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:39.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:39.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:39.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:39.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:39.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:39.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:39.999 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:39.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:39.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:40.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:40.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:40.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:40.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:40.001 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:40.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:40.002 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.002 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:40.002 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:40.003 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:40.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:40.004 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.005 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:40.005 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:40.006 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.006 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:40.006 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:40.006 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:40.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:40.007 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:40.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:40.008 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:40.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:40.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:40.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:40.013 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:40.013 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:40.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:40.017 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:40.017 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:40.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:40.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:40.017 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.018 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:40.018 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:331 - [io-fragment-1 (org.eclipse.gemini.blueprint.iandt.io.fragment.1)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:52:40.018 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:331 - [io-fragment-2 (org.eclipse.gemini.blueprint.iandt.io.fragment.2)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.0.M01-SNAPSHOT.jar] is a fragment; start not invoked 11:52:40.019 [main] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:199 - org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest-bundle.properties was not found; using defaults 11:52:40.020 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:511 - Post processing: creating test bundle 11:52:40.020 [main] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 11:52:40.081 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 11:52:40.081 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Name=Functional testing of IO Blueprint dependencies, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Bundle-Vendor=Spring Framework, Import-Package=junit.framework,org.osgi.framework,org.springframework.core.io,org.springframework.core.io.support,org.eclipse.gemini.blueprint.io,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.eclipse.gemini.blueprint.test.provisioning, org.apache.commons.logging, Manifest-Version=1.0]] 11:52:40.081 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:40.082 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 11:52:40.083 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 11:52:40.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 11:52:40.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 11:52:40.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 11:52:40.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 11:52:40.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 11:52:40.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 11:52:40.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 11:52:40.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 11:52:40.090 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:557 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully installed 11:52:40.091 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:40.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:40.094 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:40.094 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:52:40.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:40.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:40.095 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:40.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] 11:52:40.095 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:562 - Test bundle [Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments)] successfully started 11:52:40.095 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:40.097 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:40.097 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:40.098 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:40.098 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:40.098 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:40.098 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:40.098 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:40.099 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:40.099 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:40.100 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:40.101 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:40.102 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:40.102 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:40.102 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:40.103 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:40.103 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:40.103 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:40.168 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:40.168 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.1] is not active (probably a fragment); ignoring 11:52:40.168 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:227 - Bundle [org.eclipse.gemini.blueprint.iandt.io.fragment.2] is not active (probably a fragment); ignoring 11:52:40.168 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.functional.fragments] does not trigger a context creation. 11:52:40.169 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWildcardAtFolderLevel] to OSGi 11:52:40.182 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWildcardAtFolderLevel] for execution inside OSGi 11:52:40.183 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@46271dd6 11:52:40.183 [main] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:190 - Loading context for locations: 11:52:40.193 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:40 UTC 2024]; root of context hierarchy 11:52:40.198 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:52:40.211 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@3688eb5b: defining beans []; root of factory hierarchy 11:52:40.218 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:40.218 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:52:40.219 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:40.220 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:40.223 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@291a7e3c] 11:52:40.223 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@ca30bc1] 11:52:40.226 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5a2d131d] 11:52:40.228 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:40 UTC 2024]; root of context hierarchy] 11:52:40.229 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, Bundle-Version=0.0.0} 11:52:40.230 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:40.311 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:40.311 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWildcardAtFolderLevel] 11:52:40.312 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWildcardAtFolderLevel]'s result read 11:52:40.313 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:40.313 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:40.313 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfFolders] to OSGi 11:52:40.314 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfFolders] for execution inside OSGi 11:52:40.314 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingALotOfFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6eb2384f resources count 94 11:52:42.106 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:42.107 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfFolders] 11:52:42.107 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfFolders]'s result read 11:52:42.107 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:42.107 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:42.108 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWildcard] to OSGi 11:52:42.108 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWildcard] for execution inside OSGi 11:52:42.108 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathRootWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31dadd46 11:52:43.095 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:43.096 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWildcard] 11:52:43.096 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWildcard]'s result read 11:52:43.096 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:43.097 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:43.097 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testBundleClassPath] to OSGi 11:52:43.098 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleClassPath] for execution inside OSGi 11:52:43.098 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4ed5eb72 *** Bundle-ClassPath is null 11:52:43.104 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:43.104 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testBundleClassPath] 11:52:43.104 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testBundleClassPath]'s result read 11:52:43.104 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:43.105 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:43.105 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testClassPathRootWildcard] to OSGi 11:52:43.105 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathRootWildcard] for execution inside OSGi 11:52:43.105 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClassPathRootWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@12f9af83 11:52:43.916 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:43.916 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testClassPathRootWildcard] 11:52:43.916 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testClassPathRootWildcard]'s result read 11:52:43.916 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:43.917 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:43.917 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtFolderLevel] to OSGi 11:52:43.917 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtFolderLevel] for execution inside OSGi 11:52:43.917 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@19b93fa8 11:52:43.971 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:43.971 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtFolderLevel] 11:52:43.972 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtFolderLevel]'s result read 11:52:43.972 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:43.972 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:43.973 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtRootFileLevel] to OSGi 11:52:43.973 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtRootFileLevel] for execution inside OSGi 11:52:43.973 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testWildcardAtRootFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7e6ef134 11:52:43.979 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:43.980 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtRootFileLevel] 11:52:43.980 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtRootFileLevel]'s result read 11:52:43.980 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:43.981 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:43.981 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWithWildcard] to OSGi 11:52:43.981 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWithWildcard] for execution inside OSGi 11:52:43.982 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathRootWithWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1f010bf0 11:52:44.715 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:44.715 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWithWildcard] 11:52:44.715 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWithWildcard]'s result read 11:52:44.716 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:44.716 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:44.716 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfClasses] to OSGi 11:52:44.716 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfClasses] for execution inside OSGi 11:52:44.717 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingALotOfClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@40db2a24 11:52:46.088 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:46.089 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfClasses] 11:52:46.089 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfClasses]'s result read 11:52:46.090 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:46.090 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:46.090 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testSingleClassWithWildcardAtFileLevel] to OSGi 11:52:46.091 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSingleClassWithWildcardAtFileLevel] for execution inside OSGi 11:52:46.091 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSingleClassWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@10cf09e8 11:52:46.096 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:46.096 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testSingleClassWithWildcardAtFileLevel] 11:52:46.096 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testSingleClassWithWildcardAtFileLevel]'s result read 11:52:46.097 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:46.097 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:46.097 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWOWildcardAtFolderLevel] to OSGi 11:52:46.097 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWOWildcardAtFolderLevel] for execution inside OSGi 11:52:46.098 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWOWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1921ad94 11:52:46.101 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:46.101 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWOWildcardAtFolderLevel] 11:52:46.101 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWOWildcardAtFolderLevel]'s result read 11:52:46.101 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:46.102 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:46.102 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingAHugeSetOfResources] to OSGi 11:52:46.102 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingAHugeSetOfResources] for execution inside OSGi 11:52:46.102 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingAHugeSetOfResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@ee86bcb resources w/o slash count 383 resources w/ slash count 383 11:52:47.068 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:47.068 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingAHugeSetOfResources] 11:52:47.068 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingAHugeSetOfResources]'s result read 11:52:47.069 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:47.069 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:47.069 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingABulkOfResources] to OSGi 11:52:47.070 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingABulkOfResources] for execution inside OSGi 11:52:47.070 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingABulkOfResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@177bea38 resources w/o slash count 227 resources w/ slash count 227 11:52:48.638 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:48.639 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingABulkOfResources] 11:52:48.640 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingABulkOfResources]'s result read 11:52:48.640 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:48.641 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:48.641 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWildcardAtFileLevel] to OSGi 11:52:48.642 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWildcardAtFileLevel] for execution inside OSGi 11:52:48.642 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7f132176 11:52:48.673 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:48.673 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWildcardAtFileLevel] 11:52:48.673 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWithWildcardAtFileLevel]'s result read 11:52:48.674 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:48.674 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 11:52:48.675 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWithWildcardAtFileLevel] to OSGi 11:52:48.675 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWithWildcardAtFileLevel] for execution inside OSGi 11:52:48.676 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWithWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2631f68c 11:52:48.680 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:48.681 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWithWildcardAtFileLevel] 11:52:48.681 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWithWithWildcardAtFileLevel]'s result read Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.473 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest 11:52:48.684 [Thread-0] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:471 - Shutting down OSGi platform 11:52:48.685 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:48.685 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle Functional testing of IO Blueprint dependencies (org.eclipse.gemini.blueprint.iandt.io.functional.fragments) 11:52:48.685 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:40 UTC 2024]; root of context hierarchy 11:52:48.685 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:48.685 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Wed Jan 17 11:52:40 UTC 2024]; root of context hierarchy] 11:52:48.685 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:48.686 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:48.686 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:48.686 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:48.686 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:48.686 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:48.687 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:52:48.687 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.io.functional.fragments_0.0.0 [20] for sending replayes events; last one was null 11:52:48.688 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:48.688 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:48.689 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:49,790 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:49,986 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:49,988 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:50,002 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:50,090 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:50,091 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:50,096 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:50,103 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:52:50,107 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:50,107 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:50,108 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:50,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:50,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:50,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:50,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:50,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:50,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:50,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:50,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:50,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:50,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:50,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:50,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:50,110 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:50,110 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:50,110 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:50,110 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:50,111 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest 11:52:50.300 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:50.304 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:85 - Instantiating platform wrapper... 11:52:50.304 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:215 - About to start Equinox OSGi Platform 11:52:50.890 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:50.893 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:50.893 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:50.895 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:50.895 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:51.087 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:51.103 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:51.110 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:51.114 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:51.179 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:51.189 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:51.192 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:51.278 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:51.292 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:51.371 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:51.394 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:51.400 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:51.409 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:51.482 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:51.485 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:51.493 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:51.497 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:51.570 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:51.603 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:51.668 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:51.669 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:51.669 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:51.670 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:51.670 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:51.671 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:51.671 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:51.672 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:51.672 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:51.673 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:51.673 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:51.674 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:51.674 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:51.675 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:51,717 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:51,800 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:51,801 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:51,809 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:51,871 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:51,873 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:51,877 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:51,888 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:52:51,893 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:51,894 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:51,895 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:51,895 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:51,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:51,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:51,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:51,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:51,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:51,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:51,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:51,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:51,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:51,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:51,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:51,897 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:51,897 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:51,898 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:51,898 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:51,899 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:52:51.911 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:51.920 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:52.091 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:52.092 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:52.094 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:52.097 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:52.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:52.103 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.103 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:52.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:52.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:52.104 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.104 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:52.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:52.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:52.104 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.104 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:52.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:52.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:52.105 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.105 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:52.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:52.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:52.106 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.106 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:52.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:52.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:52.106 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.107 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:52.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:52.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:52.107 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.107 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:52.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:52.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:52.108 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.108 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:52.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:52.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:52.109 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.109 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:52.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:52.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:52.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.111 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:52.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:52.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:52.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.112 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:52.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:52.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:52.113 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.113 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:52.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:52.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:52.118 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.118 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:52.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:52.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:52.119 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.119 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:52.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:52.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:52.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.171 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:52.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:52.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:52.172 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.173 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:52.173 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:52.181 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:52.182 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:52.186 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:52.186 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:52.188 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:52.190 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:52.190 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:52:52.191 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:52:52.192 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:52.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:52.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:52.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:52.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:52.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:52.204 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:52.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:52.205 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:52.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:52.206 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:52.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:52.207 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:52.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:52.208 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:52.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:52.210 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:52.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:52.211 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:52.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:52.213 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:52.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:52.214 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:52.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:52.215 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:52.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:52.216 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.216 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:52.216 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:52.217 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.217 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:52.218 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:52.218 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.218 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:52.218 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:52.219 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.268 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:52.269 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:52.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:52.274 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.274 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:52.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:52.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:52.275 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.276 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:52.278 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:199 - org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest-bundle.properties was not found; using defaults 11:52:52.278 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:511 - Post processing: creating test bundle 11:52:52.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods] 11:52:52.287 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:202 - Automatically creating Manifest for the test bundle 11:52:52.288 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:366 - Using the test class for generating bundle imports 11:52:52.292 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 11:52:52.292 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:460 - Package [org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods] is part of the test archive; parsing BridgeMethodTest bytecode to determine imports... 11:52:52.295 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BridgeMethodTest 11:52:52.303 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:52.303 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:52:52.303 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest 11:52:52.306 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:52.306 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:52:52.306 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:52:52.307 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:52.307 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:52:52.307 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:52:52.308 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:52:52.308 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:52:52.308 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, java.awt, java.awt.geom, java.util, org.springframework.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:52:52.308 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods, java.lang, java.awt, java.awt.geom, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:52:52.309 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:52:52.309 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:282 - Filtered imports are [org.osgi.framework, org.springframework.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:52:52.309 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-Name=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:52:52.309 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-Name=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:52:52.309 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:52.310 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:52.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 11:52:52.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 11:52:52.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 11:52:52.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 11:52:52.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 11:52:52.311 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 11:52:52.316 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:557 - Test bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] successfully installed 11:52:52.316 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:52.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] 11:52:52.372 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:52.372 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest) 11:52:52.372 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] 11:52:52.372 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] 11:52:52.373 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:52.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] 11:52:52.373 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:562 - Test bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] successfully started 11:52:52.374 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:52.376 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:52.377 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:52.377 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:52.377 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:52.378 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:52.378 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:52.379 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:52.380 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:52.381 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:52.382 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:52.383 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:52.384 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:52.385 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:52.385 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:52.385 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:52.386 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:52.386 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:52.386 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:52.387 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest] does not trigger a context creation. 11:52:52.387 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:364 - Writing test name [testGenerifiedListener] to OSGi 11:52:52.397 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGenerifiedListener] for execution inside OSGi 11:52:52.397 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGenerifiedListener] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c669da8 11:52:52.398 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 11:52:52.404 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): startup date [Wed Jan 17 11:52:52 UTC 2024]; root of context hierarchy 11:52:52.408 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:52:52.481 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml] 11:52:52.569 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:52:52.569 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:52:52.570 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:52.571 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:52.684 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:52.685 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:52.714 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@466276d8: defining beans [collection]; root of factory hierarchy 11:52:52.776 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:52.776 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:52:52.777 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:52.778 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:52.781 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2dcd168a] 11:52:52.782 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@388526fb] 11:52:52.809 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.809 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.810 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.811 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.811 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.814 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.bind(java.awt.Shape,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener 11:52:52.814 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.unbind(java.awt.Shape,java.util.Map)] on class org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener 11:52:52.815 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.bind(java.awt.Shape,java.util.Map)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.unbind(java.awt.Shape,java.util.Map)]], unbind ServiceReference=null 11:52:52.816 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:52:52.816 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:52:52.816 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:52.817 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:52.817 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 11:52:52.817 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:52.818 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1e0f9063 w/ reference null 11:52:52.818 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:52:52.818 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.unbind(java.awt.Shape,java.util.Map) calling unbind 11:52:52.819 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1e0f9063 w/ reference null 11:52:52.820 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@614df0a4] 11:52:52.822 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): startup date [Wed Jan 17 11:52:52 UTC 2024]; root of context hierarchy] 11:52:52.823 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, org.springframework.context.service.name=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-SymbolicName=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, Bundle-Version=0.0.0} 11:52:52.824 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:52.891 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest] {java.awt.Shape}={service.id=33} 11:52:52.898 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.899 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.899 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.900 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.900 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest(TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest)] scanning available bundles 11:52:52.903 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1e0f9063 w/ reference {java.awt.Shape}={service.id=33} 11:52:52.903 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@54c62d71 with props={objectClass=[Ljava.lang.String;@65045a87, service.id=33} 11:52:52.903 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.bind(java.awt.Shape,java.util.Map) calling bind 11:52:52.904 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1e0f9063 w/ reference {java.awt.Shape}={service.id=33} 11:52:52.904 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1e0f9063 w/ reference {java.awt.Shape}={service.id=33} 11:52:52.904 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@54c62d71 with props={objectClass=[Ljava.lang.String;@47f4e407, service.id=33} 11:52:52.905 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.Listener.unbind(java.awt.Shape,java.util.Map) calling unbind 11:52:52.905 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1e0f9063 w/ reference {java.awt.Shape}={service.id=33} 11:52:52.905 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:52.906 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:440 - Reading OSGi results for test [testGenerifiedListener] 11:52:52.906 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:447 - Test[testGenerifiedListener]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.61 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest 11:52:52.909 [Thread-0] INFO o.e.g.b.i.j.b.BridgeMethodTest:471 - Shutting down OSGi platform 11:52:52.909 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:52.910 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest (TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest) 11:52:52.910 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:52.910 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): startup date [Wed Jan 17 11:52:52 UTC 2024]; root of context hierarchy 11:52:52.910 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:52.910 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:52.910 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml): startup date [Wed Jan 17 11:52:52 UTC 2024]; root of context hierarchy] 11:52:52.910 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:52.910 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:52.910 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:52.911 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:52.912 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testGenerifiedListener-org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest_0.0.0 [18] for sending replayes events; last one was null 11:52:52.913 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:52.913 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:52.913 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:52.914 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:52:53,886 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:54,083 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:54,087 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:54,104 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:54,190 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:54,191 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:54,195 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:54,201 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:52:54,205 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:54,205 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:54,206 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:54,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:54,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:54,208 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:54,208 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:54,208 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:54,208 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:54,209 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest 11:52:54.402 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:54.406 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:85 - Instantiating platform wrapper... 11:52:54.407 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:215 - About to start Equinox OSGi Platform 11:52:54.984 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:54.987 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:54.988 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:54.989 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:54.990 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:55.175 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:55.188 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:55.192 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:55.194 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:55.200 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:55.272 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:55.275 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:55.283 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:55.293 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:55.305 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:55.389 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:55.394 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:55.400 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:55.468 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:55.471 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:55.477 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:55.481 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:55.486 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:55.500 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:55.588 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:55.589 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:55.589 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:55.590 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:55.590 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:55.590 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:55.590 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:55.591 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:55.591 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:55.591 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:55.592 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:55.592 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:55.592 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:55.592 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:55.593 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:55,693 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:55,719 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:55,720 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:55,777 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:55,795 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:55,797 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:55,800 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:55,805 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b8ee4de - No compression will be used 11:52:55,809 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:55,809 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:55,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:55,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:55,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:55,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:55,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:55,811 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:55,811 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:55,811 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:55,811 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:55,812 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@54e1c68b - Registering current configuration as safe fallback point 11:52:55.869 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:52:55.878 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:56.011 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:56.012 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:52:56.070 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:52:56.073 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:52:56.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:56.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.081 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:52:56.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:56.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:56.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.083 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:52:56.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:56.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:56.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.084 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:52:56.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:56.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:56.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:52:56.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:56.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:56.086 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.087 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:52:56.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:56.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:56.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.087 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:52:56.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:56.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:56.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.088 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:52:56.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:56.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:56.090 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.090 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:52:56.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:56.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:56.092 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.092 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:52:56.092 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:56.092 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:56.093 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.094 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:52:56.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:56.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:56.099 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.099 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:52:56.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:56.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:56.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.100 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:52:56.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:56.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:56.101 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.101 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:52:56.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:56.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:56.105 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.105 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:52:56.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:56.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:56.106 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.106 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:52:56.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:56.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:56.107 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.107 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:52:56.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:56.113 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:56.114 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:56.173 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:52:56.174 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:52:56.178 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:52:56.179 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:52:56.180 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:52:56.180 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:52:56.181 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:52:56.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:56.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:52:56.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:56.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:52:56.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:52:56.196 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:52:56.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:56.197 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:52:56.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:52:56.198 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:52:56.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:56.199 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:52:56.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:56.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:52:56.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:56.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:52:56.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:56.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:52:56.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:56.204 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:52:56.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:56.206 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:52:56.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:56.206 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:52:56.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:56.207 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:52:56.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:56.208 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:52:56.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:56.209 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.209 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:52:56.209 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:56.210 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:52:56.210 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:56.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:56.214 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.214 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:52:56.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:56.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:56.215 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:52:56.215 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:319 - Starting [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:56.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:52:56.215 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:52:56.215 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:52:56.216 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:52:56.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 11:52:56.278 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:52:56.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:52:56.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:52:56.282 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:52:56.282 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1acaf3d 11:52:56.282 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:56.282 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:56.283 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:52:56 UTC 2024]; root of context hierarchy 11:52:56.288 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:52:56.309 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/META-INF/spring/context.xml] 11:52:56.332 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:52:56.333 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:52:56.334 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:56.334 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:56.495 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:56.496 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:56.592 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@74589991: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 11:52:56.599 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:56.599 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:52:56.600 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:56.600 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:56.606 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:52:56.609 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@74589991: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 11:52:56.609 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:52:56.609 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@740d2e78 11:52:56.609 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:52:56.610 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:52:56.610 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:56.610 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:52:56.610 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:52:56.610 [main] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:56.610 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:56.610 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:52:56.611 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:56.612 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@12f9af83] 11:52:56.613 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@19b93fa8] 11:52:56.670 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:52:56.671 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:52:56.671 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:52:56.673 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 11:52:56.673 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 11:52:56.674 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:52:56.675 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@64b73e7a] 11:52:56.677 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:52:56 UTC 2024]; root of context hierarchy] 11:52:56.679 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 11:52:56.679 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:56.682 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [18] 11:52:56.683 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:52:56.684 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.684 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:52:56.686 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:199 - org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest-bundle.properties was not found; using defaults 11:52:56.686 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:511 - Post processing: creating test bundle 11:52:56.694 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning] 11:52:56.694 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:202 - Automatically creating Manifest for the test bundle 11:52:56.695 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:369 - Using all classes in the jar for the generation of bundle imports 11:52:56.695 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:56.695 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:52:56.698 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:52:56.706 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:56.707 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:52:56.707 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:52:56.709 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:56.709 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:52:56.709 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest 11:52:56.710 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 11:52:56.711 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning] is part of the test archive; parsing ComponentBean bytecode to determine imports... 11:52:56.711 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class ComponentBean 11:52:56.711 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 11:52:56.711 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:460 - Package [org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning] is part of the test archive; parsing OrderedComponentScanningTest bytecode to determine imports... 11:52:56.711 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class OrderedComponentScanningTest 11:52:56.712 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, org.springframework.util, java.io, org.apache.commons.logging, org.osgi.framework, org.osgi.service.permissionadmin, java.util, org.eclipse.gemini.blueprint.util, java.security, org.eclipse.gemini.blueprint.test, java.util.jar, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning, org.springframework.stereotype, java.awt, org.springframework.beans.factory.annotation, org.springframework.context} 11:52:56.712 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:312 - Eliminated special packages [java.lang, java.net, java.io, java.util, java.security, java.util.jar, java.lang.reflect, org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning, java.awt] 11:52:56.712 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:52:56.712 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.springframework.util, org.apache.commons.logging, org.osgi.framework, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.platform, org.springframework.stereotype, org.springframework.beans.factory.annotation, org.springframework.context] 11:52:56.712 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-Name=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.springframework.util,org.apache.commons.logging,org.osgi.framework,org.osgi.service.permissionadmin,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.springframework.stereotype,org.springframework.beans.factory.annotation,org.springframework.context, Manifest-Version=1.0] 11:52:56.712 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-Name=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.springframework.util,org.apache.commons.logging,org.osgi.framework,org.osgi.service.permissionadmin;resolution:=optional,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.springframework.stereotype,org.springframework.beans.factory.annotation,org.springframework.context, Manifest-Version=1.0]] 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:52:56.713 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 11:52:56.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 11:52:56.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 11:52:56.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 11:52:56.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 11:52:56.774 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:557 - Test bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] successfully installed 11:52:56.774 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:52:56.777 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] 11:52:56.778 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:52:56.778 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest) 11:52:56.778 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] 11:52:56.778 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] 11:52:56.779 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:52:56.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] 11:52:56.779 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:562 - Test bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] successfully started 11:52:56.779 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:52:56.781 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:52:56.782 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:52:56.782 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:52:56.782 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:52:56.783 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:52:56.783 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:52:56.783 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:52:56.784 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:52:56.785 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:52:56.786 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:52:56.787 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:52:56.788 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:52:56.788 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:52:56.789 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:52:56.789 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:52:56.789 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:52:56.790 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:52:56.790 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:52:56.790 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:218 - Bundle [org.springframework.osgi.iandt.config-opt.sync-tail] triggers a context creation; waiting for it 11:52:56.791 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-tail] incremented to 1 11:52:56.793 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=32}} 11:52:56.793 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-tail] decremented to 0 11:52:56.793 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-tail 11:52:56.793 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 11:52:56.793 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest] does not trigger a context creation. 11:52:56.793 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testAutowireInjection] to OSGi 11:52:56.803 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAutowireInjection] for execution inside OSGi 11:52:56.803 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAutowireInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53d102a2 11:52:56.804 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 11:52:56.804 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): startup date [Wed Jan 17 11:52:56 UTC 2024]; root of context hierarchy 11:52:56.804 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:52:56.805 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml] 11:52:56.807 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:52:56.807 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:52:56.808 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:56.808 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:52:56.886 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 11:52:56.887 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundleresource://10.fwk952486988/org/springframework/context/config/spring-context.xsd 11:52:56.890 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 11:52:56.890 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-tool.xsd 11:52:56.893 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:56.893 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:52:57.078 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7ce97ee5: defining beans [componentBean,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,shape]; root of factory hierarchy 11:52:57.078 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:52:57.079 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:52:57.079 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:52:57.079 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:52:57.099 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.099 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:52:57.102 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:52:57.105 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapterBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.105 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapterCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.106 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.107 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:52:57.108 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:52:57.170 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.171 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.171 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.172 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.174 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.174 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:52:57.175 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:52:57.177 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.177 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:52:57.178 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:52:57.181 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.182 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.182 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.183 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.186 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.annotation.CommonAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.187 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.187 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:52:57.189 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:52:57.190 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.191 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:52:57.195 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:52:57.197 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.annotation.CommonAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.198 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.199 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.199 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.DestructionAwareBeanPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.200 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.200 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.201 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@fb9c7aa] 11:52:57.201 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4c398c80] 11:52:57.287 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape, interface java.lang.Cloneable} and filter=[] in=[(&(objectClass=java.awt.Shape)(objectClass=java.lang.Cloneable))] 11:52:57.288 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=java.awt.Shape)(objectClass=java.lang.Cloneable))] in=[(&(objectClass=java.awt.Shape)(objectClass=java.lang.Cloneable))] 11:52:57.289 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:52:57.295 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:52:57.300 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.301 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.301 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.301 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.302 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.306 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=java.awt.Shape)(objectClass=java.lang.Cloneable))] 11:52:57.306 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=31}} 11:52:57.307 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=31}] bound to proxy 11:52:57.307 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=31}] bound to proxy 11:52:57.309 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.ComponentBeanBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.310 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.ComponentBeanCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.314 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerMethodProcessorBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.314 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerMethodProcessorCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.315 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.SmartInitializingSingletonCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.315 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.ApplicationContextAwareCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.368 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:52:57.371 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.context] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:52:57.374 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.DefaultEventListenerFactoryBeanInfo] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.375 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.DefaultEventListenerFactoryCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.376 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerFactoryCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.377 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.OrderedCustomizer] required by [TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest(TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest)] scanning available bundles 11:52:57.395 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5b04476e] 11:52:57.395 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): startup date [Wed Jan 17 11:52:56 UTC 2024]; root of context hierarchy] 11:52:57.396 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, org.springframework.context.service.name=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-SymbolicName=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, Bundle-Version=0.0.0} 11:52:57.396 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:52:57.485 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:57.486 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testAutowireInjection] 11:52:57.486 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testAutowireInjection]'s result read 11:52:57.487 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testInjectionIdentity] to OSGi 11:52:57.487 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectionIdentity] for execution inside OSGi 11:52:57.487 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectionIdentity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6cbcf243 11:52:57.488 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:57.488 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testInjectionIdentity] 11:52:57.488 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testInjectionIdentity]'s result read 11:52:57.489 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testComponentExistence] to OSGi 11:52:57.489 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentExistence] for execution inside OSGi 11:52:57.489 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentExistence] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@269f4bad 11:52:57.489 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:52:57.490 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testComponentExistence] 11:52:57.490 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testComponentExistence]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.09 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest 11:52:57.492 [Thread-0] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:471 - Shutting down OSGi platform 11:52:57.492 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:57.493 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest (TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest) 11:52:57.493 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [18]] 11:52:57.493 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): startup date [Wed Jan 17 11:52:56 UTC 2024]; root of context hierarchy 11:52:57.493 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml): startup date [Wed Jan 17 11:52:56 UTC 2024]; root of context hierarchy] 11:52:57.493 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 11:52:57.494 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [18]] 11:52:57.494 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=31}] was unregistered and unbound from the service proxy 11:52:57.494 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=31}] was unregistered and unbound from the service proxy 11:52:57.495 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:52:57.495 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:52:57.496 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:57.496 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1acaf3d 11:52:57.496 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:57.496 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:52:57.496 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:52:57.496 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:52:56 UTC 2024]; root of context hierarchy 11:52:57.496 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:52:56 UTC 2024]; root of context hierarchy] 11:52:57.497 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:52:57.497 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=31}] 11:52:57.497 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:52:57.498 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:52:57.498 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1acaf3d 11:52:57.498 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:52:57.498 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:57.498 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:57.498 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:52:57.498 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:52:57.498 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:52:57.499 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:52:57.500 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testAutowireInjection-org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest_0.0.0 [19] for sending replayes events; last one was null 11:52:57.500 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [18] for sending replayes events; last one was null 11:52:57.500 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:52:57.500 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:52:57.501 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:52:58,509 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:52:58,704 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:52:58,707 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:52:58,719 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:58,798 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:52:58,800 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:52:58,803 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:52:58,809 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:52:58,813 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:52:58,813 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:52:58,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:52:58,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:52:58,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:52:58,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:52:58,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:52:58,869 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:52:58,869 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:52:58,870 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:52:58,870 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:52:58,871 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest 11:52:58.999 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:52:59.003 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:85 - Instantiating platform wrapper... 11:52:59.003 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:215 - About to start Equinox OSGi Platform 11:52:59.518 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:52:59.521 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:52:59.521 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:52:59.522 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:52:59.523 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:52:59.691 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:52:59.701 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:52:59.705 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:52:59.707 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:52:59.770 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:52:59.777 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:52:59.781 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:52:59.788 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:52:59.795 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:52:59.870 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:52:59.885 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:52:59.890 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:52:59.896 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:52:59.904 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:52:59.906 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:52:59.971 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:52:59.975 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:52:59.980 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.0.M01-SNAPSHOT.jar] 11:52:59.992 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:00.080 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:00.081 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:00.081 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:00.082 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:00.082 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:00.082 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:00.083 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:00.083 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:00.083 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:00.084 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:00.084 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:00.085 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:00.085 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:00.085 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:00.089 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:00,173 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:00,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:00,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:00,211 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:00,276 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:00,277 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:00,281 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:00,287 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b8ee4de - No compression will be used 11:53:00,291 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:00,291 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:00,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:00,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:00,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:00,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:00,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:00,294 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:00,294 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:00,294 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:00,295 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:00,295 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@54e1c68b - Registering current configuration as safe fallback point 11:53:00.305 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:00.312 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:00.480 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:00.481 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:00.484 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:00.487 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:00.490 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:00.491 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.492 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:00.492 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:00.492 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:00.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.493 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:00.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:00.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:00.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.493 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:00.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:00.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:00.494 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.494 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:00.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:00.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:00.495 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.495 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:00.495 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:00.495 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:00.495 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.495 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:00.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:00.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:00.496 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.496 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:00.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:00.496 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:00.497 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.497 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:00.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:00.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:00.498 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.498 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:00.498 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:00.498 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:00.499 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.500 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:00.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:00.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:00.505 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.505 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:00.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:00.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:00.506 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.506 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:00.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:00.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:00.507 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.507 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:00.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:00.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:00.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.508 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:00.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:00.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:00.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.509 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:00.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:00.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:00.509 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.509 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:00.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:00.568 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:00.568 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:00.572 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:00.573 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:00.575 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:00.576 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:00.577 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:53:00.577 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:53:00.578 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:00.580 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:00.587 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.587 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:00.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:00.588 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:00.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:00.589 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.589 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:00.589 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:00.589 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.589 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:00.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:00.590 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:00.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:00.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:00.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:00.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:00.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:00.592 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:00.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:00.593 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:00.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:00.595 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:00.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:00.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:00.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:00.597 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:00.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:00.598 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:00.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:00.599 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:00.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:00.599 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:00.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:00.600 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:00.601 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:00.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:00.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.604 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:00.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:00.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:00.605 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:00.605 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:319 - Starting [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.0.M01-SNAPSHOT.jar] 11:53:00.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 11:53:00.606 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.component]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.606 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.component]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component) 11:53:00.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 11:53:00.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 11:53:00.606 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.io.component]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.607 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 11:53:00.608 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:199 - org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest-bundle.properties was not found; using defaults 11:53:00.608 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:511 - Post processing: creating test bundle 11:53:00.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.jdk5.io] 11:53:00.669 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:202 - Automatically creating Manifest for the test bundle 11:53:00.670 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:366 - Using the test class for generating bundle imports 11:53:00.671 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 11:53:00.671 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.jdk5.io] is part of the test archive; parsing ComponentScanTest bytecode to determine imports... 11:53:00.674 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class ComponentScanTest 11:53:00.682 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:00.682 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:00.683 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest 11:53:00.685 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:00.685 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:00.685 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:00.686 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:00.686 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:00.686 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:00.687 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:00.687 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:00.687 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.jdk5.io, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.iandt.io.component, org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:53:00.687 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.jdk5.io, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:53:00.687 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:00.688 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.io.component, org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:53:00.688 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-Name=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.io.component,org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:00.688 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-Name=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.io.component,org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:00.688 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:00.688 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:00.688 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:00.688 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:00.688 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:00.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:00.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:00.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:00.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:00.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:00.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 11:53:00.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 11:53:00.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 11:53:00.692 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 11:53:00.696 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:557 - Test bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] successfully installed 11:53:00.697 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:00.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] 11:53:00.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:00.700 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest) 11:53:00.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] 11:53:00.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] 11:53:00.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:00.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] 11:53:00.700 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:562 - Test bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] successfully started 11:53:00.701 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:00.702 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:00.703 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:00.703 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:00.703 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:00.703 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:00.703 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:00.704 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:00.704 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:00.705 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:00.706 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:00.707 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:00.707 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:00.707 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:00.708 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:00.708 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:00.708 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:00.709 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:00.709 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:00.709 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.io.component] does not trigger a context creation. 11:53:00.709 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest] does not trigger a context creation. 11:53:00.709 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:364 - Writing test name [testComponentScan] to OSGi 11:53:00.775 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentScan] for execution inside OSGi 11:53:00.775 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentScan] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@27adc16e 11:53:00.776 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 11:53:00.782 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): startup date [Wed Jan 17 11:53:00 UTC 2024]; root of context hierarchy 11:53:00.786 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:00.810 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml] 11:53:00.875 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:00.876 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:00.876 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:00.876 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:00.980 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 11:53:00.981 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundleresource://10.fwk952486988/org/springframework/context/config/spring-context.xsd 11:53:00.985 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 11:53:00.985 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-tool.xsd 11:53:01.087 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.stereotype.Component] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.094 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.stereotype.Component] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.102 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@38831718: defining beans [componentBean,bean,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory]; root of factory hierarchy 11:53:01.107 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:01.108 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:01.108 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:01.109 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:01.188 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.188 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapterBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.189 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapterCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.190 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.191 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.191 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.192 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.192 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.194 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.194 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.195 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.200 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.201 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.201 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.204 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.annotation.CommonAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.204 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.205 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.205 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.annotation.CommonAnnotationBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.206 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.207 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.207 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.DestructionAwareBeanPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.208 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.208 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.210 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5e1fa5b1] 11:53:01.210 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6b00f608] 11:53:01.269 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.io.component.ComponentBeanBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.269 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:53:01.275 [main] TRACE o.e.g.blueprint.util.DebugUtils:220 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] does not contain [ComponentBeanBeanInfo.class] but exports the package 11:53:01.275 [main] TRACE o.e.g.blueprint.util.DebugUtils:234 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] contains package [org.eclipse.gemini.blueprint.iandt.io.component] and exports it 11:53:01.275 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.io.component.ComponentBeanCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.276 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:53:01.278 [main] TRACE o.e.g.blueprint.util.DebugUtils:220 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] does not contain [ComponentBeanCustomizer.class] but exports the package 11:53:01.279 [main] TRACE o.e.g.blueprint.util.DebugUtils:234 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] contains package [org.eclipse.gemini.blueprint.iandt.io.component] and exports it 11:53:01.284 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.io.component.BeanBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.285 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:53:01.287 [main] TRACE o.e.g.blueprint.util.DebugUtils:220 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] does not contain [BeanBeanInfo.class] but exports the package 11:53:01.287 [main] TRACE o.e.g.blueprint.util.DebugUtils:234 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] contains package [org.eclipse.gemini.blueprint.iandt.io.component] and exports it 11:53:01.287 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.io.component.BeanCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.288 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:53:01.290 [main] TRACE o.e.g.blueprint.util.DebugUtils:220 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] does not contain [BeanCustomizer.class] but exports the package 11:53:01.290 [main] TRACE o.e.g.blueprint.util.DebugUtils:234 - Bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] contains package [org.eclipse.gemini.blueprint.iandt.io.component] and exports it 11:53:01.292 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerMethodProcessorBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.293 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerMethodProcessorCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.293 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.SmartInitializingSingletonCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.294 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.ApplicationContextAwareCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.294 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:53:01.296 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] exports [org.springframework.context] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:53:01.297 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.DefaultEventListenerFactoryBeanInfo] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.297 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.DefaultEventListenerFactoryCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.298 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.event.EventListenerFactoryCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.298 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.OrderedCustomizer] required by [TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest(TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest)] scanning available bundles 11:53:01.376 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@555cf22] 11:53:01.378 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): startup date [Wed Jan 17 11:53:00 UTC 2024]; root of context hierarchy] 11:53:01.380 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, org.springframework.context.service.name=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-SymbolicName=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, Bundle-Version=0.0.0} 11:53:01.381 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:01.401 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:01.402 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:440 - Reading OSGi results for test [testComponentScan] 11:53:01.403 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:447 - Test[testComponentScan]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.406 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest 11:53:01.405 [Thread-0] INFO o.e.g.b.i.j.io.ComponentScanTest:471 - Shutting down OSGi platform 11:53:01.406 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:01.406 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest (TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest) 11:53:01.406 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): startup date [Wed Jan 17 11:53:00 UTC 2024]; root of context hierarchy 11:53:01.406 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest, config=/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml): startup date [Wed Jan 17 11:53:00 UTC 2024]; root of context hierarchy] 11:53:01.406 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:01.468 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:01.468 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:01.468 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:01.468 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:01.468 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:01.469 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:01.469 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:01.470 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testComponentScan-org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest_0.0.0 [19] for sending replayes events; last one was null 11:53:01.470 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.io.component_1.0.0 [18] for sending replayes events; last one was null 11:53:01.470 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:01.470 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:01.471 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:02,470 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:02,676 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:02,679 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:02,701 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:02,785 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:02,787 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:02,793 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:02,803 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5b87ed94 - No compression will be used 11:53:02,809 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:02,809 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:02,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:02,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:02,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:02,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:02,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:02,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:02,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:02,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:02,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:02,813 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:02,813 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:02,813 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:02,813 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:02,813 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:02,813 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:02,814 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:02,814 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:02,815 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3cef309d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest 11:53:03.003 [main] TRACE o.e.g.b.i.l.LifecycleTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:03.007 [main] TRACE o.e.g.b.i.l.LifecycleTest:85 - Instantiating platform wrapper... 11:53:03.008 [main] DEBUG o.e.g.b.i.l.LifecycleTest:215 - About to start Equinox OSGi Platform 11:53:03.586 [main] INFO o.e.g.b.i.l.LifecycleTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:03.589 [main] TRACE o.e.g.b.i.l.LifecycleTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:03.589 [main] TRACE o.e.g.b.i.l.LifecycleTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:03.591 [main] DEBUG o.e.g.b.i.l.LifecycleTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:03.591 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:03.773 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:03.783 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:03.788 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:03.790 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:03.796 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:03.804 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:03.806 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:03.873 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:03.882 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:03.898 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:03.975 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:03.980 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:03.987 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:03.997 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:03.999 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:04.005 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:04.008 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:04.070 [main] DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.0.M01-SNAPSHOT.jar] 11:53:04.084 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:04.172 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:04.173 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:04.173 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:04.174 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:04.174 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:04.174 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:04.175 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:04.175 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:04.175 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:04.176 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:04.176 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:04.177 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:04.177 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:04.177 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:04.178 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:04,211 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:04,290 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:04,292 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:04,301 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:04,372 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:04,374 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:04,379 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:04,385 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4310d43 - No compression will be used 11:53:04,391 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:04,391 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:04,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:04,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:04,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:04,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:04,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:04,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:04,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:04,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:04,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:04,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:04,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:04,394 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:04,394 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:04,394 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:04,394 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:04,394 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:04,394 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:04,395 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@b9b00e0 - Registering current configuration as safe fallback point 11:53:04.405 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:04.413 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:04.584 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:04.585 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:04.589 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:04.592 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:04.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:04.597 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.598 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:04.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:04.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:04.598 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.599 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:04.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:04.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:04.599 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.599 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:04.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:04.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:04.600 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.600 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:04.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:04.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:04.601 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.601 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:04.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:04.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:04.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.602 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:04.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:04.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:04.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.602 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:04.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:04.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:04.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.604 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:04.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:04.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:04.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.605 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:04.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:04.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:04.606 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.606 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:04.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:04.607 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:04.612 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.612 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:04.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:04.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:04.613 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.613 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:04.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:04.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:04.613 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.614 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:04.614 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:04.670 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:04.671 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.672 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:04.672 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:04.672 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:04.672 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.673 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:04.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:04.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:04.674 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.674 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:04.674 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:04.683 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:04.683 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:04.688 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:04.688 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:04.691 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:04.692 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:04.693 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@e25951c w/ reference null 11:53:04.693 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@e25951c w/ reference null 11:53:04.694 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:04.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:04.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:04.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:04.705 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:04.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:04.705 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:04.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:04.706 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:04.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:04.707 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:04.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:04.707 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:04.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:04.708 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:04.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:04.709 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:04.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:04.710 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:04.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:04.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:04.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:04.713 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:04.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:04.714 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:04.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:04.715 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.715 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:04.715 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:04.716 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:04.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:04.716 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:04.768 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:04.769 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.769 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:04.770 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:04.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:04.774 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.774 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:04.774 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:04.774 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:04.775 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.775 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:04.776 [main] DEBUG o.e.g.b.i.l.LifecycleTest:319 - Starting [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.0.M01-SNAPSHOT.jar] 11:53:04.776 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:53:04.776 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.777 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle) 11:53:04.777 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:53:04.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-eclipse-gemini-blueprint-iandt-lifecycle is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:04.784 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:53:04.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:53:04.791 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:53:04.791 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:53:04.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:04.791 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.lifecycle]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.791 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:04.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 11:53:04.792 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:04.793 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:04 UTC 2024]; root of context hierarchy 11:53:04.793 [main] INFO o.e.g.b.i.l.LifecycleTest:199 - org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest-bundle.properties was not found; using defaults 11:53:04.794 [main] DEBUG o.e.g.b.i.l.LifecycleTest:511 - Post processing: creating test bundle 11:53:04.798 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:04.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.lifecycle] 11:53:04.804 [main] INFO o.e.g.b.i.l.LifecycleTest:202 - Automatically creating Manifest for the test bundle 11:53:04.804 [main] INFO o.e.g.b.i.l.LifecycleTest:366 - Using the test class for generating bundle imports 11:53:04.806 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 11:53:04.806 [main] TRACE o.e.g.b.i.l.LifecycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt.lifecycle] is part of the test archive; parsing LifecycleTest bytecode to determine imports... 11:53:04.809 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class LifecycleTest 11:53:04.877 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:04.877 [main] TRACE o.e.g.b.i.l.LifecycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:04.878 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest 11:53:04.880 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk802600647/META-INF/spring/lifecycle.xml] 11:53:04.880 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:04.880 [main] TRACE o.e.g.b.i.l.LifecycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:04.880 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:04.881 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:04.881 [main] TRACE o.e.g.b.i.l.LifecycleTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:04.882 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:04.882 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:04.882 [main] TRACE o.e.g.b.i.l.LifecycleTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:04.882 [main] TRACE o.e.g.b.i.l.LifecycleTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.lifecycle, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.springframework.context, org.apache.commons.logging, org.springframework.context.support, java.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:53:04.883 [main] TRACE o.e.g.b.i.l.LifecycleTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.lifecycle, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:53:04.883 [main] TRACE o.e.g.b.i.l.LifecycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:04.883 [main] TRACE o.e.g.b.i.l.LifecycleTest:282 - Filtered imports are [org.osgi.framework, org.springframework.context, org.apache.commons.logging, org.springframework.context.support, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:53:04.883 [main] DEBUG o.e.g.b.i.l.LifecycleTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-Name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.apache.commons.logging,org.springframework.context.support,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:04.883 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-Name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.context,org.apache.commons.logging,org.springframework.context.support,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:04.883 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:04.884 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 11:53:04.885 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 11:53:04.885 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 11:53:04.889 [main] DEBUG o.e.g.b.i.l.LifecycleTest:557 - Test bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] successfully installed 11:53:04.889 [main] DEBUG o.e.g.b.i.l.LifecycleTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:04.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] 11:53:04.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:04.892 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest) 11:53:04.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] 11:53:04.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] 11:53:04.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:04.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] 11:53:04.893 [main] DEBUG o.e.g.b.i.l.LifecycleTest:562 - Test bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest)] successfully started 11:53:04.893 [main] DEBUG o.e.g.b.i.l.LifecycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:04.894 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:04.895 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:04.895 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:04.895 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:04.895 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:04.896 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:04.896 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:04.896 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:04.897 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:04.998 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:05.000 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:05.001 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:05.002 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:05.003 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:05.003 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:05.004 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:05.004 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:05.005 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:05.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:05.005 [main] DEBUG o.e.g.b.i.l.LifecycleTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.lifecycle] triggers a context creation; waiting for it 11:53:05.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:05.006 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:05.006 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.lifecycle] incremented to 1 11:53:05.006 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:05.008 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:05.008 [main] DEBUG o.e.g.b.i.l.LifecycleTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 11:53:05.180 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7361b4e3: defining beans [guinea-pig]; root of factory hierarchy 11:53:05.188 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:05.188 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:05.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:05.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:05.196 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:05.199 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7361b4e3: defining beans [guinea-pig]; root of factory hierarchy] 11:53:05.199 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@550389b7 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:05.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:05.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:05.203 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1b917c06] 11:53:05.203 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7cb2f014] 11:53:05.216 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@39aced93] 11:53:05.268 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:04 UTC 2024]; root of context hierarchy] 11:53:05.270 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.lifecycle, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.lifecycle, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.lifecycle, Bundle-Version=2.0.0} 11:53:05.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:05.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.lifecycle] decremented to 0 11:53:05.273 [main] DEBUG o.e.g.b.i.l.LifecycleTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 11:53:05.273 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest] does not trigger a context creation. 11:53:05.274 [main] TRACE o.e.g.b.i.l.LifecycleTest:364 - Writing test name [testLifecycle] to OSGi 11:53:05.276 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.lifecycle_2.0.0 [18] 11:53:05.284 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 11:53:05.285 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53251a66 11:53:05.285 [main] INFO o.e.g.b.i.l.LifecycleTest:190 - Loading context for locations: 11:53:05.286 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): startup date [Wed Jan 17 11:53:05 UTC 2024]; root of context hierarchy 11:53:05.286 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:53:05.287 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@48d61b48: defining beans []; root of factory hierarchy 11:53:05.287 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:05.287 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:53:05.287 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:05.287 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:05.288 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@176b75f7] 11:53:05.288 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5965be2d] 11:53:05.288 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@409c54f] 11:53:05.288 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): startup date [Wed Jan 17 11:53:05 UTC 2024]; root of context hierarchy] 11:53:05.289 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, org.springframework.context.service.name=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-SymbolicName=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, Bundle-Version=0.0.0} 11:53:05.289 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:05.314 [main] INFO o.e.g.b.i.l.LifecycleTest:68 - Creating filter = (&(objectClass=org.springframework.context.ApplicationContext)(org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.lifecycle)) 11:53:05.315 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:05.316 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:05.316 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:05.316 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:05.316 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 11:53:05.317 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle) 11:53:05.317 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:04 UTC 2024]; root of context hierarchy 11:53:05.317 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:04 UTC 2024]; root of context hierarchy] 11:53:05.369 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:05.370 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:53:05.370 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:05.370 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:05.371 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:05.371 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.lifecycle_2.0.0 [18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5cb4905a 11:53:05.371 [main] TRACE o.e.g.b.i.l.LifecycleTest:440 - Reading OSGi results for test [testLifecycle] 11:53:05.372 [main] DEBUG o.e.g.b.i.l.LifecycleTest:447 - Test[testLifecycle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.372 sec - in org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest 11:53:05.375 [Thread-0] INFO o.e.g.b.i.l.LifecycleTest:471 - Shutting down OSGi platform 11:53:05.376 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest (TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest) 11:53:05.376 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:05.376 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): startup date [Wed Jan 17 11:53:05 UTC 2024]; root of context hierarchy 11:53:05.376 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:05.376 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest, config=): startup date [Wed Jan 17 11:53:05 UTC 2024]; root of context hierarchy] 11:53:05.376 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:05.376 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:05.376 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:53:05.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:05.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:05.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:05.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:05.377 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testLifecycle-org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest_0.0.0 [19] for sending replayes events; last one was null 11:53:05.378 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:05.378 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:05.378 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:06,398 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:06,599 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:06,601 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:06,615 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:06,695 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:06,697 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:06,702 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:06,709 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5ae63ade - No compression will be used 11:53:06,714 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:06,714 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:06,768 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:06,768 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:06,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:06,770 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:06,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:06,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:06,770 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:06,771 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4973813a - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest 11:53:06.908 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:06.912 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:85 - Instantiating platform wrapper... 11:53:06.912 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:215 - About to start Equinox OSGi Platform 11:53:07.410 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:07.413 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:07.413 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:07.415 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:07.415 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:07.591 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:07.600 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:07.604 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:07.605 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:07.669 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:07.680 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:07.682 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:07.689 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:07.697 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:07.771 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:07.789 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:07.793 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:07.798 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:07.873 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:07.876 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:07.882 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:07.885 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:07.890 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:53:07.891 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.0.M01-SNAPSHOT.jar] 11:53:07.900 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:07.989 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:07.991 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:07.991 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:07.991 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:07.992 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:07.992 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:07.992 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:07.993 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:07.993 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:07.993 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:07.994 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:07.994 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:07.994 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:07.995 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:07.995 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:08,078 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:08,109 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:08,110 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:08,117 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:08,178 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:08,180 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:08,184 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:08,191 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@d9345cd - No compression will be used 11:53:08,195 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:08,195 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:08,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:08,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:08,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:08,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:08,197 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:08,198 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:08,198 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:08,198 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:08,199 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@242b836 - Registering current configuration as safe fallback point 11:53:08.208 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:08.221 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:08.399 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:08.400 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:08.403 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:08.405 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:08.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:08.410 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.411 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:08.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:08.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:08.411 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.412 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:08.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:08.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:08.412 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.412 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:08.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:08.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:08.413 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.413 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:08.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:08.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:08.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.414 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:08.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:08.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:08.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.415 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:08.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:08.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:08.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.415 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:08.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:08.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:08.416 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.417 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:08.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:08.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:08.417 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.418 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:08.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:08.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:08.471 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.472 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:08.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:08.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:08.473 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.474 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:08.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:08.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:08.475 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.475 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:08.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:08.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:08.476 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.476 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:08.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:08.477 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:08.477 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.477 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:08.478 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:08.478 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:08.478 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.478 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:08.478 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:08.479 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:08.479 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.479 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:08.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:08.488 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:08.488 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:08.492 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:08.492 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:08.495 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:08.496 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:08.496 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5e17553a w/ reference null 11:53:08.496 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5e17553a w/ reference null 11:53:08.497 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:08.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:08.507 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:08.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:08.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:08.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:08.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:08.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:08.509 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:08.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:08.510 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:08.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:08.510 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:08.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:08.568 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:08.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:08.570 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:08.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:08.572 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:08.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:08.574 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.574 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:08.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:08.576 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:08.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:08.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:08.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:08.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:08.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:08.580 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.580 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:08.580 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:08.581 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:08.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:08.582 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:08.583 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:08.586 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:08.586 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.586 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:08.586 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:08.586 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:08.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:08.591 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:53:08.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:08.592 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.592 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:08.592 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:08.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:08.598 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:08.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:08.600 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:53:08.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:08.601 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:08.601 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.601 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:08.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:08.601 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:08.601 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:319 - Starting [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.0.M01-SNAPSHOT.jar] 11:53:08.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:53:08.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.602 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1) 11:53:08.602 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:53:08.602 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:08 UTC 2024]; root of context hierarchy 11:53:08.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle cardinality_0__1 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:08.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:53:08.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:53:08.603 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:53:08.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:53:08.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 11:53:08.605 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:199 - org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest-bundle.properties was not found; using defaults 11:53:08.605 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:511 - Post processing: creating test bundle 11:53:08.607 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.mavenArtifact] 11:53:08.612 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:202 - Automatically creating Manifest for the test bundle 11:53:08.612 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:366 - Using the test class for generating bundle imports 11:53:08.668 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 11:53:08.668 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:460 - Package [org.eclipse.gemini.blueprint.iandt.mavenArtifact] is part of the test archive; parsing MavenArtifactLookupTest bytecode to determine imports... 11:53:08.671 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class MavenArtifactLookupTest 11:53:08.682 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:08.682 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:08.683 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest 11:53:08.685 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:08.686 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:08.686 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:08.687 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:08.687 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:08.687 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:08.688 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:08.688 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:08.688 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.mavenArtifact, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, org.eclipse.gemini.blueprint.iandt.cardinality0to1.test, org.eclipse.gemini.blueprint.iandt.simpleservice2, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util} 11:53:08.689 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.mavenArtifact, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 11:53:08.689 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:08.689 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.iandt.cardinality0to1.test, org.eclipse.gemini.blueprint.iandt.simpleservice2, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util] 11:53:08.689 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk2028555727/META-INF/spring/simpleservice-osgi.xml] 11:53:08.689 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-Name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.iandt.cardinality0to1.test,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 11:53:08.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-Name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.iandt.cardinality0to1.test,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 11:53:08.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:08.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:08.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:08.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:08.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:08.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:08.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:08.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:08.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:08.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:08.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 11:53:08.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 11:53:08.691 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 11:53:08.695 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:557 - Test bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] successfully installed 11:53:08.696 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:08.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] 11:53:08.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:08.698 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest) 11:53:08.768 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] 11:53:08.768 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] 11:53:08.768 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:08.769 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] 11:53:08.769 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:562 - Test bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest)] successfully started 11:53:08.769 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:08.772 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:08.772 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:08.773 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:08.773 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:08.773 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:08.774 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:08.774 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:08.775 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:08.776 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:08.778 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:08.782 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:08.783 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:08.783 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:08.784 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:08.784 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:08.785 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:08.785 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:08.785 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:08.785 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 11:53:08.786 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:53:08.788 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:08.788 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:08.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:08.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:08.872 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:08.872 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:08.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:08.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:09.069 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk2028555727/META-INF/spring/simpleservice.xml] 11:53:09.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:09.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:09.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:09.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:09.093 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3aa990cd: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:53:09.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:09.100 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:09.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:09.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:09.107 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:09.109 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3aa990cd: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:53:09.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:09.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@7a342ef8 11:53:09.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:09.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:09.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:09.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:09.169 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.169 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.169 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:09.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:09.169 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.170 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy 11:53:09.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:09.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk2028555727/META-INF/spring/cardinality0to1.xml] 11:53:09.173 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:09.173 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:09.173 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:09.173 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:09.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:09.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:09.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4339352c: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 11:53:09.202 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:09.202 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:09.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:09.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:09.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:09.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4339352c: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 11:53:09.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:09.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@7a342ef8 11:53:09.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 11:53:09.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:09.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener 11:53:09.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener 11:53:09.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary)]], unbind ServiceReference=null 11:53:09.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:53:09.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:53:09.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)][Mandatory=false] 11:53:09.298 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:09.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:09.298 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.298 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.298 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:09.298 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.300 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@477d1c3b] 11:53:09.300 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4818fe89] Delaying for:0 11:53:09.304 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:53:09.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:53:09.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:53:09.306 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:53:09.306 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:53:09.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:53:09.371 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@180612c3] 11:53:09.374 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:08 UTC 2024]; root of context hierarchy] 11:53:09.375 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:53:09.376 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:09.377 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:53:09.377 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:09.377 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.cardinality.0to1] triggers a context creation; waiting for it 11:53:09.377 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.cardinality.0to1] incremented to 1 11:53:09.378 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:09.378 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 11:53:09.380 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] 11:53:09.380 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.381 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:53:09.385 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:53:09.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:53:09.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:53:09.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:53:09.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:53:09.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:53:09.393 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@51318acf] 11:53:09.393 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@35f17cc0] 11:53:09.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:53:09.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:53:09.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3f911953 w/ reference null 11:53:09.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:53:09.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 11:53:09.395 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3f911953 w/ reference null 11:53:09.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.ReferenceContainerBeanInfo] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:53:09.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:53:09.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] exports [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test] as version [0.0.0] but version [null] was required 11:53:09.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.ReferenceContainerCustomizer] required by [cardinality_0__1(org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] scanning available bundles 11:53:09.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:53:09.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] exports [org.eclipse.gemini.blueprint.iandt.cardinality0to1.test] as version [0.0.0] but version [null] was required 11:53:09.397 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3a06d073] 11:53:09.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy] 11:53:09.397 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, Bundle-Version=1.0.0} 11:53:09.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:09.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.cardinality.0to1] decremented to 0 11:53:09.398 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 11:53:09.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19] 11:53:09.398 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest] does not trigger a context creation. 11:53:09.399 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:364 - Writing test name [test0to1Cardinality] to OSGi 11:53:09.474 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 11:53:09.474 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [test0to1Cardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f6f416f 11:53:09.474 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:190 - Loading context for locations: 11:53:09.475 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy 11:53:09.476 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:53:09.476 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@7aaca91a: defining beans []; root of factory hierarchy 11:53:09.476 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:09.476 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:53:09.476 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:09.477 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:09.477 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2141a12] 11:53:09.477 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4196c360] 11:53:09.477 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@41294f8] 11:53:09.478 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy] 11:53:09.478 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, org.springframework.context.service.name=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-SymbolicName=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, Bundle-Version=0.0.0} 11:53:09.478 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:09.492 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:09.507 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy 11:53:09.508 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@51549490] 11:53:09.518 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy 11:53:09.518 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitTimedOutEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@51549490] Starting dependency 11:53:09.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:53:09.568 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:09.568 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:53:09.568 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:53:09.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:09.568 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:09.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:53:09.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:53:09.569 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:53:09.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:53:09.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:09.569 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.569 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:09.569 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:53:09.570 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy 11:53:09.570 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:09.570 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 11:53:09.571 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:09.571 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk2028555727/META-INF/spring/simpleservice-osgi.xml] 11:53:09.571 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:53:09.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:09.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:09.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:09.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:09.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:09.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:09.592 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk2028555727/META-INF/spring/simpleservice.xml] 11:53:09.593 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:09.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:09.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:09.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:09.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@e9cf16f: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:53:09.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:09.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:09.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:09.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:09.672 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@e9cf16f: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@7a342ef8 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:09.673 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:09.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@715c5a77] 11:53:09.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2cd1fa88] 11:53:09.680 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:53:09.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:53:09.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:53:09.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:53:09.681 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:53:09.681 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:53:09.681 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:53:09.682 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3f911953 w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36} 11:53:09.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@57a1d091 with props={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, objectClass=[Ljava.lang.String;@3e844a86, service.id=36} 11:53:09.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 11:53:09.682 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3f911953 w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36} 11:53:09.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:53:09.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@30dcf6e6] 11:53:09.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy] 11:53:09.683 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 11:53:09.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:09.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 11:53:09.684 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 Dependency started 11:53:09.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] 11:53:09.685 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle cardinality_0__1 on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=36} 11:53:09.685 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:09.686 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:440 - Reading OSGi results for test [test0to1Cardinality] 11:53:09.687 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:447 - Test[test0to1Cardinality]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.783 sec - in org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest 11:53:09.690 [Thread-0] INFO o.e.g.b.i.m.MavenArtifactLookupTest:471 - Shutting down OSGi platform 11:53:09.690 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest (TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest) 11:53:09.690 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy 11:53:09.690 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:09.691 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest, config=): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy] 11:53:09.691 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18], org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21]] 11:53:09.692 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 11:53:09.692 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.cardinality.0to1 has unused registered services; added for shutdown 11:53:09.692 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:53:09.769 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has registered services in use; postponing shutdown. The using bundles are [org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19]] 11:53:09.770 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18]] 11:53:09.771 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:09.771 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.771 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:09.772 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.772 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.772 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1) 11:53:09.772 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy 11:53:09.772 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy] 11:53:09.773 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3f911953 w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36} 11:53:09.773 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@57a1d091 with props={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, objectClass=[Ljava.lang.String;@759693f7, service.id=36} 11:53:09.773 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.cardinality0to1.test.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2,java.util.Dictionary) 11:53:09.773 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3f911953 w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36} 11:53:09.774 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:53:09.774 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:53:09.774 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle cardinality_0__1 on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=36} 11:53:09.775 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:09.776 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:53:09.776 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:09.776 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:09.776 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:09.776 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.776 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:09.776 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.776 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.776 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:09.777 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:08 UTC 2024]; root of context hierarchy 11:53:09.777 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:08 UTC 2024]; root of context hierarchy] 11:53:09.777 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:53:09.777 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] 11:53:09.777 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:09.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:53:09.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:09.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:09.778 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 11:53:09.778 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21]] 11:53:09.778 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:09.778 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:09.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:53:09.779 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:53:09.779 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy 11:53:09.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:09 UTC 2024]; root of context hierarchy] 11:53:09.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:53:09.780 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=36}] 11:53:09.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:09.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:53:09.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@cc75f91 11:53:09.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:09.785 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:09.785 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:09.785 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:09.785 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:09.785 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:09.785 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:09.786 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@7e6c5d3 11:53:09.786 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-test0to1Cardinality-org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest_0.0.0 [20] for sending replayes events; last one was null 11:53:09.786 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.cardinality.0to1_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@9212b5f 11:53:09.787 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] for sending replayes events; last one was null 11:53:09.787 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:09.787 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:09.787 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:10,805 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:10,995 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:10,997 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:11,010 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:11,096 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:11,097 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:11,101 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:11,107 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:53:11,112 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:11,112 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:11,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:11,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:11,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:11,115 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:11,115 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:11,115 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:11,115 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:11,116 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest 11:53:11.293 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:11.297 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:85 - Instantiating platform wrapper... 11:53:11.298 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:215 - About to start Equinox OSGi Platform 11:53:11.822 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:11.825 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:11.827 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:11.828 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:11.829 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:12.008 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:12.075 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:12.081 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:12.083 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:12.091 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:12.097 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:12.099 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:12.109 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:12.177 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:12.191 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:12.205 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:12.211 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:12.278 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:12.292 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:12.294 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:12.300 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:12.303 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:12.377 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:12.398 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:12.399 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:12.399 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:12.399 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:12.399 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:12.400 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:12.400 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:12.401 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:12.401 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:12.401 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:12.402 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:12.402 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:12.402 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:12.402 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:12.403 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:12,502 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:12,589 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:12,592 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:12,603 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:12,622 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:12,624 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:12,671 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:12,678 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:53:12,682 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:12,683 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:12,684 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:12,684 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:12,684 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:12,684 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:12,684 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:12,685 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:12,685 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:12,686 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:12,686 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:12,687 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:53:12.697 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:12.703 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:12.875 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:12.875 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:12.879 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:12.882 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:12.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:12.887 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.887 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:12.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:12.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:12.888 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.888 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:12.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:12.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:12.889 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.889 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:12.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:12.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:12.890 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.890 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:12.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:12.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:12.891 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.891 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:12.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:12.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:12.891 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.892 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:12.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:12.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:12.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.892 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:12.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:12.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:12.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.894 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:12.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:12.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:12.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.895 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:12.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:12.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:12.896 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.896 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:12.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:12.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:12.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.898 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:12.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:12.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:12.899 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.899 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:12.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:12.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:12.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.904 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:12.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:12.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:12.905 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.905 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:12.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:12.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:12.909 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.909 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:12.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:12.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:12.910 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:12.910 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:12.910 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:12.917 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:12.917 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:12.970 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:12.970 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:12.973 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:12.975 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:12.975 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:53:12.975 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:53:12.976 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:12.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:12.988 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.988 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:12.988 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:12.989 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:12.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:12.990 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:12.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:12.990 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:12.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:12.991 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:12.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:12.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:12.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:12.993 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:12.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:12.994 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:12.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:12.995 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.996 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:12.996 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:12.997 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:12.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:12.999 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:12.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:12.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:13.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:13.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:13.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:13.001 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:13.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:13.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:13.002 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:13.002 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:13.002 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:13.002 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:13.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:13.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:13.004 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:13.004 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:13.004 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:13.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:13.008 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:13.008 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:13.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:13.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:13.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:13.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:13.011 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:199 - org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest-bundle.properties was not found; using defaults 11:53:13.011 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:511 - Post processing: creating test bundle 11:53:13.072 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.namespace] 11:53:13.072 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:202 - Automatically creating Manifest for the test bundle 11:53:13.073 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:366 - Using the test class for generating bundle imports 11:53:13.078 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 11:53:13.078 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:460 - Package [org.eclipse.gemini.blueprint.iandt.namespace] is part of the test archive; parsing EmbeddedNamespaceLibraryTest bytecode to determine imports... 11:53:13.081 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class EmbeddedNamespaceLibraryTest 11:53:13.091 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:13.092 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:13.092 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest 11:53:13.094 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:13.094 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:13.095 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:13.095 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:13.096 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:13.096 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:13.096 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:13.096 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:13.097 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.namespace, org.eclipse.gemini.blueprint.iandt, java.util.jar, java.lang, org.springframework.util, org.springframework.context, org.springframework.beans.factory.xml, org.osgi.framework, java.net, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util, org.springframework.core.io} 11:53:13.097 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.namespace, java.util.jar, java.lang, java.net, java.util, java.security, java.lang.reflect, java.io] 11:53:13.097 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:13.097 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:282 - Filtered imports are [org.springframework.util, org.springframework.context, org.springframework.beans.factory.xml, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:53:13.097 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-Name=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.util,org.springframework.context,org.springframework.beans.factory.xml,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:13.097 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-Name=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-ClassPath=.,namespace/ns.jar, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.util,org.springframework.context,org.springframework.beans.factory.xml,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:13.098 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:13.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:13.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:13.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:13.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 11:53:13.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 11:53:13.099 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 11:53:13.103 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:557 - Test bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] successfully installed 11:53:13.103 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:13.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] 11:53:13.106 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:13.107 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest) 11:53:13.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] 11:53:13.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] 11:53:13.107 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:13.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] 11:53:13.107 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:562 - Test bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest)] successfully started 11:53:13.108 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:13.109 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:13.110 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:13.110 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:13.110 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:13.110 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:13.110 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:13.111 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:13.111 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:13.112 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:13.113 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:13.168 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:13.169 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:13.169 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:13.170 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:13.170 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:13.171 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:13.171 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:13.172 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:13.172 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest] does not trigger a context creation. 11:53:13.172 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 11:53:13.183 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 11:53:13.184 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1d483de4 11:53:13.184 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/namespace/context.xml 11:53:13.191 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): startup date [Wed Jan 17 11:53:13 UTC 2024]; root of context hierarchy 11:53:13.196 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:13.272 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/namespace/context.xml] 11:53:13.324 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:13.324 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:13.325 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:13.325 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:13.470 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/osgi/iandt/namespace/config/test.xsd 11:53:13.470 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/osgi/iandt/namespace/config/test.xsd at bundleresource://18.fwk952486988:1/org/springframework/osgi/iandt/namespace/config/test.xsd 11:53:13.483 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5d066c7d: defining beans [bean]; root of factory hierarchy 11:53:13.490 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:13.490 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:13.491 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:13.492 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:13.499 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@22356acd] 11:53:13.499 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@386f0da3] 11:53:13.513 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@176b3f44] 11:53:13.516 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): startup date [Wed Jan 17 11:53:13 UTC 2024]; root of context hierarchy] 11:53:13.517 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, org.springframework.context.service.name=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-SymbolicName=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, Bundle-Version=0.0.0} 11:53:13.518 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:13.575 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:13.575 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 11:53:13.576 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 11:53:13.576 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 11:53:13.577 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 11:53:13.577 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@63798ca7 11:53:13.578 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:13.578 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 11:53:13.578 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:447 - Test[testNamespaceFilesOnTheClassPath]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.288 sec - in org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest 11:53:13.581 [Thread-0] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:471 - Shutting down OSGi platform 11:53:13.581 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:13.581 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest (TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest) 11:53:13.582 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:13.582 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): startup date [Wed Jan 17 11:53:13 UTC 2024]; root of context hierarchy 11:53:13.582 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:13.582 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest, config=org/eclipse/gemini/blueprint/iandt/namespace/context.xml): startup date [Wed Jan 17 11:53:13 UTC 2024]; root of context hierarchy] 11:53:13.582 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:13.582 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:13.582 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:13.582 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:13.583 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:13.584 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:13.584 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testApplicationContextWasProperlyStarted-org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest_0.0.0 [18] for sending replayes events; last one was null 11:53:13.584 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:13.585 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:13.585 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:14,678 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:14,869 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:14,872 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:14,888 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:14,971 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:14,974 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:14,978 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:14,985 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:53:14,990 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:14,991 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:14,992 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:14,992 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:14,992 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:14,992 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:14,993 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:14,994 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:14,994 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:14,994 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:14,995 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest 11:53:15.192 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:15.196 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:85 - Instantiating platform wrapper... 11:53:15.196 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:215 - About to start Equinox OSGi Platform 11:53:15.776 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:15.779 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:15.780 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:15.781 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:15.781 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:15.916 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:15.978 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:15.983 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:15.985 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:15.993 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:15.998 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:16.000 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:16.006 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:16.077 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:16.093 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:16.169 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:16.175 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:16.181 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:16.193 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:16.196 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:16.200 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:16.203 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:16.281 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:16.304 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:16.305 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:16.305 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:16.305 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:16.305 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:16.306 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:16.306 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:16.306 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:16.306 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:16.307 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:16.307 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:16.307 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:16.368 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:16.369 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:16.369 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:16,410 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:16,480 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:16,483 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:16,492 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:16,510 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:16,512 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:16,571 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:16,577 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:53:16,582 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:16,582 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:16,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:16,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:16,583 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:16,584 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:16,585 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:16,585 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:16,585 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:16,585 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:16,585 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:16,586 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:53:16.596 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:16.604 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:16.769 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:16.770 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:16.774 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:16.777 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:16.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:16.785 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.785 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:16.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:16.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:16.786 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.786 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:16.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:16.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:16.787 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.787 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:16.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:16.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:16.787 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.788 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:16.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:16.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:16.788 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.789 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:16.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:16.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:16.789 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.789 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:16.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:16.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:16.790 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.790 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:16.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:16.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:16.791 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.791 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:16.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:16.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:16.792 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.793 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:16.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:16.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:16.794 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.794 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:16.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:16.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:16.796 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.796 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:16.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:16.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:16.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.797 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:16.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:16.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:16.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.798 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:16.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:16.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:16.799 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.799 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:16.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:16.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:16.802 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.803 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:16.803 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:16.803 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:16.807 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.807 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:16.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:16.813 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:16.814 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:16.872 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:16.873 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:16.877 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:16.878 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:16.879 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:53:16.879 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:53:16.880 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:16.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:16.891 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:16.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:16.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:16.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:16.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:16.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:16.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:16.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:16.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:16.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:16.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:16.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:16.896 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:16.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:16.897 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:16.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:16.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:16.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:16.899 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:16.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:16.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:16.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:16.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:16.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:16.902 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:16.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:16.903 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:16.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:16.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:16.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:16.905 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:16.905 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:16.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:16.908 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:16.908 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:16.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:16.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:16.909 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:16.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:16.910 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:199 - org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest-bundle.properties was not found; using defaults 11:53:16.911 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:511 - Post processing: creating test bundle 11:53:16.973 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.nonosgicl] 11:53:16.973 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:202 - Automatically creating Manifest for the test bundle 11:53:16.974 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:366 - Using the test class for generating bundle imports 11:53:16.976 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 11:53:16.976 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.nonosgicl] is part of the test archive; parsing NonOSGiLoaderProxyTest bytecode to determine imports... 11:53:16.980 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest 11:53:16.990 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 11:53:16.990 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.nonosgicl] is part of the test archive; parsing NonOSGiLoaderProxyTest$Service bytecode to determine imports... 11:53:16.990 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest$Service 11:53:16.991 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:16.991 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:16.991 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest 11:53:16.996 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:16.997 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:16.997 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:16.998 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:16.998 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:16.998 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:16.998 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:16.998 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:16.999 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.nonosgicl, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, javax.sql, java.util, org.springframework.beans.factory, org.springframework.context, org.eclipse.gemini.blueprint.context.support, java.sql, java.io, java.util.logging, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:53:16.999 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.nonosgicl, java.lang, java.util, java.sql, java.io, java.util.logging, java.util.jar, java.security, java.lang.reflect, java.net] 11:53:16.999 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:16.999 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:282 - Filtered imports are [org.osgi.framework, javax.sql, org.springframework.beans.factory, org.springframework.context, org.eclipse.gemini.blueprint.context.support, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:53:16.999 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-Name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,javax.sql,org.springframework.beans.factory,org.springframework.context,org.eclipse.gemini.blueprint.context.support,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:16.999 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-Name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,javax.sql,org.springframework.beans.factory,org.springframework.context,org.eclipse.gemini.blueprint.context.support,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:17.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 11:53:17.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 11:53:17.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 11:53:17.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 11:53:17.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 11:53:17.005 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:557 - Test bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] successfully installed 11:53:17.005 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:17.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] 11:53:17.008 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:17.009 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest) 11:53:17.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] 11:53:17.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] 11:53:17.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:17.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] 11:53:17.009 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:562 - Test bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] successfully started 11:53:17.010 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:17.011 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:17.012 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:17.012 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:17.012 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:17.012 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:17.013 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:17.013 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:17.013 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:17.068 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:17.069 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:17.071 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:17.071 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:17.072 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:17.073 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:17.073 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:17.073 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:17.074 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:17.074 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:17.075 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest] does not trigger a context creation. 11:53:17.075 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:364 - Writing test name [testProxy] to OSGi 11:53:17.087 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxy] for execution inside OSGi 11:53:17.087 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxy] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4032d386 11:53:17.087 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:190 - Loading context for locations: 11:53:17.095 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): startup date [Wed Jan 17 11:53:17 UTC 2024]; root of context hierarchy 11:53:17.100 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:53:17.114 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@6f44a157: defining beans []; root of factory hierarchy 11:53:17.120 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:17.120 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:53:17.121 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:17.168 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:17.171 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1458ed9c] 11:53:17.171 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@10a9d961] 11:53:17.173 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3abada5a] 11:53:17.176 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): startup date [Wed Jan 17 11:53:17 UTC 2024]; root of context hierarchy] 11:53:17.178 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, org.springframework.context.service.name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-SymbolicName=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-Version=0.0.0} 11:53:17.182 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:17.273 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): startup date [Wed Jan 17 11:53:17 UTC 2024]; root of context hierarchy 11:53:17.274 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:17.282 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml] 11:53:17.308 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:17.309 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:17.310 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:17.310 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:17.407 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:17.408 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:17.496 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4ff4357f: defining beans [service]; root of factory hierarchy 11:53:17.496 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:17.496 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:17.497 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:17.497 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:17.498 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@50468873] 11:53:17.498 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@146587a2] 11:53:17.514 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.Comparator, interface org.osgi.framework.Constants, interface org.springframework.beans.factory.InitializingBean, interface javax.sql.DataSource} and filter=[] in=[(&(objectClass=java.util.Comparator)(objectClass=org.osgi.framework.Constants)(objectClass=org.springframework.beans.factory.InitializingBean)(objectClass=javax.sql.DataSource))] 11:53:17.515 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=java.util.Comparator)(objectClass=org.osgi.framework.Constants)(objectClass=org.springframework.beans.factory.InitializingBean)(objectClass=javax.sql.DataSource))] in=[(&(objectClass=java.util.Comparator)(objectClass=org.osgi.framework.Constants)(objectClass=org.springframework.beans.factory.InitializingBean)(objectClass=javax.sql.DataSource))] 11:53:17.516 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:53:17.520 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:53:17.569 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 11:53:17.569 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 11:53:17.570 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 11:53:17.570 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 11:53:17.571 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest(TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest)] scanning available bundles 11:53:17.576 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=java.util.Comparator)(objectClass=org.osgi.framework.Constants)(objectClass=org.springframework.beans.factory.InitializingBean)(objectClass=javax.sql.DataSource))] 11:53:17.577 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{javax.sql.DataSource, java.util.Comparator, org.springframework.beans.factory.InitializingBean, org.osgi.framework.Constants}={service.id=33}} 11:53:17.577 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{javax.sql.DataSource, java.util.Comparator, org.springframework.beans.factory.InitializingBean, org.osgi.framework.Constants}={service.id=33}] bound to proxy 11:53:17.577 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{javax.sql.DataSource, java.util.Comparator, org.springframework.beans.factory.InitializingBean, org.osgi.framework.Constants}={service.id=33}] bound to proxy 11:53:17.578 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@732f29af] 11:53:17.578 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): startup date [Wed Jan 17 11:53:17 UTC 2024]; root of context hierarchy] 11:53:17.579 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, org.springframework.context.service.name=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-SymbolicName=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, Bundle-Version=0.0.0} 11:53:17.579 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:17.580 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest) 11:53:17.581 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): startup date [Wed Jan 17 11:53:17 UTC 2024]; root of context hierarchy 11:53:17.581 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml): startup date [Wed Jan 17 11:53:17 UTC 2024]; root of context hierarchy] 11:53:17.583 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{javax.sql.DataSource, java.util.Comparator, org.springframework.beans.factory.InitializingBean, org.osgi.framework.Constants}={service.id=33}] was unregistered and unbound from the service proxy 11:53:17.583 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{javax.sql.DataSource, java.util.Comparator, org.springframework.beans.factory.InitializingBean, org.osgi.framework.Constants}={service.id=33}] was unregistered and unbound from the service proxy 11:53:17.583 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:17.583 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:17.584 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:440 - Reading OSGi results for test [testProxy] 11:53:17.585 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:447 - Test[testProxy]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.397 sec - in org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest 11:53:17.588 [Thread-0] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:471 - Shutting down OSGi platform 11:53:17.588 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest (TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest) 11:53:17.588 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:17.589 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): startup date [Wed Jan 17 11:53:17 UTC 2024]; root of context hierarchy 11:53:17.589 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:17.589 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest, config=): startup date [Wed Jan 17 11:53:17 UTC 2024]; root of context hierarchy] 11:53:17.589 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:17.589 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:17.589 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:53:17.589 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:17.590 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:17.590 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:17.590 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:17.591 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testProxy-org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest_0.0.0 [18] for sending replayes events; last one was null 11:53:17.591 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:17.592 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:17.592 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:18,690 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:18,901 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:18,903 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:18,917 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:18,996 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:18,998 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:19,002 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:19,008 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:53:19,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:19,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:19,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:19,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:19,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:19,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:19,015 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:19,016 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:19,016 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:19,016 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:19,017 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest 11:53:19.205 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:19.209 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:85 - Instantiating platform wrapper... 11:53:19.210 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:215 - About to start Equinox OSGi Platform 11:53:19.769 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:19.773 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:19.773 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:19.775 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:19.775 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:19.979 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:19.992 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:19.996 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:19.998 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:20.005 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:20.077 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:20.079 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:20.087 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:20.097 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:20.179 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:20.196 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:20.200 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:20.206 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:20.274 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:20.276 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:20.283 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:20.287 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:20.293 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.0.M01-SNAPSHOT.jar] 11:53:20.305 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:20.409 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:20.409 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:20.469 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:20.470 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:20.471 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:20.471 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:20.472 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:20.472 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:20.473 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:20.473 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:20.474 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:20.474 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:20.475 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:20.475 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:20.476 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:20,518 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:20,578 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:20,580 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:20,590 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:20,608 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:20,609 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:20,612 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:20,668 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2d710f1a - No compression will be used 11:53:20,673 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:20,673 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:20,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:20,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:20,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:20,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:20,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:20,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:20,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:20,675 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:20,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:20,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:20,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:20,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:20,676 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:20,676 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:20,676 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:20,677 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:20,677 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:20,678 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f6f6701 - Registering current configuration as safe fallback point 11:53:20.695 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:20.701 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:20.876 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:20.877 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:20.881 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:20.884 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:20.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:20.891 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.891 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:20.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:20.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:20.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.893 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:20.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:20.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:20.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.893 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:20.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:20.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:20.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.894 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:20.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:20.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:20.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.895 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:20.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:20.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:20.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.896 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:20.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:20.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:20.896 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.896 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:20.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:20.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:20.897 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.897 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:20.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:20.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:20.903 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.903 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:20.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:20.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:20.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.904 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:20.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:20.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:20.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.906 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:20.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:20.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:20.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.906 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:20.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:20.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:20.907 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.907 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:20.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:20.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:20.908 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.908 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:20.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:20.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:20.909 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.909 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:20.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:20.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:20.910 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:20.910 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:20.910 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:20.916 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:20.916 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:20.969 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:20.970 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:20.973 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:20.974 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:20.975 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@56dc1551 w/ reference null 11:53:20.975 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@56dc1551 w/ reference null 11:53:20.976 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:20.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:20.988 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:20.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:20.990 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:20.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:20.990 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:20.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:20.991 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:20.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:20.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:20.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:20.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:20.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:20.993 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:20.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:20.994 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:20.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:20.995 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:20.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:20.996 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:20.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:20.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:20.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:20.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:20.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:20.999 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:20.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:21.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:21.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:21.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:21.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:21.001 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:21.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:21.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:21.002 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:21.005 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:21.005 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:21.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:21.010 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:21.010 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:21.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:21.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:21.011 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:21.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:21.012 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:319 - Starting [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.0.M01-SNAPSHOT.jar] 11:53:21.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 11:53:21.013 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:21.013 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider) 11:53:21.013 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 11:53:21.021 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle namespace-test is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:21.022 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:21.023 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 11:53:21.025 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 11:53:21.026 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:53:21.026 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 11:53:21.026 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1c65c336 11:53:21.027 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.027 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:21.027 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.027 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 11:53:21.028 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:21 UTC 2024]; root of context hierarchy 11:53:21.069 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:199 - org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest-bundle.properties was not found; using defaults 11:53:21.070 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:511 - Post processing: creating test bundle 11:53:21.073 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:21.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.ns] 11:53:21.081 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:202 - Automatically creating Manifest for the test bundle 11:53:21.081 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:366 - Using the test class for generating bundle imports 11:53:21.083 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 11:53:21.083 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:460 - Package [org.eclipse.gemini.blueprint.iandt.ns] is part of the test archive; parsing NamespaceProviderAndConsumerTest bytecode to determine imports... 11:53:21.086 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class NamespaceProviderAndConsumerTest 11:53:21.096 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:21.097 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:21.097 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest 11:53:21.099 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:21.099 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:21.100 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:21.168 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:21.168 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:21.169 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:21.170 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:21.170 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:21.170 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.ns, org.eclipse.gemini.blueprint.iandt, java.awt, java.lang, org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.net, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io} 11:53:21.170 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.ns, java.awt, java.lang, java.net, java.util, java.util.jar, java.security, java.lang.reflect, java.io] 11:53:21.171 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:21.171 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:282 - Filtered imports are [org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:53:21.171 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/META-INF/spring/context.xml] 11:53:21.171 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-Name=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:21.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-Name=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:21.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:21.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:21.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:21.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:21.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:21.172 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:21.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:21.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:21.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:21.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:21.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 11:53:21.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 11:53:21.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 11:53:21.179 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:557 - Test bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] successfully installed 11:53:21.179 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:21.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] 11:53:21.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:21.183 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest) 11:53:21.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] 11:53:21.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] 11:53:21.184 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:21.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] 11:53:21.185 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:562 - Test bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest)] successfully started 11:53:21.185 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:21.187 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:21.187 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:21.187 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:21.188 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:21.188 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:21.188 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:21.188 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:21.189 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:21.190 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:21.194 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:21.195 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:21.195 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:21.196 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:21.289 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:21.289 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:21.289 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:21.290 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:21.290 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:21.290 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.ns.own.provider] triggers a context creation; waiting for it 11:53:21.291 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.ns.own.provider] incremented to 1 11:53:21.293 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:21.293 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 11:53:21.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:21.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:21.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:21.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:21.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 11:53:21.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd at bundleresource://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 11:53:21.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:21.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd BogusHandler initialized 11:53:21.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@49d5c6f3: defining beans [bean,nsDate,nsBean,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2]; root of factory hierarchy 11:53:21.505 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:21.506 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:21.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:21.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:21.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:21.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@49d5c6f3: defining beans [bean,nsDate,nsBean,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2]; root of factory hierarchy] 11:53:21.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:21.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5253e597 11:53:21.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:21.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:21.574 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:21.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:21.574 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.574 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.574 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:21.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.577 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@386e8a57] 11:53:21.577 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@46085012] 11:53:21.606 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:53:21.607 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:53:21.607 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:53:21.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.Date] classes {class java.util.Date, interface java.io.Serializable, interface java.lang.Cloneable, interface java.lang.Comparable} 11:53:21.608 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, java.util.Date}] 11:53:21.610 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:53:21.610 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:53:21.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:53:21.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:53:21.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.Rectangle] classes {class java.awt.Rectangle, interface java.awt.Shape, interface java.io.Serializable, class java.awt.geom.Rectangle2D, class java.awt.geom.RectangularShape, interface java.lang.Cloneable} 11:53:21.611 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Rectangle, java.awt.Shape, java.awt.geom.Rectangle2D, java.awt.geom.RectangularShape, java.io.Serializable, java.lang.Cloneable}] 11:53:21.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:53:21.612 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] is being tracked for dependencies 11:53:21.612 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] depends (transitively) on the following importers:{} 11:53:21.612 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] depends on importers:[] 11:53:21.613 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.lang.Object] classes {class java.lang.Object} 11:53:21.613 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 11:53:21.613 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] started; all its dependencies are satisfied 11:53:21.614 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3b1bd44d] 11:53:21.616 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:21 UTC 2024]; root of context hierarchy] 11:53:21.617 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.ns.own.provider, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.ns.own.provider, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.ns.own.provider, Bundle-Version=1.0.0} 11:53:21.618 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:21.618 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.ns.own.provider] decremented to 0 11:53:21.618 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 11:53:21.619 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest] does not trigger a context creation. 11:53:21.619 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testTestAutowiring] to OSGi 11:53:21.621 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.ns.own.provider_1.0.0 [18] 11:53:21.628 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTestAutowiring] for execution inside OSGi 11:53:21.629 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTestAutowiring] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e74829 11:53:21.629 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/ns/context.xml 11:53:21.629 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): startup date [Wed Jan 17 11:53:21 UTC 2024]; root of context hierarchy 11:53:21.630 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:21.630 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/org/eclipse/gemini/blueprint/iandt/ns/context.xml] 11:53:21.673 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:21.674 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:21.675 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:21.675 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:21.700 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 11:53:21.700 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd at bundleresource://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd BogusHandler initialized 11:53:21.702 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2d6c53fc: defining beans [bean,nsDate,nsBean]; root of factory hierarchy 11:53:21.703 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:21.703 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:21.703 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:21.704 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:21.704 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3148f668] 11:53:21.705 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6e005dc9] 11:53:21.706 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ceb3185] 11:53:21.706 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): startup date [Wed Jan 17 11:53:21 UTC 2024]; root of context hierarchy] 11:53:21.706 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, org.springframework.context.service.name=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-SymbolicName=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, Bundle-Version=0.0.0} 11:53:21.707 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:21.791 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:21.792 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testTestAutowiring] 11:53:21.792 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testTestAutowiring]'s result read 11:53:21.793 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 11:53:21.794 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 11:53:21.794 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@37e4d7bb 11:53:21.795 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:21.795 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 11:53:21.795 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 11:53:21.795 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNSBundlePublishedOkay] to OSGi 11:53:21.796 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNSBundlePublishedOkay] for execution inside OSGi 11:53:21.796 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNSBundlePublishedOkay] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6f7923a5 11:53:21.797 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:21.797 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNSBundlePublishedOkay] 11:53:21.797 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testNSBundlePublishedOkay]'s result read 11:53:21.797 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 11:53:21.797 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 11:53:21.798 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@54eb2b70 11:53:21.798 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:21.798 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 11:53:21.798 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testNamespaceFilesOnTheClassPath]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.597 sec - in org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest 11:53:21.801 [Thread-0] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:471 - Shutting down OSGi platform 11:53:21.801 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:21.801 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest (TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest) 11:53:21.802 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.ns.own.provider_1.0.0 [18]] 11:53:21.802 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): startup date [Wed Jan 17 11:53:21 UTC 2024]; root of context hierarchy 11:53:21.802 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest, config=org/eclipse/gemini/blueprint/iandt/ns/context.xml): startup date [Wed Jan 17 11:53:21 UTC 2024]; root of context hierarchy] 11:53:21.869 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:21.874 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.ns.own.provider has unused registered services; added for shutdown 11:53:21.875 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.ns.own.provider_1.0.0 [18]] 11:53:21.876 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:21.876 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.877 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1c65c336 11:53:21.877 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.877 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 11:53:21.877 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider) 11:53:21.878 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:21 UTC 2024]; root of context hierarchy 11:53:21.878 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:21 UTC 2024]; root of context hierarchy] 11:53:21.878 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#2] 11:53:21.879 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.lang.Object}={org.eclipse.gemini.blueprint.bean.name=bean, org.springframework.osgi.bean.name=bean, osgi.service.blueprint.compname=bean, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.ns.own.provider, Bundle-Version=1.0.0, service.id=34}] 11:53:21.879 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:53:21.879 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Rectangle, java.awt.Shape, java.awt.geom.Rectangle2D, java.awt.geom.RectangularShape, java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=nsBean, org.springframework.osgi.bean.name=nsBean, osgi.service.blueprint.compname=nsBean, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.ns.own.provider, Bundle-Version=1.0.0, service.id=33}] 11:53:21.879 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:53:21.880 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, java.util.Date}={org.eclipse.gemini.blueprint.bean.name=nsDate, org.springframework.osgi.bean.name=nsDate, osgi.service.blueprint.compname=nsDate, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.ns.own.provider, Bundle-Version=1.0.0, service.id=32}] 11:53:21.880 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:21.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:53:21.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1c65c336 11:53:21.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:21.881 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:21.882 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:21.882 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:21.882 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:21.882 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:21.882 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:21.894 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.assertj.core_3.6.2 [7] for sending replayes events; last one was null 11:53:21.894 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.apache.servicemix.bundles.spring-test_5.0.4.RELEASE_1 [13] for sending replayes events; last one was null 11:53:21.894 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testTestAutowiring-org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest_0.0.0 [19] for sending replayes events; last one was null 11:53:21.894 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:21.894 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:21.894 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.apache.servicemix.bundles.junit_4.12.0.1 [1] for sending replayes events; last one was null 11:53:21.895 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:23,068 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:23,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:23,206 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:23,219 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:23,299 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:23,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:23,304 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:23,310 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@76f2b07d - No compression will be used 11:53:23,373 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:23,373 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:23,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:23,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:23,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:23,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:23,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:23,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:23,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:23,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:23,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:23,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:23,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:23,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:23,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:23,377 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:23,377 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:23,378 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:23,378 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:23,379 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7a765367 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest 11:53:23.476 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:23.481 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:85 - Instantiating platform wrapper... 11:53:23.481 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:215 - About to start Equinox OSGi Platform 11:53:24.001 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:24.004 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:24.004 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:24.005 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:24.006 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:24.200 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:24.269 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:24.274 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:24.277 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:24.285 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:24.292 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:24.294 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:24.303 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:24.369 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:24.384 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:24.401 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:24.468 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:24.476 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:24.490 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:24.494 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:24.499 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:24.501 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:24.577 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:24.602 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:24.603 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:24.603 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:24.603 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:24.603 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:24.604 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:24.604 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:24.604 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:24.604 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:24.605 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:24.605 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:24.605 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:24.606 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:24.610 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:24.611 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:24,699 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:24,778 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:24,780 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:24,789 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:24,806 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:24,808 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:24,811 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:24,816 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:53:24,819 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:24,819 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:24,821 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:24,822 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:24,822 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:24,822 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:24,822 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:24,822 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:24,822 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:24,822 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:24,823 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:53:24.877 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:24.885 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:25.005 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:25.005 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:25.009 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:25.011 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:25.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:25.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.071 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:25.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:25.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:25.072 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.072 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:25.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:25.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:25.073 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.073 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:25.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:25.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:25.074 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.074 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:25.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:25.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:25.075 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.075 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:25.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:25.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:25.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.077 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:25.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:25.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:25.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.077 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:25.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:25.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:25.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.079 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:25.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:25.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:25.080 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.081 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:25.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:25.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:25.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.083 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:25.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:25.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:25.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:25.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:25.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:25.090 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.091 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:25.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:25.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:25.091 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.092 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:25.092 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:25.092 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:25.092 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.093 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:25.093 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:25.093 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:25.096 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.096 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:25.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:25.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:25.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.097 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:25.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:25.104 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:25.104 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:25.108 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:25.109 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:25.170 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:25.172 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:25.173 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@452e19ca w/ reference null 11:53:25.173 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@452e19ca w/ reference null 11:53:25.174 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:25.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:25.187 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.188 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:25.188 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:25.189 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.189 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:25.189 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:25.190 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:25.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:25.190 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:25.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:25.191 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:25.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:25.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:25.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:25.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:25.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:25.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:25.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:25.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:25.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:25.197 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:25.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:25.198 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:25.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:25.199 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:25.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:25.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:25.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:25.201 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:25.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:25.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:25.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:25.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:25.203 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:25.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:25.207 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.207 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:25.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:25.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:25.208 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:25.210 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:199 - org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest-bundle.properties was not found; using defaults 11:53:25.210 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:511 - Post processing: creating test bundle 11:53:25.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.postprocessors] 11:53:25.270 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:202 - Automatically creating Manifest for the test bundle 11:53:25.271 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:366 - Using the test class for generating bundle imports 11:53:25.275 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 11:53:25.275 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest bytecode to determine imports... 11:53:25.279 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest 11:53:25.291 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 11:53:25.291 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2 bytecode to determine imports... 11:53:25.291 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2 11:53:25.291 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 11:53:25.292 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2 bytecode to determine imports... 11:53:25.292 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2 11:53:25.292 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 11:53:25.292 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor bytecode to determine imports... 11:53:25.292 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor 11:53:25.292 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 11:53:25.293 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2 bytecode to determine imports... 11:53:25.293 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2 11:53:25.293 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 11:53:25.293 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2 bytecode to determine imports... 11:53:25.293 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2 11:53:25.294 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 11:53:25.294 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.postprocessors] is part of the test archive; parsing BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor bytecode to determine imports... 11:53:25.294 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor 11:53:25.294 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:25.294 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:25.294 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest 11:53:25.296 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:25.296 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:25.297 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:25.297 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:25.297 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:25.298 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:25.298 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:25.298 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:25.298 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.postprocessors, org.eclipse.gemini.blueprint.iandt, java.lang.invoke, java.lang, java.util, org.assertj.core.api, java.util.function, org.springframework.beans.factory.config, org.springframework.core, org.springframework.beans, org.springframework.beans.factory.support, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:53:25.298 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.postprocessors, java.lang.invoke, java.lang, java.util, java.util.function, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:53:25.299 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:25.299 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:282 - Filtered imports are [org.assertj.core.api, org.springframework.beans.factory.config, org.springframework.core, org.springframework.beans, org.springframework.beans.factory.support, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:53:25.299 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-Name=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.assertj.core.api,org.springframework.beans.factory.config,org.springframework.core,org.springframework.beans,org.springframework.beans.factory.support,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:25.299 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-Name=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.assertj.core.api,org.springframework.beans.factory.config,org.springframework.core,org.springframework.beans,org.springframework.beans.factory.support,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:25.299 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:25.299 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 11:53:25.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 11:53:25.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 11:53:25.307 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:557 - Test bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] successfully installed 11:53:25.307 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:25.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] 11:53:25.310 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:25.310 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest) 11:53:25.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] 11:53:25.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] 11:53:25.311 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:25.311 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] 11:53:25.311 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:562 - Test bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest)] successfully started 11:53:25.311 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:25.368 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:25.369 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:25.369 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:25.369 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:25.370 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:25.370 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:25.370 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:25.371 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:25.372 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:25.374 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:25.375 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:25.376 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:25.376 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:25.377 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:25.377 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:25.378 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:25.378 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:25.379 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:25.379 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest] does not trigger a context creation. 11:53:25.380 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:364 - Writing test name [testOrderOfRegistryAndFactoryPostProcessorInvocations] to OSGi 11:53:25.395 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOrderOfRegistryAndFactoryPostProcessorInvocations] for execution inside OSGi 11:53:25.395 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOrderOfRegistryAndFactoryPostProcessorInvocations] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1ae8bcbc 11:53:25.396 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 11:53:25.402 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): startup date [Wed Jan 17 11:53:25 UTC 2024]; root of context hierarchy 11:53:25.406 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:25.427 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml] 11:53:25.497 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:25.498 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:25.499 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:25.499 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:25.605 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@61544ae6: defining beans [registryPostProcessorUnordered,registryPostProcessorPriorityOrdered,registryPostProcessorOrdered,factoryPostProcessorUnordered,factoryPostProcessorPriorityOrdered,factoryPostProcessorOrdered]; root of factory hierarchy 11:53:25.611 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:25.611 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:25.612 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:25.613 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:25.683 [main] INFO o.s.b.f.s.DefaultListableBeanFactory:824 - Overriding bean definition for bean 'DefinitionPostProcessorWithOrder2Child' with a different definition: replacing [Generic bean: class [org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [java.util.ArrayList]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] 11:53:25.687 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@38831718] 11:53:25.687 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2c1156a7] 11:53:25.690 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1a760689] 11:53:25.692 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): startup date [Wed Jan 17 11:53:25 UTC 2024]; root of context hierarchy] 11:53:25.694 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, org.springframework.context.service.name=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-SymbolicName=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, Bundle-Version=0.0.0} 11:53:25.695 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:25.776 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:25.777 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:440 - Reading OSGi results for test [testOrderOfRegistryAndFactoryPostProcessorInvocations] 11:53:25.778 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:447 - Test[testOrderOfRegistryAndFactoryPostProcessorInvocations]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.305 sec - in org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest 11:53:25.781 [Thread-0] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:471 - Shutting down OSGi platform 11:53:25.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:25.782 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest (TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest) 11:53:25.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:25.782 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): startup date [Wed Jan 17 11:53:25 UTC 2024]; root of context hierarchy 11:53:25.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:25.782 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest, config=/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml): startup date [Wed Jan 17 11:53:25 UTC 2024]; root of context hierarchy] 11:53:25.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:25.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:25.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:25.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:25.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:25.784 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:25.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testOrderOfRegistryAndFactoryPostProcessorInvocations-org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest_0.0.0 [18] for sending replayes events; last one was null 11:53:25.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:25.785 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:25.786 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:26,875 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:27,009 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:27,012 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:27,072 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:27,104 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:27,105 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:27,109 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:27,171 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:53:27,177 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:27,177 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:27,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:27,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:27,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:27,179 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:27,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:27,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:27,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:27,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:27,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:27,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:27,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:27,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:27,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:27,181 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:27,181 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:27,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:27,182 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:27,182 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest 11:53:27.315 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:27.319 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:85 - Instantiating platform wrapper... 11:53:27.368 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:215 - About to start Equinox OSGi Platform 11:53:27.879 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:27.883 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:27.884 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:27.886 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:27.887 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:28.084 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:28.093 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:28.097 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:28.099 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:28.105 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:28.172 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:28.175 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:28.184 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:28.192 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:28.203 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:28.283 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:28.290 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:28.296 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:28.305 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:28.307 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:28.371 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:28.375 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:28.381 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.configadmin/1.4.0/org.apache.felix.configadmin-1.4.0.jar] 11:53:28.397 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:28.483 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:28.484 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:28.484 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:28.484 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:28.484 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:28.485 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:28.485 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:28.485 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:28.485 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:28.486 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:28.486 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:28.486 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:28.487 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:28.487 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:28.487 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:28,570 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:28,599 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:28,601 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:28,608 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:28,673 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:28,675 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:28,680 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:28,686 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b8ee4de - No compression will be used 11:53:28,690 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:28,690 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:28,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:28,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:28,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:28,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:28,692 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:28,693 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:28,693 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:28,693 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:28,694 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@54e1c68b - Registering current configuration as safe fallback point 11:53:28.702 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:28.709 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:28.880 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:28.881 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:28.884 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:28.887 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:28.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:28.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.894 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:28.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:28.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:28.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.895 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:28.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:28.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:28.896 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.896 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:28.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:28.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:28.897 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.897 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:28.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:28.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:28.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.898 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:28.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:28.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:28.899 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.899 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:28.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:28.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:28.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.900 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:28.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:28.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:28.902 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.902 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:28.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:28.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:28.903 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.903 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:28.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:28.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:28.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.905 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:28.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:28.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:28.910 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.911 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:28.911 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:28.911 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:28.911 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.911 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:28.911 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:28.912 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:28.912 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.912 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:28.912 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:28.916 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:28.916 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.917 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:28.917 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:28.917 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:28.917 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.917 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:28.917 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:28.917 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:28.918 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:28.918 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:28.918 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:28.973 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:28.973 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:28.978 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:28.979 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:28.982 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:28.983 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:28.983 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:53:28.984 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:53:28.985 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:28.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:28.996 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:28.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:28.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:28.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:28.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:28.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:28.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:28.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:28.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:28.999 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:28.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:28.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:29.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:29.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:29.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:29.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:29.001 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:29.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:29.002 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.002 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:29.002 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:29.003 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:29.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:29.004 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.005 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:29.005 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:29.006 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.006 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:29.006 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:29.006 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:29.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:29.007 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:29.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:29.008 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:29.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:29.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:29.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:29.010 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:29.011 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:29.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:29.014 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:29.014 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:29.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:29.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:29.015 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:29.015 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:319 - Starting [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)|file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.configadmin/1.4.0/org.apache.felix.configadmin-1.4.0.jar] 11:53:29.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 11:53:29.074 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.felix.configadmin]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:29.074 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.felix.configadmin]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache Felix Configuration Admin Service (org.apache.felix.configadmin) 11:53:29.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 11:53:29.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 11:53:29.075 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.felix.configadmin]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 11:53:29.076 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 11:53:29.077 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:511 - Post processing: creating test bundle 11:53:29.084 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.propertyplaceholder] 11:53:29.085 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:202 - Automatically creating Manifest for the test bundle 11:53:29.085 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:366 - Using the test class for generating bundle imports 11:53:29.087 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 11:53:29.087 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:460 - Package [org.eclipse.gemini.blueprint.iandt.propertyplaceholder] is part of the test archive; parsing PropertyPlaceholderTest bytecode to determine imports... 11:53:29.089 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class PropertyPlaceholderTest 11:53:29.099 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:29.099 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:29.099 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest 11:53:29.101 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:29.101 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:29.101 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:29.102 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:29.102 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:29.102 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:29.103 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:29.103 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:29.103 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.propertyplaceholder, org.eclipse.gemini.blueprint.iandt, java.lang, java.util, org.eclipse.gemini.blueprint.context, java.io, org.eclipse.gemini.blueprint.context.support, org.osgi.framework, org.osgi.service.cm, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:53:29.103 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.propertyplaceholder, java.lang, java.util, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 11:53:29.103 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:29.103 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.context, org.eclipse.gemini.blueprint.context.support, org.osgi.framework, org.osgi.service.cm, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:53:29.103 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.context.support,org.osgi.framework,org.osgi.service.cm,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context,org.eclipse.gemini.blueprint.context.support,org.osgi.framework,org.osgi.service.cm,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:29.104 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:29.105 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:29.105 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:29.105 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 11:53:29.105 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 11:53:29.105 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 11:53:29.105 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 11:53:29.109 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:557 - Test bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] successfully installed 11:53:29.109 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:29.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] 11:53:29.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:29.112 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest) 11:53:29.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] 11:53:29.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] 11:53:29.113 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:29.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] 11:53:29.113 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:562 - Test bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] successfully started 11:53:29.113 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:29.169 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:29.169 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:29.170 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:29.170 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:29.170 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:29.170 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:29.171 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:29.171 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:29.172 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:29.173 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:29.174 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:29.174 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:29.175 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:29.176 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:29.176 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:29.176 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:29.176 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:29.177 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:29.177 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.felix.configadmin] does not trigger a context creation. 11:53:29.177 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest] does not trigger a context creation. 11:53:29.177 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFallbackProperties] to OSGi 11:53:29.187 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFallbackProperties] for execution inside OSGi 11:53:29.188 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFallbackProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@40317ba2 11:53:29.188 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:190 - Loading context for locations: 11:53:29.197 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy 11:53:29.201 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:53:29.215 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@30c93896: defining beans []; root of factory hierarchy 11:53:29.223 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:29.223 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:53:29.224 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:29.224 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:29.226 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@598bd2ba] 11:53:29.227 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a755cc1] 11:53:29.229 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@22f31dec] 11:53:29.269 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy] 11:53:29.271 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, org.springframework.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Version=0.0.0} 11:53:29.272 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:29.331 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy 11:53:29.331 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:29.370 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml] 11:53:29.397 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:29.398 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:29.399 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:29.399 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:29.569 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 11:53:29.570 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 11:53:29.573 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:29.574 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:29.584 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 11:53:29.585 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundleresource://10.fwk952486988/org/springframework/context/config/spring-context.xsd 11:53:29.589 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 11:53:29.590 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-tool.xsd 11:53:29.687 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@73a2e526: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 11:53:29.688 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:29.688 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:29.688 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:29.688 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:29.709 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBeanBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.710 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBeanCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.711 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.context.BundleContextAwareCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.712 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:53:29.718 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] exports [org.eclipse.gemini.blueprint.context] as version [3.0.0.M01-SNAPSHOT] but version [0.0.0] was required 11:53:29.719 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.719 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.DisposableBeanCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.720 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.FactoryBeanCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.778 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.support.PropertySourcesPlaceholderConfigurerBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.778 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PlaceholderConfigurerSupportBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.779 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PropertyResourceConfigurerBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.779 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.io.support.PropertiesLoaderSupportBeanInfo] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.780 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.io.support.PropertiesLoaderSupportCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.781 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PropertyResourceConfigurerCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.781 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.PlaceholderConfigurerSupportCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.782 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.support.PropertySourcesPlaceholderConfigurerCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.783 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.context.EnvironmentAwareCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.784 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanNameAwareCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.784 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.785 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.config.BeanFactoryPostProcessorCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.785 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.PriorityOrderedCustomizer] required by [TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest(TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest)] scanning available bundles 11:53:29.790 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@8692d67] 11:53:29.790 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@78f5c518] 11:53:29.808 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5c08c46a] 11:53:29.808 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy] 11:53:29.809 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, org.springframework.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Version=0.0.0} 11:53:29.809 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:29.810 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest) 11:53:29.810 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy 11:53:29.811 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy] 11:53:29.812 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:29.812 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:29.812 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFallbackProperties] 11:53:29.868 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:447 - Test[testFallbackProperties]'s result read 11:53:29.869 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFoundProperties] to OSGi 11:53:29.870 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFoundProperties] for execution inside OSGi 11:53:29.870 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFoundProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6f2cfcc2 11:53:29.871 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy 11:53:29.871 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:29.872 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml] 11:53:29.874 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:29.874 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:29.875 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:29.875 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:29.891 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 11:53:29.892 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 11:53:29.893 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:29.894 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:29.899 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 11:53:29.900 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundleresource://10.fwk952486988/org/springframework/context/config/spring-context.xsd 11:53:29.902 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 11:53:29.902 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-tool.xsd 11:53:29.968 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@54e22bdd: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 11:53:29.968 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:29.969 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:29.969 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:29.969 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:29.972 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3569fc08] 11:53:29.972 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@20b12f8a] 11:53:29.977 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7d42c224] 11:53:29.977 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy] 11:53:29.977 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, org.springframework.context.service.name=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-SymbolicName=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, Bundle-Version=0.0.0} 11:53:29.978 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:29.979 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest) 11:53:29.979 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy 11:53:29.979 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy] 11:53:29.979 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:29.980 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:29.980 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFoundProperties] 11:53:29.980 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:447 - Test[testFoundProperties]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.668 sec - in org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest 11:53:29.988 [Thread-0] INFO o.e.g.b.i.p.PropertyPlaceholderTest:471 - Shutting down OSGi platform 11:53:29.988 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest (TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest) 11:53:29.988 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:29.988 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy 11:53:29.988 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:29.988 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest, config=): startup date [Wed Jan 17 11:53:29 UTC 2024]; root of context hierarchy] 11:53:29.988 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:29.989 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:29.989 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:53:29.989 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:29.989 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:29.989 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:29.989 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:29.991 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testFallbackProperties-org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest_0.0.0 [19] for sending replayes events; last one was null 11:53:29.991 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.apache.felix.configadmin_1.4.0 [18] for sending replayes events; last one was null 11:53:29.991 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:29.992 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:29.993 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:31,089 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:31,272 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:31,274 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:31,291 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:31,376 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:31,378 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:31,383 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:31,389 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:53:31,393 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:31,394 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:31,396 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:31,396 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:31,397 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:31,397 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:31,397 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest 11:53:31.586 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:31.590 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:85 - Instantiating platform wrapper... 11:53:31.590 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:215 - About to start Equinox OSGi Platform 11:53:32.084 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:32.086 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:32.087 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:32.088 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:32.089 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:32.275 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:32.294 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:32.298 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:32.300 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:32.307 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:32.368 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:32.370 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:32.377 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:32.384 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:32.395 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:32.471 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:32.475 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:32.480 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:32.489 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:32.490 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:32.495 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:32.498 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:32.502 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.0.M01-SNAPSHOT.jar] 11:53:32.576 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:32.600 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:32.601 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:32.601 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:32.601 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:32.601 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:32.602 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:32.602 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:32.602 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:32.603 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:32.603 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:32.603 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:32.603 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:32.604 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:32.604 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:32.604 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:32,704 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:32,778 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:32,780 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:32,789 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:32,808 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:32,810 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:32,813 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:32,819 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b8ee4de - No compression will be used 11:53:32,823 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:32,867 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:32,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:32,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:32,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:32,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:32,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:32,870 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:32,870 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:32,870 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:32,871 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:32,871 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@54e1c68b - Registering current configuration as safe fallback point 11:53:32.880 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:32.895 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:33.068 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:33.069 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:33.072 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:33.075 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:33.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:33.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.082 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:33.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:33.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:33.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.083 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:33.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:33.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:33.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:33.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:33.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:33.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.086 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:33.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:33.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:33.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.087 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:33.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:33.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:33.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.088 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:33.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:33.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:33.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.088 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:33.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:33.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:33.090 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.090 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:33.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:33.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:33.091 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.091 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:33.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:33.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:33.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.098 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:33.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:33.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:33.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.101 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:33.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:33.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:33.102 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.102 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:33.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:33.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:33.103 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.103 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:33.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:33.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:33.109 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.109 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:33.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:33.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:33.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.110 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:33.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:33.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:33.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.112 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:33.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:33.171 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:33.172 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:33.178 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:33.178 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:33.182 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:33.183 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:33.184 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:53:33.184 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:53:33.185 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:33.188 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:33.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:33.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:33.197 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:33.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:33.198 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:33.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:33.199 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:33.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:33.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:33.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:33.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:33.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:33.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:33.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:33.204 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:33.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:33.205 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:33.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:33.206 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:33.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:33.208 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:33.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:33.208 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.208 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:33.209 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:33.209 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:33.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:33.210 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:33.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:33.211 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:33.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:33.212 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:33.213 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:33.216 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:33.217 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.217 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:33.217 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:33.217 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:33.269 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:33.269 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:319 - Starting [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.0.M01-SNAPSHOT.jar] 11:53:33.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 11:53:33.270 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.270 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener) 11:53:33.270 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 11:53:33.276 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-proxy-listener is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:33.277 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 11:53:33.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 11:53:33.279 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:53:33.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 11:53:33.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19d41c92 11:53:33.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.280 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:33.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener)] 11:53:33.280 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:33.282 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:33 UTC 2024]; root of context hierarchy 11:53:33.282 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:199 - org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest-bundle.properties was not found; using defaults 11:53:33.282 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:511 - Post processing: creating test bundle 11:53:33.286 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:33.293 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxied.listener] 11:53:33.293 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:202 - Automatically creating Manifest for the test bundle 11:53:33.294 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:366 - Using the test class for generating bundle imports 11:53:33.296 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 11:53:33.296 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt.proxied.listener] is part of the test archive; parsing ProxiedListenerTest bytecode to determine imports... 11:53:33.300 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class ProxiedListenerTest 11:53:33.308 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/META-INF/spring/config.xml] 11:53:33.369 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:33.369 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:33.370 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest 11:53:33.373 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:33.374 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:33.374 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:33.375 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:33.376 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:33.376 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:33.377 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:33.377 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:33.377 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.proxied.listener, org.eclipse.gemini.blueprint.iandt, java.lang, java.io, org.eclipse.gemini.blueprint.iandt.proxy.listener, java.awt.geom, org.osgi.framework, java.awt, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:53:33.377 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.proxied.listener, java.lang, java.io, java.awt.geom, java.awt, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 11:53:33.378 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:33.378 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.proxy.listener, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:53:33.378 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-Name=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.proxy.listener,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:33.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-Name=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.proxy.listener,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:33.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:33.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:33.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:33.379 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:33.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:33.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:33.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:33.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:33.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:33.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:33.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 11:53:33.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 11:53:33.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 11:53:33.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 11:53:33.388 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:557 - Test bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] successfully installed 11:53:33.388 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:33.492 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] 11:53:33.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:33.493 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest) 11:53:33.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] 11:53:33.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] 11:53:33.494 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:33.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] 11:53:33.495 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:562 - Test bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] successfully started 11:53:33.495 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:33.498 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:33.498 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:33.499 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:33.499 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:33.499 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:33.500 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:33.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:33.500 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:33.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:33.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:33.501 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:33.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:33.502 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:33.504 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:33.506 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:33.507 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:33.508 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:33.509 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:33.509 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:33.510 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:33.510 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:33.511 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:33.511 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.proxy.listener] triggers a context creation; waiting for it 11:53:33.568 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.listener] incremented to 1 11:53:33.571 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:33.571 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 11:53:33.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:33.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:33.798 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@21891258: defining beans [listener,export]; root of factory hierarchy 11:53:33.809 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:33.809 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:33.810 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:33.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:33.820 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:33.824 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@21891258: defining beans [listener,export]; root of factory hierarchy] 11:53:33.824 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:33.825 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2acbff7e 11:53:33.825 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:33.825 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:33.825 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:33.826 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:33.826 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:33.826 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:33.826 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:33.826 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:33.827 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:33.830 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@562fb487] 11:53:33.830 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2decb8d2] 11:53:33.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export] is being tracked for dependencies 11:53:33.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export] depends (transitively) on the following importers:{} 11:53:33.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export] depends on importers:[] 11:53:33.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.proxy.listener.internal.ListenerClass] classes {} 11:53:33.879 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}] 11:53:33.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export] started; all its dependencies are satisfied 11:53:33.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f6286ba] 11:53:33.885 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:33 UTC 2024]; root of context hierarchy] 11:53:33.887 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.listener, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-Version=1.0.0} 11:53:33.887 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:33.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.listener] decremented to 0 11:53:33.888 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 11:53:33.889 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest] does not trigger a context creation. 11:53:33.889 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:364 - Writing test name [testListenerProxy] to OSGi 11:53:33.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.proxy.listener_1.0.0 [18] 11:53:33.899 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerProxy] for execution inside OSGi 11:53:33.899 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerProxy] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5a9f4771 11:53:33.899 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 11:53:33.900 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): startup date [Wed Jan 17 11:53:33 UTC 2024]; root of context hierarchy 11:53:33.900 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:33.901 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml] 11:53:33.903 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:33.903 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:33.903 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:33.904 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:33.969 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:33.969 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:33.977 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@38ba6ce3: defining beans [listener,reference]; root of factory hierarchy 11:53:33.978 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:33.978 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:33.978 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:33.978 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:33.979 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7fbdb894] 11:53:33.979 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3081f72c] 11:53:33.982 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener)] 11:53:33.982 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener)] 11:53:33.982 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:53:33.987 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:53:33.993 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:33.993 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:33.994 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:33.994 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:33.994 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:33.996 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener)] 11:53:33.996 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener, org.springframework.osgi.bean.name=listener, osgi.service.blueprint.compname=listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-Version=1.0.0, service.id=32}} 11:53:33.997 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener, org.springframework.osgi.bean.name=listener, osgi.service.blueprint.compname=listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:53:33.997 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener, org.springframework.osgi.bean.name=listener, osgi.service.blueprint.compname=listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:53:33.999 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterBeanInfo] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:33.999 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapterCustomizer] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:34.000 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListenerCustomizer] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:34.001 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.InitializingBeanCustomizer] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:34.001 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:34.068 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest(TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest)] scanning available bundles 11:53:34.069 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public final void com.sun.proxy.$Proxy7.bind(java.lang.Object,java.util.Map)] on class com.sun.proxy.$Proxy7 11:53:34.069 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public final void com.sun.proxy.$Proxy7.unbind(java.lang.Object,java.util.Map)] on class com.sun.proxy.$Proxy7 11:53:34.070 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public final void com.sun.proxy.$Proxy7.bind(java.lang.Object,java.util.Map)]], bind ServiceReference=null unbind methods=[[public final void com.sun.proxy.$Proxy7.unbind(java.lang.Object,java.util.Map)]], unbind ServiceReference=null 11:53:34.070 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:53:34.070 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:53:34.071 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:53:34.071 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:53:34.074 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:53:34.075 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:53:34.075 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@479460a6 w/ reference null 11:53:34.075 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 11:53:34.075 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public final void com.sun.proxy.$Proxy7.unbind(java.lang.Object,java.util.Map) 11:53:34.079 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.proxy.listener] {org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener,org.springframework.osgi.bean.name=listener,osgi.service.blueprint.compname=listener,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener,Bundle-Version=1.0.0,service.id=32} Unbind service null w/ props null 11:53:34.079 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@479460a6 w/ reference null 11:53:34.080 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1fc32e4f] 11:53:34.080 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): startup date [Wed Jan 17 11:53:33 UTC 2024]; root of context hierarchy] 11:53:34.080 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, org.springframework.context.service.name=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-SymbolicName=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, Bundle-Version=0.0.0} 11:53:34.081 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener 11:53:34.104 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 11:53:34.104 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=35}] bound to proxy 11:53:34.104 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@479460a6 w/ reference {java.awt.Shape}={service.id=35} 11:53:34.104 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@14fc1f0 with props={objectClass=[Ljava.lang.String;@4ae9cfc1, service.id=35} 11:53:34.105 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public final void com.sun.proxy.$Proxy7.bind(java.lang.Object,java.util.Map) Bind service java.awt.geom.Area@632ceb35 w/ props {objectClass=[Ljava.lang.String;@4ae9cfc1, service.id=35} 11:53:34.105 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@479460a6 w/ reference {java.awt.Shape}={service.id=35} 11:53:34.105 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@479460a6 w/ reference {java.awt.Shape}={service.id=35} 11:53:34.106 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@14fc1f0 with props={objectClass=[Ljava.lang.String;@1c93f6e1, service.id=35} 11:53:34.106 [main] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public final void com.sun.proxy.$Proxy7.unbind(java.lang.Object,java.util.Map) Unbind service java.awt.geom.Area@632ceb35 w/ props {objectClass=[Ljava.lang.String;@1c93f6e1, service.id=35} 11:53:34.106 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@479460a6 w/ reference {java.awt.Shape}={service.id=35} 11:53:34.106 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=35}] was unregistered and unbound from the service proxy 11:53:34.106 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=35}] was unregistered and unbound from the service proxy 11:53:34.107 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:34.107 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:440 - Reading OSGi results for test [testListenerProxy] 11:53:34.108 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:447 - Test[testListenerProxy]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.526 sec - in org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest 11:53:34.111 [Thread-0] INFO o.e.g.b.i.p.l.ProxiedListenerTest:471 - Shutting down OSGi platform 11:53:34.111 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:34.111 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest (TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest) 11:53:34.111 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.proxy.listener_1.0.0 [18]] 11:53:34.112 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): startup date [Wed Jan 17 11:53:33 UTC 2024]; root of context hierarchy 11:53:34.112 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest, config=org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml): startup date [Wed Jan 17 11:53:33 UTC 2024]; root of context hierarchy] 11:53:34.168 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener, org.springframework.osgi.bean.name=listener, osgi.service.blueprint.compname=listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:53:34.168 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener, org.springframework.osgi.bean.name=listener, osgi.service.blueprint.compname=listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:53:34.169 [Thread-4] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.proxy.listener] {org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener,org.springframework.osgi.bean.name=listener,osgi.service.blueprint.compname=listener,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener,Bundle-Version=1.0.0,service.id=32} 11:53:34.169 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:34.174 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.proxy.listener has unused registered services; added for shutdown 11:53:34.175 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.proxy.listener_1.0.0 [18]] 11:53:34.176 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:34.176 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:34.176 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19d41c92 11:53:34.176 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:34.177 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:34.177 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-proxy-listener (org.eclipse.gemini.blueprint.iandt.proxy.listener) 11:53:34.177 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:33 UTC 2024]; root of context hierarchy 11:53:34.177 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:33 UTC 2024]; root of context hierarchy] 11:53:34.177 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export] 11:53:34.178 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}={org.eclipse.gemini.blueprint.bean.name=listener, org.springframework.osgi.bean.name=listener, osgi.service.blueprint.compname=listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.listener, Bundle-Version=1.0.0, service.id=32}] 11:53:34.178 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:34.179 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:53:34.179 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19d41c92 11:53:34.179 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:34.179 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:34.179 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:34.179 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:34.180 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:34.180 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:34.180 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:34.181 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testListenerProxy-org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest_0.0.0 [19] for sending replayes events; last one was null 11:53:34.181 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.proxy.listener_1.0.0 [18] for sending replayes events; last one was null 11:53:34.181 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:34.181 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:34.182 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:35,284 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:35,492 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:35,495 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:35,510 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:35,586 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:35,589 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:35,595 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:35,602 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@23e028a9 - No compression will be used 11:53:35,607 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:35,607 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:35,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:35,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:35,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:35,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:35,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:35,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:35,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:35,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:35,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:35,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:35,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:35,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:35,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:35,609 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:35,609 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:35,610 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:35,610 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:35,610 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@cd2dae5 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest 11:53:35.793 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:35.797 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:85 - Instantiating platform wrapper... 11:53:35.798 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:215 - About to start Equinox OSGi Platform 11:53:36.318 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:36.321 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:36.321 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:36.323 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:36.323 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:36.498 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:36.508 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:36.511 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:36.513 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:36.573 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:36.579 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:36.581 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:36.591 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:36.600 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:36.675 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:36.692 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:36.696 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:36.701 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:36.771 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:36.775 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:36.781 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:36.785 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:36.803 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:36.885 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:36.885 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:36.886 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:36.886 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:36.886 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:36.887 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:36.887 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:36.887 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:36.888 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:36.888 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:36.888 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:36.889 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:36.889 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:36.889 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:36.890 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:36,995 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:37,024 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:37,026 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:37,070 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:37,092 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:37,094 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:37,098 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:37,108 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@201a4587 - No compression will be used 11:53:37,115 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:37,115 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:37,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:37,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:37,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:37,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:37,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:37,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:37,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:37,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:37,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:37,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:37,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:37,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:37,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:37,170 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:37,170 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:37,171 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:37,171 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:37,172 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@48aca48b - Registering current configuration as safe fallback point 11:53:37.183 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:37.193 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:37.379 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:37.380 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:37.384 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:37.386 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:37.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:37.393 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.393 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:37.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:37.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:37.394 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.394 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:37.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:37.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:37.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.395 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:37.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:37.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:37.396 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.396 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:37.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:37.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:37.397 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.398 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:37.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:37.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:37.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.399 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:37.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:37.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:37.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.400 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:37.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:37.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:37.402 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.402 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:37.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:37.403 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:37.404 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.404 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:37.404 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:37.404 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:37.405 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.405 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:37.406 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:37.406 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:37.408 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.408 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:37.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:37.409 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:37.409 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.409 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:37.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:37.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:37.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.415 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:37.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:37.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:37.469 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.469 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:37.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:37.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:37.474 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.474 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:37.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:37.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:37.476 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.476 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:37.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:37.486 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:37.487 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:37.494 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:37.494 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:37.498 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:37.500 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:37.501 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3cfdd820 w/ reference null 11:53:37.501 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3cfdd820 w/ reference null 11:53:37.502 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:37.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:37.515 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:37.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:37.516 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:37.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:37.517 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:37.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:37.517 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:37.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:37.518 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:37.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:37.519 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:37.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:37.519 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:37.520 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:37.520 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.520 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:37.521 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:37.521 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.521 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:37.522 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:37.522 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.523 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:37.523 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:37.524 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.524 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:37.524 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:37.524 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.525 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:37.525 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:37.525 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.525 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:37.525 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:37.526 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.526 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:37.526 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:37.527 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.527 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:37.527 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:37.528 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.528 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:37.528 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:37.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:37.572 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.573 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:37.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:37.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:37.574 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:37.577 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest-bundle.properties was not found; using defaults 11:53:37.577 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:511 - Post processing: creating test bundle 11:53:37.590 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.referenceProxy] 11:53:37.590 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:202 - Automatically creating Manifest for the test bundle 11:53:37.591 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:366 - Using the test class for generating bundle imports 11:53:37.596 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 11:53:37.597 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:460 - Package [org.eclipse.gemini.blueprint.iandt.referenceProxy] is part of the test archive; parsing ReferenceInterruptTest bytecode to determine imports... 11:53:37.601 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class ReferenceInterruptTest 11:53:37.611 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:37.612 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:37.612 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest 11:53:37.613 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:37.614 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:37.614 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:37.668 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:37.668 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:37.668 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:37.669 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:37.669 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:37.670 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.referenceProxy, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, java.awt, org.apache.commons.logging, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:53:37.670 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.referenceProxy, java.lang, java.awt, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:53:37.670 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:37.671 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:53:37.671 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-Name=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:37.671 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-Name=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:37.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:37.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:37.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:37.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:37.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:37.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:37.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:37.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:37.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:37.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:37.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 11:53:37.674 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 11:53:37.674 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 11:53:37.674 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 11:53:37.674 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 11:53:37.674 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 11:53:37.675 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 11:53:37.682 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:557 - Test bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] successfully installed 11:53:37.682 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:37.686 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] 11:53:37.687 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:37.687 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest) 11:53:37.687 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] 11:53:37.688 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] 11:53:37.688 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:37.688 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] 11:53:37.689 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:562 - Test bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest)] successfully started 11:53:37.689 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:37.692 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:37.692 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:37.693 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:37.693 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:37.693 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:37.694 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:37.694 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:37.695 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:37.696 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:37.698 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:37.699 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:37.699 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:37.700 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:37.700 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:37.700 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:37.701 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:37.701 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:37.701 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:37.701 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest] does not trigger a context creation. 11:53:37.702 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:364 - Writing test name [testProxyInterrupt] to OSGi 11:53:37.714 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyInterrupt] for execution inside OSGi 11:53:37.714 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyInterrupt] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1d483de4 11:53:37.715 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:190 - Loading context for locations: 11:53:37.720 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): startup date [Wed Jan 17 11:53:37 UTC 2024]; root of context hierarchy 11:53:37.725 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:53:37.785 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@35645047: defining beans []; root of factory hierarchy 11:53:37.793 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:37.793 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:53:37.794 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:37.795 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:37.798 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1800a575] 11:53:37.798 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1458ed9c] 11:53:37.800 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5f9be66c] 11:53:37.802 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): startup date [Wed Jan 17 11:53:37 UTC 2024]; root of context hierarchy] 11:53:37.804 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, org.springframework.context.service.name=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-SymbolicName=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, Bundle-Version=0.0.0} 11:53:37.805 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:37.868 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:53:37.869 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:53:37.869 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:53:37.874 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 11:53:37.912 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:53:37.912 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:53:37.913 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:65 - Invoking proxy... 11:53:37.916 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 11:53:40.913 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 11:53:40.914 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:40.914 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:440 - Reading OSGi results for test [testProxyInterrupt] 11:53:40.915 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:447 - Test[testProxyInterrupt]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.126 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest 11:53:40.918 [Thread-0] INFO o.e.g.b.i.r.ReferenceInterruptTest:471 - Shutting down OSGi platform 11:53:40.918 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest (TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest) 11:53:40.918 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:40.918 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): startup date [Wed Jan 17 11:53:37 UTC 2024]; root of context hierarchy 11:53:40.918 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest, config=): startup date [Wed Jan 17 11:53:37 UTC 2024]; root of context hierarchy] 11:53:40.919 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:40.919 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:40.919 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:40.919 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:40.919 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:40.919 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:40.919 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:40.920 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:53:40.921 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testProxyInterrupt-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest_0.0.0 [18] for sending replayes events; last one was null 11:53:40.921 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:40.922 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:40.923 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:41,903 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:42,109 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:42,111 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:42,173 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:42,207 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:42,209 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:42,271 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:42,280 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@23e028a9 - No compression will be used 11:53:42,286 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:42,286 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:42,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:42,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:42,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:42,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:42,288 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:42,289 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:42,289 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:42,289 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:42,290 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@cd2dae5 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest 11:53:42.415 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:42.470 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:85 - Instantiating platform wrapper... 11:53:42.471 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:215 - About to start Equinox OSGi Platform 11:53:42.990 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:42.993 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:42.993 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:42.995 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:42.995 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:43.183 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:43.192 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:43.196 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:43.198 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:43.269 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:43.276 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:43.278 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:43.286 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:43.293 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:43.369 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:43.386 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:43.391 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:43.402 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:43.474 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:43.477 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:43.483 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:43.486 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:43.491 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:53:43.493 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.0.M01-SNAPSHOT.jar] 11:53:43.510 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:43.599 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:43.600 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:43.601 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:43.601 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:43.602 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:43.602 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:43.603 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:43.603 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:43.604 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:43.604 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:43.605 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:43.605 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:43.605 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:43.605 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:43.606 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:43,700 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:43,774 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:43,777 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:43,786 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:43,803 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:43,804 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:43,807 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:43,813 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@d9345cd - No compression will be used 11:53:43,816 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:43,817 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:43,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:43,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:43,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:43,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:43,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:43,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:43,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:43,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:43,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:43,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:43,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:43,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:43,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:43,871 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:43,871 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:43,871 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:43,871 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:43,872 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@242b836 - Registering current configuration as safe fallback point 11:53:43.881 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:43.889 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:43.998 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:43.998 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:44.001 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:44.004 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:44.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:44.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.009 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:44.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:44.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:44.010 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.010 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:44.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:44.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:44.010 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.010 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:44.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:44.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:44.068 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.068 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:44.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:44.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:44.069 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.069 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:44.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:44.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:44.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.070 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:44.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:44.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:44.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.071 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:44.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:44.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:44.072 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.072 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:44.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:44.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:44.078 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.078 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:44.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:44.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:44.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.079 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:44.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:44.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:44.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.081 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:44.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:44.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:44.082 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.082 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:44.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:44.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:44.086 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.086 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:44.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:44.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:44.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.087 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:44.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:44.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:44.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.088 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:44.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:44.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:44.089 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.089 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:44.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:44.096 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:44.096 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:44.100 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:44.100 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:44.103 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:44.104 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:44.104 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5e17553a w/ reference null 11:53:44.105 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5e17553a w/ reference null 11:53:44.105 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:44.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:44.115 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:44.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:44.168 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.168 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:44.168 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:44.168 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:44.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:44.169 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:44.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:44.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:44.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:44.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:44.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:44.171 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:44.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:44.172 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:44.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:44.173 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.173 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:44.173 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:44.174 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:44.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:44.176 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:44.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:44.177 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:44.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:44.178 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:44.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:44.178 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:44.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:44.179 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:44.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:44.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:44.183 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:44.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:44.187 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.187 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:44.187 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:44.187 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:44.188 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.188 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:44.188 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:53:44.188 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:44.188 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.188 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:44.189 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:44.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:44.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:44.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:44.197 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:53:44.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:44.198 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:44.198 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:44.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.198 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:319 - Starting [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.0.M01-SNAPSHOT.jar] 11:53:44.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 11:53:44.199 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.199 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy) 11:53:44.199 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 11:53:44.199 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy 11:53:44.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-reference-proxy is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:44.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 11:53:44.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 11:53:44.200 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:53:44.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 11:53:44.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] 11:53:44.202 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest-bundle.properties was not found; using defaults 11:53:44.202 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:511 - Post processing: creating test bundle 11:53:44.204 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:44.269 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.referenceProxy] 11:53:44.269 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:202 - Automatically creating Manifest for the test bundle 11:53:44.270 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:366 - Using the test class for generating bundle imports 11:53:44.271 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 11:53:44.271 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.referenceProxy] is part of the test archive; parsing ReferenceProxyTest bytecode to determine imports... 11:53:44.274 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class ReferenceProxyTest 11:53:44.282 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:44.283 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:44.283 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest 11:53:44.285 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk2028555727/META-INF/spring/simpleservice-osgi.xml] 11:53:44.285 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:44.285 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:44.286 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:44.287 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:44.287 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:44.287 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:44.288 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:44.288 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:44.288 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.referenceProxy, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.iandt.reference.proxy, org.eclipse.gemini.blueprint.iandt.simpleservice, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:53:44.288 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.referenceProxy, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 11:53:44.288 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:44.288 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.iandt.reference.proxy, org.eclipse.gemini.blueprint.iandt.simpleservice, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:53:44.288 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-Name=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.iandt.reference.proxy,org.eclipse.gemini.blueprint.iandt.simpleservice,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-Name=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.iandt.reference.proxy,org.eclipse.gemini.blueprint.iandt.simpleservice,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:44.289 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 11:53:44.290 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 11:53:44.295 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:557 - Test bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] successfully installed 11:53:44.295 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:44.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] 11:53:44.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:44.298 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest) 11:53:44.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] 11:53:44.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] 11:53:44.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:44.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] 11:53:44.299 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:562 - Test bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest)] successfully started 11:53:44.299 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:44.368 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:44.369 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:44.369 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:44.369 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:44.369 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:44.370 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:44.370 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:44.374 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:44.375 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:44.376 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:44.377 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:44.377 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:44.377 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:44.378 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:44.378 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:44.379 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:44.379 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:44.379 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:44.379 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 11:53:44.380 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:53:44.405 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:44.405 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:44.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:44.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:44.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:44.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:44.568 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:44.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:44.599 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk2028555727/META-INF/spring/simpleservice.xml] 11:53:44.601 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:44.602 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:44.602 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:44.602 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:44.677 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@63709c29: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:53:44.685 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:44.685 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:44.686 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:44.686 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:44.694 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:44.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@63709c29: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5203e73b 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.698 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.699 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:44.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:44.699 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.699 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.699 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy 11:53:44.699 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:44.700 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk2028555727/META-INF/spring/reference.xml] 11:53:44.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:44.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:44.703 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:44.703 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:44.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:44.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:44.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5395473a: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 11:53:44.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:44.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:44.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:44.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:44.791 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:44.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5395473a: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 11:53:44.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:44.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5203e73b 11:53:44.792 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 11:53:44.792 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:44.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:44.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:44.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 11:53:44.883 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleServiceOsgi] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:44.883 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&simpleServiceOsgi]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.883 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleServiceOsgi]] 11:53:44.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 11:53:44.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 11:53:44.883 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.883 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService) 11:53:44.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.reference.proxy_1.0.0 [19] 11:53:44.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:44.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 11:53:44.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.890 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@aa7041c] 11:53:44.890 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5783aa7b] Delaying for:0 11:53:44.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:53:44.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:53:44.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:53:44.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:53:44.897 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:53:44.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32} 11:53:44.899 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]), remaining [{}] 11:53:44.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy] 11:53:44.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.900 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.901 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:44.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:53:44.902 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@a5a3eed] 11:53:44.904 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy] 11:53:44.905 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:53:44.905 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:44.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:53:44.969 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:44.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] 11:53:44.969 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.reference.proxy] triggers a context creation; waiting for it 11:53:44.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:44.970 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.reference.proxy] incremented to 1 11:53:44.970 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:53:44.970 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:44.970 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 11:53:44.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:53:44.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.983 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7a38f474] 11:53:44.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5bc4aab5] 11:53:44.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:44.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}} 11:53:44.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:53:44.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:53:44.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.reference.proxy.ServiceRefererBeanInfo] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:53:44.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] exports [org.eclipse.gemini.blueprint.iandt.reference.proxy] as version [0.0.0] but version [null] was required 11:53:44.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.reference.proxy.ServiceRefererCustomizer] required by [org-springframework-osgi-iandt-reference-proxy(org.eclipse.gemini.blueprint.iandt.reference.proxy)] scanning available bundles 11:53:44.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:53:44.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy)] exports [org.eclipse.gemini.blueprint.iandt.reference.proxy] as version [0.0.0] but version [null] was required 11:53:44.989 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7dbd0233] 11:53:44.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy] 11:53:44.990 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.reference.proxy, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.reference.proxy, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.reference.proxy, Bundle-Version=1.0.0} 11:53:44.990 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:44.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.reference.proxy] decremented to 0 11:53:44.991 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 11:53:44.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.reference.proxy_1.0.0 [19] 11:53:44.991 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest] does not trigger a context creation. 11:53:44.991 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:364 - Writing test name [testReferenceProxyLifecycle] to OSGi 11:53:45.000 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceProxyLifecycle] for execution inside OSGi 11:53:45.001 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testReferenceProxyLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f6f416f 11:53:45.001 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:190 - Loading context for locations: 11:53:45.002 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): startup date [Wed Jan 17 11:53:45 UTC 2024]; root of context hierarchy 11:53:45.002 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:53:45.003 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@7aaca91a: defining beans []; root of factory hierarchy 11:53:45.003 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:45.003 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:53:45.003 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:45.003 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:45.004 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2141a12] 11:53:45.004 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4196c360] 11:53:45.004 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@41294f8] 11:53:45.004 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): startup date [Wed Jan 17 11:53:45 UTC 2024]; root of context hierarchy] 11:53:45.004 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, org.springframework.context.service.name=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-SymbolicName=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, Bundle-Version=0.0.0} 11:53:45.005 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:45.083 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle org-springframework-osgi-iandt-reference-proxy on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32} stopping bundle 11:53:45.085 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:45.085 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:45.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:45.086 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:45.086 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:45.086 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:45.086 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy 11:53:45.087 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy] 11:53:45.088 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:53:45.088 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:53:45.089 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:53:45.089 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle org-springframework-osgi-iandt-reference-proxy on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32} 11:53:45.090 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] 11:53:45.090 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:45.090 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:53:45.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:45.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 bundle stopped 11:53:45.092 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3ced0ca0 11:53:45.092 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy 11:53:45.092 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@3688eb5b] 11:53:48.093 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy 11:53:48.093 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitTimedOutEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@3688eb5b] starting bundle 11:53:48.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:48.099 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:48.099 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:48.099 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:48.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:48.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:48.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:48.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:48.100 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:53:48.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:48.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:48.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.101 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:48.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:48.101 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:48 UTC 2024]; root of context hierarchy 11:53:48.101 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:48.102 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:53:48.102 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:48.102 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk2028555727/META-INF/spring/simpleservice-osgi.xml] 11:53:48.102 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:48.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:48.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:48.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:48.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:48.120 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:48.120 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:48.126 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk2028555727/META-INF/spring/simpleservice.xml] 11:53:48.128 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:48.128 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:48.129 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:48.129 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:48.175 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7c80fff2: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:53:48.175 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:48.175 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:48.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:48.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:48.176 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:48.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7c80fff2: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5203e73b 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:48.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2ff1ab12] 11:53:48.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@602b8097] Delaying for:0 11:53:48.180 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:53:48.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:53:48.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:53:48.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:53:48.180 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:53:48.181 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:53:48.181 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:53:48.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:53:48.181 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@192a6a19] 11:53:48.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:48 UTC 2024]; root of context hierarchy] 11:53:48.182 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:53:48.182 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:48.183 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:53:48.183 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice bundle started 11:53:48.183 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] 11:53:48.184 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle org-springframework-osgi-iandt-reference-proxy on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=36} 11:53:48.184 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:48.185 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:440 - Reading OSGi results for test [testReferenceProxyLifecycle] 11:53:48.185 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:447 - Test[testReferenceProxyLifecycle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.775 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest 11:53:48.188 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest (TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest) 11:53:48.188 [Thread-0] INFO o.e.g.b.i.r.ReferenceProxyTest:471 - Shutting down OSGi platform 11:53:48.188 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): startup date [Wed Jan 17 11:53:45 UTC 2024]; root of context hierarchy 11:53:48.188 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest, config=): startup date [Wed Jan 17 11:53:45 UTC 2024]; root of context hierarchy] 11:53:48.188 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:48.189 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:53:48.189 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18], org.eclipse.gemini.blueprint.iandt.reference.proxy_1.0.0 [19]] 11:53:48.196 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has registered services in use; postponing shutdown. The using bundles are [org.eclipse.gemini.blueprint.iandt.reference.proxy_1.0.0 [19]] 11:53:48.196 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.reference.proxy has unused registered services; added for shutdown 11:53:48.196 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.reference.proxy_1.0.0 [19]] 11:53:48.196 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:48.197 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.197 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:48.197 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.197 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.197 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.197 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-reference-proxy (org.eclipse.gemini.blueprint.iandt.reference.proxy) 11:53:48.197 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy 11:53:48.197 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:44 UTC 2024]; root of context hierarchy] 11:53:48.198 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:53:48.198 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:53:48.198 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle org-springframework-osgi-iandt-reference-proxy on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=36} 11:53:48.199 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:48.199 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:53:48.199 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:48.199 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:48.199 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 11:53:48.199 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18]] 11:53:48.199 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:48.199 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.199 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:48.200 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.200 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:48.200 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:48.200 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:48 UTC 2024]; root of context hierarchy 11:53:48.200 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:48 UTC 2024]; root of context hierarchy] 11:53:48.200 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:53:48.200 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] 11:53:48.268 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:48.268 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:53:48.268 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3d49e612 11:53:48.268 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:48.268 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:48.269 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:48.269 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:48.269 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:48.269 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:48.269 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:48.269 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testReferenceProxyLifecycle-org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest_0.0.0 [20] for sending replayes events; last one was null 11:53:48.270 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.reference.proxy_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@322af54d 11:53:48.270 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@361567d0 11:53:48.270 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:48.270 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:48.270 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:49,290 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:49,480 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:49,483 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:49,496 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:49,584 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:49,585 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:49,589 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:49,595 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@23e028a9 - No compression will be used 11:53:49,599 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:49,599 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:49,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:49,602 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:49,602 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:49,602 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:49,602 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:49,602 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:49,602 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:49,603 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:49,603 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:49,603 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@cd2dae5 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest 11:53:49.801 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:49.804 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:85 - Instantiating platform wrapper... 11:53:49.805 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:215 - About to start Equinox OSGi Platform 11:53:50.318 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:50.321 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:50.321 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:50.322 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:50.323 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:50.500 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:50.568 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:50.572 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:50.575 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:50.581 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:50.586 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:50.588 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:50.594 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:50.601 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:50.672 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:50.685 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:50.688 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:50.693 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:50.701 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:50.703 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:50.770 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:50.773 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:50.776 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:53:50.777 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.0.M01-SNAPSHOT.jar] 11:53:50.789 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:50.870 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:50.870 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:50.870 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:50.871 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:50.871 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:50.871 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:50.871 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:50.872 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:50.872 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:50.872 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:50.872 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:50.873 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:50.873 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:50.873 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:50.873 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:50,905 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:50,990 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:50,992 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:51,001 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:51,075 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:51,076 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:51,079 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:51,084 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@d9345cd - No compression will be used 11:53:51,095 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:51,095 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:51,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:51,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:51,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:51,098 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:51,098 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:51,098 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:51,098 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:51,099 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@242b836 - Registering current configuration as safe fallback point 11:53:51.108 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:51.115 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:51.285 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:51.286 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:51.289 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:51.291 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:51.294 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:51.296 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.296 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:51.296 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:51.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:51.297 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.297 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:51.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:51.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:51.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.298 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:51.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:51.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:51.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.298 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:51.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:51.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:51.299 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.299 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:51.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:51.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:51.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.300 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:51.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:51.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:51.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.305 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:51.305 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:51.305 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:51.306 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.306 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:51.306 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:51.306 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:51.307 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.307 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:51.307 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:51.307 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:51.308 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.308 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:51.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:51.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:51.310 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.310 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:51.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:51.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:51.311 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.311 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:51.311 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:51.311 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:51.311 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.311 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:51.312 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:51.312 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:51.312 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.313 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:51.313 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:51.313 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:51.313 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.313 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:51.313 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:51.313 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:51.314 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.314 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:51.314 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:51.368 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:51.369 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:51.373 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:51.374 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:51.376 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:51.377 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:51.378 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5e17553a w/ reference null 11:53:51.378 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@5e17553a w/ reference null 11:53:51.379 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:51.381 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:51.388 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:51.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:51.389 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:51.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:51.389 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:51.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:51.390 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:51.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:51.390 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:51.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:51.391 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:51.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:51.391 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.392 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:51.392 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:51.392 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:51.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:51.393 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:51.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:51.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:51.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:51.396 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:51.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:51.397 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:51.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:51.398 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:51.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:51.401 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:51.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:51.402 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:51.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:51.403 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.403 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:51.404 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:51.406 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:51.407 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.407 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:51.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:51.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:51.408 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:51.408 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:53:51.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:51.408 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.408 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:51.409 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:51.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:51.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:51.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:51.416 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:53:51.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:51.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:51.417 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.417 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:51.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:51.417 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:51.417 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:319 - Starting [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.0.M01-SNAPSHOT.jar] 11:53:51.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 11:53:51.418 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.418 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction) 11:53:51.418 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 11:53:51.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-proxy-destruction is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:51.418 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 11:53:51.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 11:53:51.468 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:53:51.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 11:53:51.469 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 11:53:51.469 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy 11:53:51.470 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest-bundle.properties was not found; using defaults 11:53:51.470 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:511 - Post processing: creating test bundle 11:53:51.473 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:51.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.referenceProxy] 11:53:51.479 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:202 - Automatically creating Manifest for the test bundle 11:53:51.480 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:366 - Using the test class for generating bundle imports 11:53:51.481 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 11:53:51.481 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:460 - Package [org.eclipse.gemini.blueprint.iandt.referenceProxy] is part of the test archive; parsing ProxyDestructionTest bytecode to determine imports... 11:53:51.484 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class ProxyDestructionTest 11:53:51.492 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:51.492 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:51.492 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest 11:53:51.495 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:51.495 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:51.495 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:51.496 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:51.496 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:51.496 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:51.568 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:51.569 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:51.569 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.referenceProxy, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.service.importer, org.eclipse.gemini.blueprint.iandt.reference.proxy, org.eclipse.gemini.blueprint.iandt.simpleservice, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.io, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:53:51.569 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.referenceProxy, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 11:53:51.569 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:51.569 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk2028555727/META-INF/spring/simpleservice-osgi.xml] 11:53:51.569 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer, org.eclipse.gemini.blueprint.iandt.reference.proxy, org.eclipse.gemini.blueprint.iandt.simpleservice, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:53:51.569 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-Name=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer,org.eclipse.gemini.blueprint.iandt.reference.proxy,org.eclipse.gemini.blueprint.iandt.simpleservice,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:51.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-Name=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer,org.eclipse.gemini.blueprint.iandt.reference.proxy,org.eclipse.gemini.blueprint.iandt.simpleservice,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:51.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:51.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 11:53:51.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 11:53:51.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 11:53:51.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 11:53:51.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 11:53:51.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 11:53:51.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 11:53:51.576 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:557 - Test bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] successfully installed 11:53:51.576 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:51.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] 11:53:51.579 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:51.579 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest) 11:53:51.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] 11:53:51.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] 11:53:51.579 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:51.580 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] 11:53:51.580 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:562 - Test bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest)] successfully started 11:53:51.580 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:51.582 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:51.582 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:51.582 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:51.583 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:51.583 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:51.588 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:51.588 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:51.588 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:51.589 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:51.590 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:51.591 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:51.591 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:51.592 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:51.592 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:51.592 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:51.593 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:51.677 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:51.677 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:51.678 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 11:53:51.678 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:53:51.680 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:51.681 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:51.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:51.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:51.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:51.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:51.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:51.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:51.878 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk2028555727/META-INF/spring/simpleservice.xml] 11:53:51.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:51.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:51.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:51.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:51.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@37777d27: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:53:51.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:51.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:51.907 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:51.907 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:51.913 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:51.915 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@37777d27: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:53:51.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:51.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@740971b3 11:53:51.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:51.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:51.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:51.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:51.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:51.969 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:51.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:51.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:51.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:51.970 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:51.970 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:51.970 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy 11:53:51.970 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:51.971 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk2028555727/META-INF/spring/reference.xml] 11:53:51.973 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:51.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk2028555727/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:51.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:51.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:51.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:51.996 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk2028555727/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:52.002 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3ddd0a24: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 11:53:52.002 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:52.002 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:52.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:52.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:52.003 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:52.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3ddd0a24: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 11:53:52.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:52.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@740971b3 11:53:52.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 11:53:52.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:52.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:52.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:52.090 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 11:53:52.091 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleServiceOsgi] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:52.091 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&simpleServiceOsgi]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.091 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleServiceOsgi]] 11:53:52.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 11:53:52.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 11:53:52.092 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.092 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService) 11:53:52.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.proxy.destruction_1.0.0 [19] 11:53:52.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:52.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 11:53:52.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3b52e6b] 11:53:52.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3fb68298] Delaying for:0 11:53:52.103 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:53:52.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:53:52.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:53:52.170 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:53:52.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:53:52.171 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.172 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32} 11:53:52.173 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]), remaining [{}] 11:53:52.173 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy] 11:53:52.173 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.173 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.173 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.174 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:52.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:53:52.175 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1dbac901] 11:53:52.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy] 11:53:52.179 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:53:52.180 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:52.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:53:52.181 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:52.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] 11:53:52.181 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.proxy.destruction] triggers a context creation; waiting for it 11:53:52.181 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.181 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.destruction] incremented to 1 11:53:52.181 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:53:52.181 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:52.182 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 11:53:52.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:53:52.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.195 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2635f4be] 11:53:52.196 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@c146115] 11:53:52.196 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:52.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}} 11:53:52.197 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:53:52.197 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:53:52.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.reference.proxy.ServiceRefererBeanInfo] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:53:52.198 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] exports [org.eclipse.gemini.blueprint.iandt.reference.proxy] as version [0.0.0] but version [null] was required 11:53:52.198 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.198 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.198 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.reference.proxy.ServiceRefererCustomizer] required by [org-springframework-osgi-iandt-proxy-destruction(org.eclipse.gemini.blueprint.iandt.proxy.destruction)] scanning available bundles 11:53:52.199 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:53:52.199 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] exports [org.eclipse.gemini.blueprint.iandt.reference.proxy] as version [0.0.0] but version [null] was required 11:53:52.199 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7966b2d3] 11:53:52.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy] 11:53:52.200 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.destruction, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.destruction, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.destruction, Bundle-Version=1.0.0} 11:53:52.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:52.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.destruction] decremented to 0 11:53:52.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.proxy.destruction_1.0.0 [19] 11:53:52.201 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 11:53:52.201 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest] does not trigger a context creation. 11:53:52.201 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:364 - Writing test name [testProxyDestruction] to OSGi 11:53:52.270 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 11:53:52.270 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyDestruction] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@71e693fa 11:53:52.271 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:190 - Loading context for locations: 11:53:52.272 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): startup date [Wed Jan 17 11:53:52 UTC 2024]; root of context hierarchy 11:53:52.273 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:53:52.273 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@41005828: defining beans []; root of factory hierarchy 11:53:52.273 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:52.273 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:53:52.273 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:52.274 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:52.274 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@41294f8] 11:53:52.274 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@225129c] 11:53:52.274 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@20435c40] 11:53:52.275 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): startup date [Wed Jan 17 11:53:52 UTC 2024]; root of context hierarchy] 11:53:52.275 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, org.springframework.context.service.name=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-SymbolicName=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, Bundle-Version=0.0.0} 11:53:52.276 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:52.295 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle org-springframework-osgi-iandt-proxy-destruction on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32} stopping service bundle 11:53:52.297 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:52.297 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.297 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:52.298 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.298 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:52.303 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:52.304 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy 11:53:52.304 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy] 11:53:52.305 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:53:52.305 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:53:52.306 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:53:52.306 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle org-springframework-osgi-iandt-proxy-destruction on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32} 11:53:52.306 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] 11:53:52.307 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:52.307 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:53:52.307 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:52.307 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 service bundle stopped 11:53:52.308 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1a25ae3a Invoking method on OSGi service proxy... 11:53:52.308 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy 11:53:52.308 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@7922d892] Stopping referring bundle... 11:53:55.309 [Thread-5] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:55.309 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:55.309 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:55.309 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:55.309 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:55.310 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 11:53:55.310 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction) 11:53:55.310 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy 11:53:55.310 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:51 UTC 2024]; root of context hierarchy] 11:53:55.310 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:55.311 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:53:55.311 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:53:55.311 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6d9343dd 11:53:55.311 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:55.311 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:440 - Reading OSGi results for test [testProxyDestruction] 11:53:55.311 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.proxy.destruction_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@14e2530e 11:53:55.312 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:447 - Test[testProxyDestruction]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.515 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest 11:53:55.314 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest (TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest) 11:53:55.314 [Thread-0] INFO o.e.g.b.i.r.ProxyDestructionTest:471 - Shutting down OSGi platform 11:53:55.315 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): startup date [Wed Jan 17 11:53:52 UTC 2024]; root of context hierarchy 11:53:55.315 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:55.315 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest, config=): startup date [Wed Jan 17 11:53:52 UTC 2024]; root of context hierarchy] 11:53:55.315 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:55.315 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:55.315 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:53:55.315 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:55.315 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:53:55.315 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:53:55.315 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:53:55.315 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:53:55.316 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testProxyDestruction-org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest_0.0.0 [20] for sending replayes events; last one was null 11:53:55.316 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:53:55.316 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:53:55.316 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:56,294 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:56,496 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:56,498 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:56,512 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:56,591 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:56,594 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:56,598 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:56,604 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:53:56,609 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:56,609 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:56,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:56,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:56,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:56,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:56,669 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:56,670 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:56,671 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:56,671 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:56,671 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:56,672 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest 11:53:56.811 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:53:56.814 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:85 - Instantiating platform wrapper... 11:53:56.815 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:215 - About to start Equinox OSGi Platform 11:53:57.403 [main] INFO o.e.g.b.i.s.ServiceListenerTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:53:57.405 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:53:57.406 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:53:57.407 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:53:57.408 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:53:57.597 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:57.672 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:57.679 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:57.681 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:57.689 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:57.696 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:57.698 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:57.705 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:57.773 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:57.791 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:57.870 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:57.875 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:57.882 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:57.892 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:57.894 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:57.899 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:57.901 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:57.906 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:53:57.975 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.0.M01-SNAPSHOT.jar] 11:53:57.990 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:53:58.068 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:53:58.069 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:53:58.069 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:53:58.069 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:53:58.070 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:53:58.070 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:53:58.071 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:53:58.071 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:53:58.072 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:53:58.072 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:53:58.072 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:53:58.073 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:53:58.073 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:53:58.074 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:53:58.074 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:53:58,112 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:53:58,192 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:53:58,194 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:53:58,202 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:58,269 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:53:58,270 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:53:58,274 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:53:58,280 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4c1909a3 - No compression will be used 11:53:58,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:53:58,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:53:58,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:53:58,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:53:58,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:53:58,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:53:58,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:53:58,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:53:58,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:53:58,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:53:58,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:53:58,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:53:58,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:53:58,296 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:53:58,296 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:53:58,296 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:53:58,296 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:53:58,297 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:53:58,297 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:53:58,298 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@771a660 - Registering current configuration as safe fallback point 11:53:58.310 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:53:58.318 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:53:58.496 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:58.497 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:53:58.500 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:53:58.503 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:53:58.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:58.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.508 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:53:58.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:58.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:58.509 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.509 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:53:58.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:58.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:58.509 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.510 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:53:58.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:58.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:58.510 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.510 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:53:58.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:58.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:58.511 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.511 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:53:58.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:58.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:58.516 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.516 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:53:58.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:58.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:58.517 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.517 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:53:58.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:58.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:58.518 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.518 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:53:58.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:58.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:58.519 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.519 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:53:58.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:58.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:58.520 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.520 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:53:58.521 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:58.521 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:58.522 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.522 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:53:58.522 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:58.522 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:58.523 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.523 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:53:58.523 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:58.523 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:58.523 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.568 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:53:58.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:58.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:58.569 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.569 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:53:58.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:58.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:58.570 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.570 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:53:58.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:58.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:58.571 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.572 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:53:58.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:58.579 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:58.580 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:58.585 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:53:58.585 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:53:58.588 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:53:58.589 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:58.590 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6531a794 w/ reference null 11:53:58.590 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6531a794 w/ reference null 11:53:58.591 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:53:58.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:58.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:53:58.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:58.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:53:58.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:53:58.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:53:58.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:58.605 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:53:58.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:53:58.606 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:53:58.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:58.606 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.607 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:53:58.607 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:58.607 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.607 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:53:58.607 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:58.608 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.608 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:53:58.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:58.609 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:53:58.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:58.611 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:53:58.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:58.612 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:53:58.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:58.613 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:53:58.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:58.617 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.617 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:53:58.617 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:58.668 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.668 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:53:58.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:58.669 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:53:58.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:58.671 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:53:58.671 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:53:58.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:58.675 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.676 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:53:58.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:58.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:58.677 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:53:58.677 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:53:58.678 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:58.678 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.678 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:58.678 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:58.685 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:58.685 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.686 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:58.688 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:58.688 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:53:58.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:58.689 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:53:58.689 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.689 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:58.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:58.690 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:58.690 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:319 - Starting [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.0.M01-SNAPSHOT.jar] 11:53:58.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 11:53:58.690 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.service.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.690 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.service.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener) 11:53:58.691 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 11:53:58.691 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-service-listener is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:58.691 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:58 UTC 2024]; root of context hierarchy 11:53:58.691 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.service.listener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.691 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 11:53:58.691 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 11:53:58.691 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:53:58.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 11:53:58.692 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.service.listener]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] 11:53:58.694 [main] INFO o.e.g.b.i.s.ServiceListenerTest:199 - org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest-bundle.properties was not found; using defaults 11:53:58.694 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:511 - Post processing: creating test bundle 11:53:58.696 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:58.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceListener] 11:53:58.769 [main] INFO o.e.g.b.i.s.ServiceListenerTest:202 - Automatically creating Manifest for the test bundle 11:53:58.770 [main] INFO o.e.g.b.i.s.ServiceListenerTest:366 - Using the test class for generating bundle imports 11:53:58.771 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 11:53:58.771 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceListener] is part of the test archive; parsing ServiceListenerTest bytecode to determine imports... 11:53:58.775 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class ServiceListenerTest 11:53:58.782 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/META-INF/spring/simpleservice-osgi.xml] 11:53:58.785 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:58.786 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:53:58.786 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest 11:53:58.788 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:58.788 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:53:58.788 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:53:58.790 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:58.790 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:53:58.790 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:53:58.791 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:53:58.791 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:53:58.792 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceListener, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.iandt.service.listener, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.apache.commons.logging, java.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:53:58.792 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceListener, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:53:58.792 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:53:58.792 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.service.listener, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.apache.commons.logging, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:53:58.792 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-Name=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.service.listener,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.apache.commons.logging,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:53:58.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-Name=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.service.listener,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.apache.commons.logging,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:53:58.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:53:58.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:53:58.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:53:58.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:53:58.793 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:53:58.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:53:58.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:53:58.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:53:58.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:53:58.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:53:58.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 11:53:58.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 11:53:58.794 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 11:53:58.871 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:557 - Test bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] successfully installed 11:53:58.871 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:53:58.874 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] 11:53:58.874 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:58.874 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest) 11:53:58.874 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] 11:53:58.874 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] 11:53:58.875 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:58.875 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] 11:53:58.875 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:562 - Test bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest)] successfully started 11:53:58.875 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:53:58.906 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:53:58.907 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:53:58.907 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:53:58.907 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:53:58.907 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:53:58.907 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:53:58.908 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:53:58.908 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:53:58.909 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:53:58.910 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:53:58.910 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:58.911 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:58.911 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:53:58.911 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:53:58.911 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:53:58.912 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:58.912 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:53:58.912 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:58.912 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:53:58.913 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:53:58.913 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:53:58.913 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:53:58.914 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 11:53:58.914 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:53:58.970 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:58.970 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:59.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:59.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:59.112 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/META-INF/spring/simpleservice.xml] 11:53:59.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:59.170 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:59.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:59.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:59.197 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@53e6e669: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:53:59.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:59.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:59.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:59.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:59.274 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:59.276 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@53e6e669: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:53:59.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:59.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1b30cd38 11:53:59.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:59.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:59.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:59.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:59.278 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:59.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:53:59.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.279 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy 11:53:59.279 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:59.280 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/META-INF/spring/service-listener.xml] 11:53:59.282 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:59.282 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:59.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:59.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:59.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:59.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:59.369 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2a24a6f: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy 11:53:59.369 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:59.370 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:59.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:59.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:59.371 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:59.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2a24a6f: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy] 11:53:59.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:59.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1b30cd38 11:53:59.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 11:53:59.372 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:59.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.service.listener.MyListener 11:53:59.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:129 - discovered custom method [public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary)] on class org.eclipse.gemini.blueprint.iandt.service.listener.MyListener 11:53:59.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:174 - Discovered bind methods=[[public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary)]], bind ServiceReference=null unbind methods=[[public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary)]], unbind ServiceReference=null 11:53:59.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:59.403 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:59.403 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleServiceOsgi implies dependecy DependencyService[Name=&simpleServiceOsgi][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 11:53:59.404 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleServiceOsgi] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:59.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&simpleServiceOsgi]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.404 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleServiceOsgi]] 11:53:59.404 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 11:53:59.404 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 11:53:59.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService) 11:53:59.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.service.listener_1.0.0 [19] 11:53:59.408 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:59.408 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 11:53:59.408 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.469 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@376befbb] 11:53:59.469 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@74deec6d] Delaying for:0 11:53:59.474 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:53:59.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:53:59.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:53:59.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:53:59.477 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:53:59.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=32} 11:53:59.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&simpleServiceOsgi]), remaining [{}] 11:53:59.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy] 11:53:59.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.480 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:59.481 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:53:59.482 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2fb0cb4] 11:53:59.484 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:58 UTC 2024]; root of context hierarchy] 11:53:59.486 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:53:59.486 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:59.487 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:53:59.487 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:59.488 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.service.listener] triggers a context creation; waiting for it 11:53:59.488 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] 11:53:59.488 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.488 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.service.listener] incremented to 1 11:53:59.488 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:53:59.488 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:59.488 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.service.listener 11:53:59.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:53:59.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 11:53:59.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 11:53:59.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 11:53:59.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 11:53:59.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 11:53:59.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@42c5db0c] 11:53:59.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4acdd304] 11:53:59.568 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:53:59.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}} 11:53:59.569 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:53:59.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:53:59.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5528d2ef w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32} 11:53:59.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@71597ebd with props={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, objectClass=[Ljava.lang.String;@291e98b5, service.id=32} 11:53:59.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary) 11:53:59.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5528d2ef w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32} 11:53:59.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.service.listener.MyListenerBeanInfo] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 11:53:59.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:53:59.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] exports [org.eclipse.gemini.blueprint.iandt.service.listener] as version [0.0.0] but version [null] was required 11:53:59.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.service.listener.MyListenerCustomizer] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 11:53:59.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:53:59.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] exports [org.eclipse.gemini.blueprint.iandt.service.listener] as version [0.0.0] but version [null] was required 11:53:59.574 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5b2276a] 11:53:59.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy] 11:53:59.575 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.service.listener, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.service.listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.service.listener, Bundle-Version=1.0.0} 11:53:59.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:59.576 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.service.listener] decremented to 0 11:53:59.576 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.service.listener_1.0.0 [19] 11:53:59.576 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.service.listener 11:53:59.576 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest] does not trigger a context creation. 11:53:59.577 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:364 - Writing test name [testServiceListener] to OSGi 11:53:59.587 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceListener] for execution inside OSGi 11:53:59.587 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceListener] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@409c54f 11:53:59.588 [main] INFO o.e.g.b.i.s.ServiceListenerTest:190 - Loading context for locations: 11:53:59.589 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy 11:53:59.589 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:53:59.589 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@3eb77ea8: defining beans []; root of factory hierarchy 11:53:59.589 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:59.589 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:53:59.590 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:59.590 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:59.590 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@60b4beb4] 11:53:59.590 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7fcf2fc1] 11:53:59.590 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2141a12] 11:53:59.591 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy] 11:53:59.591 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, org.springframework.context.service.name=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-SymbolicName=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, Bundle-Version=0.0.0} 11:53:59.591 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:59.605 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:53:59.668 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.668 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:53:59.668 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.668 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.669 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:59.669 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:58 UTC 2024]; root of context hierarchy 11:53:59.669 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:58 UTC 2024]; root of context hierarchy] 11:53:59.671 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:53:59.671 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5528d2ef w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32} 11:53:59.671 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@71597ebd with props={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, objectClass=[Ljava.lang.String;@7e990f8e, service.id=32} 11:53:59.671 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary) 11:53:59.671 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5528d2ef w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32} 11:53:59.672 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:53:59.672 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:53:59.672 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=32}] 11:53:59.672 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:53:59.673 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:53:59.673 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:53:59.673 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:53:59.674 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:56 - about to restart simple service 11:53:59.674 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@164f2208 11:53:59.674 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:59.674 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:59.674 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:53:59.674 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:59.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:53:59.675 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:53:59.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:59.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:59.675 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:53:59.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:59.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:53:59.676 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.676 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:53:59.676 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:53:59.676 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy 11:53:59.677 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:53:59.677 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:53:59.677 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:53:59.678 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/META-INF/spring/simpleservice-osgi.xml] 11:53:59.678 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:59.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:59.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:59.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:59.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:59.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:59.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:53:59.698 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/META-INF/spring/simpleservice.xml] 11:53:59.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:53:59.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:53:59.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:59.701 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:53:59.782 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@f3bf29f: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:53:59.782 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:53:59.782 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:53:59.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:53:59.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@f3bf29f: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1b30cd38 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:53:59.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:53:59.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@cafdfb0] 11:53:59.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@25ed2770] Delaying for:0 11:53:59.785 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:53:59.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:53:59.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:53:59.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:53:59.786 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:53:59.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:53:59.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:53:59.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5528d2ef w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36} 11:53:59.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@71597ebd with props={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, objectClass=[Ljava.lang.String;@7af1331d, service.id=36} 11:53:59.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceAvailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary) 11:53:59.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5528d2ef w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36} 11:53:59.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:53:59.787 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@366b5d94] 11:53:59.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy] 11:53:59.787 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:53:59.787 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:53:59.788 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:53:59.788 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:53:59.788 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] 11:54:00.789 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:62 - simple service succesfully restarted 11:54:00.789 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:00.790 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:440 - Reading OSGi results for test [testServiceListener] 11:54:00.790 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:447 - Test[testServiceListener]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.983 sec - in org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest 11:54:00.793 [Thread-0] INFO o.e.g.b.i.s.ServiceListenerTest:471 - Shutting down OSGi platform 11:54:00.793 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest (TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest) 11:54:00.794 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:00.794 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy 11:54:00.794 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18], org.eclipse.gemini.blueprint.iandt.service.listener_1.0.0 [19]] 11:54:00.794 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest, config=): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy] 11:54:00.794 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:54:00.795 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 11:54:00.795 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.service.listener has unused registered services; added for shutdown 11:54:00.795 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.service.listener_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18]] 11:54:00.796 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:00.796 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:54:00.796 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:54:00.796 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:54:00.796 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:54:00.796 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 11:54:00.796 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener) 11:54:00.796 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy 11:54:00.797 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy] 11:54:00.797 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5528d2ef w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36} 11:54:00.797 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@71597ebd with props={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, objectClass=[Ljava.lang.String;@37eeb6c0, service.id=36} 11:54:00.797 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.i.a.CustomListenerAdapterUtils:211 - Invoking listener custom method public void org.eclipse.gemini.blueprint.iandt.service.listener.MyListener.serviceUnavailable(org.eclipse.gemini.blueprint.iandt.simpleservice.MyService,java.util.Dictionary) 11:54:00.797 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@5528d2ef w/ reference {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36} 11:54:00.798 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:54:00.798 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:54:00.798 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:00.798 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:54:00.798 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:54:00.798 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:00.798 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:00.798 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:00.798 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:54:00.799 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:00.799 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:00.799 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:00.799 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy 11:54:00.799 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:53:59 UTC 2024]; root of context hierarchy] 11:54:00.799 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:54:00.800 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=36}] 11:54:00.800 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:00.800 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:00.800 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@c914f5d 11:54:00.800 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:00.800 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:00.800 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:00.800 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:00.800 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:00.800 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:00.800 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:00.801 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testServiceListener-org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest_0.0.0 [20] for sending replayes events; last one was null 11:54:00.801 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.service.listener_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1888ceb1 11:54:00.801 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [18] for sending replayes events; last one was null 11:54:00.801 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:00.801 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:00.802 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:01,904 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:02,105 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:02,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:02,120 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:02,202 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:02,204 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:02,207 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:02,270 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@43814d18 - No compression will be used 11:54:02,277 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:02,277 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:02,278 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:02,278 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:02,278 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:02,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:02,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:02,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:02,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:02,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:02,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:02,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:02,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:02,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:02,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:02,280 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:02,280 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:02,280 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:02,281 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:02,281 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@79be0360 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest 11:54:02.469 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:02.474 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:85 - Instantiating platform wrapper... 11:54:02.474 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:215 - About to start Equinox OSGi Platform 11:54:02.979 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:02.982 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:02.983 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:02.984 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:02.985 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:03.104 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:03.113 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:03.117 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:03.118 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:03.176 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:03.183 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:03.185 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:03.195 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:03.202 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:03.282 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:03.297 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:03.305 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:03.311 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:03.377 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:03.379 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:03.385 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:03.389 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:03.406 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:03.490 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:03.491 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:03.491 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:03.492 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:03.492 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:03.492 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:03.493 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:03.493 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:03.493 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:03.494 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:03.494 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:03.498 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:03.499 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:03.499 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:03.500 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:03,599 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:03,625 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:03,669 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:03,679 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:03,700 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:03,701 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:03,704 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:03,709 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:54:03,713 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:03,713 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:03,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:03,715 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:03,715 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:03,715 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:03,715 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:03,715 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:03,715 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:03,715 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:03,715 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:03,716 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:54:03.768 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:03.777 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:03.907 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:03.908 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:03.911 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:03.914 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:03.917 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:03.969 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.970 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:03.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:03.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:03.971 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.971 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:03.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:03.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:03.972 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.972 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:03.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:03.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:03.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.973 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:03.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:03.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:03.974 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.975 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:03.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:03.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:03.975 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.976 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:03.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:03.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:03.976 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.977 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:03.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:03.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:03.978 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.978 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:03.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:03.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:03.980 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.980 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:03.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:03.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:03.982 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.982 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:03.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:03.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:03.989 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.989 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:03.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:03.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:03.990 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.990 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:03.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:03.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:03.991 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.991 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:03.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:03.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:03.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.992 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:03.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:03.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:03.996 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.996 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:03.996 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:03.996 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:03.997 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:03.997 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:03.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:04.003 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:04.004 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:04.008 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:04.008 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:04.010 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:04.011 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:04.012 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:54:04.012 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:54:04.013 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:04.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:04.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:04.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:04.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:04.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:04.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:04.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:04.082 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:04.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:04.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:04.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:04.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:04.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:04.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:04.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:04.086 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:04.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:04.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:04.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:04.089 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:04.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:04.091 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:04.092 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:04.092 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.092 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:04.092 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:04.093 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.093 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:04.093 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:04.094 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:04.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:04.095 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:04.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:04.096 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:04.096 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:04.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:04.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:04.100 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:04.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:04.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:04.101 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:04.102 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest-bundle.properties was not found; using defaults 11:54:04.102 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:511 - Post processing: creating test bundle 11:54:04.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 11:54:04.113 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:202 - Automatically creating Manifest for the test bundle 11:54:04.168 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:366 - Using the test class for generating bundle imports 11:54:04.170 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 11:54:04.170 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:460 - Package [org.eclipse.gemini.blueprint.iandt.servicedependency] is part of the test archive; parsing ExporterWithOptionalAndMandatoryImportersTest bytecode to determine imports... 11:54:04.173 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class ExporterWithOptionalAndMandatoryImportersTest 11:54:04.184 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:04.185 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:04.185 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest 11:54:04.187 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:04.187 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:04.187 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:04.188 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:04.188 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:04.189 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:04.189 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:04.189 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:04.190 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.apache.commons.logging, java.io, java.util, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.test, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, java.net} 11:54:04.190 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.servicedependency, java.lang, java.io, java.util, java.util.jar, java.security, java.lang.reflect, java.net] 11:54:04.190 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:04.190 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 11:54:04.190 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-Name=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 11:54:04.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-Name=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 11:54:04.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:04.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:04.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:04.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:04.191 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:04.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:04.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:04.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:04.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:04.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:04.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 11:54:04.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 11:54:04.192 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 11:54:04.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 11:54:04.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 11:54:04.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 11:54:04.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 11:54:04.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 11:54:04.193 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 11:54:04.199 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:557 - Test bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] successfully installed 11:54:04.199 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:04.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] 11:54:04.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:04.202 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest) 11:54:04.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] 11:54:04.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] 11:54:04.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] 11:54:04.203 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:562 - Test bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest)] successfully started 11:54:04.203 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:04.205 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:04.205 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:04.206 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:04.206 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:04.206 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:04.206 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:04.207 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:04.207 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:04.268 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:04.269 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:04.271 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:04.271 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:04.272 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:04.273 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:04.273 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:04.274 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:04.274 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:04.275 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:04.275 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest] does not trigger a context creation. 11:54:04.282 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testInjectedDependencies] to OSGi 11:54:04.294 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectedDependencies] for execution inside OSGi 11:54:04.294 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectedDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@27adc16e 11:54:04.294 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:190 - Loading context for locations: 11:54:04.300 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy 11:54:04.307 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:54:04.321 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@16eccb2e: defining beans []; root of factory hierarchy 11:54:04.327 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:04.327 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:54:04.328 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:04.329 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:04.331 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@363a52f] 11:54:04.331 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@60856961] 11:54:04.333 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3adcc812] 11:54:04.335 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy] 11:54:04.336 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, org.springframework.context.service.name=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-SymbolicName=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, Bundle-Version=0.0.0} 11:54:04.337 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:04.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:04.399 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer) 11:54:04.399 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExporterImporterDependency is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:04.401 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:04.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.472 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:04.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.472 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2caf7cab 11:54:04.473 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.473 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.473 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.473 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.473 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:66 - Waiting for the test bundle to start up... 11:54:04.474 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy 11:54:04.474 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] incremented to 1 11:54:04.474 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:04.475 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:04.475 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 11:54:04.484 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/META-INF/spring/config.xml] 11:54:04.508 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:04.508 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:04.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:04.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:04.601 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:04.602 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:04.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3b1b7dcb: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,injected-export,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,depends-on-export,optional,mandatory]; root of factory hierarchy 11:54:04.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:04.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:04.704 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:04.704 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:04.710 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:04.712 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3b1b7dcb: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,injected-export,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,depends-on-export,optional,mandatory]; root of factory hierarchy] 11:54:04.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:04.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@87ccb7e 11:54:04.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 11:54:04.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:04.724 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.SortedSet} and filter=[] in=[(objectClass=java.util.SortedSet)] 11:54:04.724 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.SortedSet)] in=[(objectClass=java.util.SortedSet)] 11:54:04.725 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &optional implies dependecy DependencyService[Name=&optional][Filter=(objectClass=java.util.SortedSet)][Mandatory=false] 11:54:04.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.SortedMap} and filter=[] in=[(objectClass=java.util.SortedMap)] 11:54:04.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.SortedMap)] in=[(objectClass=java.util.SortedMap)] 11:54:04.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &mandatory implies dependecy DependencyService[Name=&mandatory][Filter=(objectClass=java.util.SortedMap)][Mandatory=true] 11:54:04.770 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 11:54:04.770 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 11:54:04.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:04.770 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.770 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.770 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:04.771 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.772 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:04.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:04.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:04.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:04.794 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6319eab6] 11:54:04.794 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7ece987e] 11:54:04.803 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedSet)] 11:54:04.803 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.SortedSet}={service.id=33}} 11:54:04.804 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedSet}={service.id=33}] bound to proxy 11:54:04.804 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedSet}={service.id=33}] bound to proxy 11:54:04.804 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponentBeanInfo] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.805 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.805 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponentCustomizer] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.806 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedMap)] 11:54:04.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.SortedMap}={service.id=34}} 11:54:04.807 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedMap}={service.id=34}] bound to proxy 11:54:04.807 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedMap}={service.id=34}] bound to proxy 11:54:04.808 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:04.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&optional, &mandatory} 11:54:04.809 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 11:54:04.809 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&mandatory] 11:54:04.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:04.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 11:54:04.813 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 11:54:04.814 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:04.815 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:04.815 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{&optional, &mandatory} 11:54:04.815 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 11:54:04.815 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[&mandatory] 11:54:04.815 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 11:54:04.815 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 11:54:04.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:04.868 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@357da27] 11:54:04.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy] 11:54:04.869 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0} 11:54:04.870 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:04.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] decremented to 0 11:54:04.876 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 11:54:04.876 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:68 - Test bundle context created - starting test... 11:54:04.877 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=35} 11:54:04.878 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.SortedSet}={service.id=33}] was unregistered and unbound from the service proxy 11:54:04.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer_1.0.0 [19] 11:54:04.878 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.SortedSet}={service.id=33}] was unregistered and unbound from the service proxy 11:54:04.879 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.SortedMap}={service.id=34}] was unregistered and unbound from the service proxy 11:54:04.879 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.SortedMap}={service.id=34}] was unregistered and unbound from the service proxy 11:54:04.879 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:04.880 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=35} 11:54:04.880 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable}={type=injected-deps, org.eclipse.gemini.blueprint.bean.name=injected-export, org.springframework.osgi.bean.name=injected-export, osgi.service.blueprint.compname=injected-export, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0, service.id=35}] 11:54:04.881 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:04.881 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export, org.springframework.osgi.bean.name=depends-on-export, osgi.service.blueprint.compname=depends-on-export, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0, service.id=36}] 11:54:04.881 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedSet}={service.id=38}] bound to proxy 11:54:04.882 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedSet}={service.id=38}] bound to proxy 11:54:04.882 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedMap}={service.id=39}] bound to proxy 11:54:04.882 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedMap}={service.id=39}] bound to proxy 11:54:04.882 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0 11:54:04.883 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 11:54:04.883 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 11:54:04.883 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:04.883 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1 11:54:04.884 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 11:54:04.884 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 11:54:04.884 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:04.885 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=40} 11:54:04.885 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.SortedSet}={service.id=38}] was unregistered and unbound from the service proxy 11:54:04.885 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.SortedSet}={service.id=38}] was unregistered and unbound from the service proxy 11:54:04.886 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:04.887 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.887 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2caf7cab 11:54:04.887 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.887 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.888 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer) 11:54:04.888 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy 11:54:04.888 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy] 11:54:04.890 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:04.890 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export, org.springframework.osgi.bean.name=depends-on-export, osgi.service.blueprint.compname=depends-on-export, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0, service.id=41}] 11:54:04.890 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:04.891 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=40} 11:54:04.891 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable}={type=injected-deps, org.eclipse.gemini.blueprint.bean.name=injected-export, org.springframework.osgi.bean.name=injected-export, osgi.service.blueprint.compname=injected-export, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0, service.id=40}] 11:54:04.891 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.SortedMap}={service.id=39}] was unregistered and unbound from the service proxy 11:54:04.891 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.SortedMap}={service.id=39}] was unregistered and unbound from the service proxy 11:54:04.892 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:04.892 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:04.893 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2caf7cab 11:54:04.893 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:04.894 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5ccf5446 11:54:04.896 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:04.896 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testInjectedDependencies] 11:54:04.897 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:447 - Test[testInjectedDependencies]'s result read 11:54:04.898 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testDependsOnDependencies] to OSGi 11:54:04.898 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependsOnDependencies] for execution inside OSGi 11:54:04.899 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependsOnDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2e1ef60 11:54:04.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:04.900 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer) 11:54:04.900 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExporterImporterDependency is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:04.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:04.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.901 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:04.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2caf7cab 11:54:04.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:04.901 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.901 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:04.902 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy 11:54:04.902 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:04.902 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/META-INF/spring/config.xml] 11:54:04.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 11:54:04.971 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:87 - Waiting for the test bundle to start up... 11:54:04.971 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] incremented to 1 11:54:04.971 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:04.971 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 11:54:04.973 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:04.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:04.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:04.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:04.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:04.996 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:05.069 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@b5ec300: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,injected-export,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,depends-on-export,optional,mandatory]; root of factory hierarchy 11:54:05.070 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:05.070 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:05.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:05.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:05.071 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:05.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@b5ec300: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,injected-export,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1,depends-on-export,optional,mandatory]; root of factory hierarchy] 11:54:05.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:05.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@87ccb7e 11:54:05.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 11:54:05.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:05.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.SortedSet} and filter=[] in=[(objectClass=java.util.SortedSet)] 11:54:05.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.SortedSet)] in=[(objectClass=java.util.SortedSet)] 11:54:05.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &optional implies dependecy DependencyService[Name=&optional][Filter=(objectClass=java.util.SortedSet)][Mandatory=false] 11:54:05.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.SortedMap} and filter=[] in=[(objectClass=java.util.SortedMap)] 11:54:05.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.SortedMap)] in=[(objectClass=java.util.SortedMap)] 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &mandatory implies dependecy DependencyService[Name=&mandatory][Filter=(objectClass=java.util.SortedMap)][Mandatory=true] 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:05.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:05.076 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:05.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:05.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:05.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:05.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:05.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:05.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:05.080 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:05.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:05.085 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@37428dfc] 11:54:05.085 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@17f2b162] 11:54:05.086 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedSet)] 11:54:05.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.SortedSet}={service.id=42}} 11:54:05.087 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedSet}={service.id=42}] bound to proxy 11:54:05.087 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedSet}={service.id=42}] bound to proxy 11:54:05.087 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedMap)] 11:54:05.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.SortedMap}={service.id=43}} 11:54:05.088 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedMap}={service.id=43}] bound to proxy 11:54:05.088 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedMap}={service.id=43}] bound to proxy 11:54:05.088 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:05.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&optional, &mandatory} 11:54:05.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 11:54:05.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&mandatory] 11:54:05.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [ExporterImporterDependency(org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] scanning available bundles 11:54:05.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 11:54:05.090 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 11:54:05.090 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:05.091 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:05.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{&optional, &mandatory} 11:54:05.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 11:54:05.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[&mandatory] 11:54:05.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 11:54:05.092 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 11:54:05.092 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:05.092 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6c175ae5] 11:54:05.093 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy] 11:54:05.093 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0} 11:54:05.093 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:05.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] decremented to 0 11:54:05.094 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 11:54:05.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer_1.0.0 [19] 11:54:05.094 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:89 - Test bundle context created - starting test... 11:54:05.095 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export,org.springframework.osgi.bean.name=depends-on-export,osgi.service.blueprint.compname=depends-on-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=45} 11:54:05.095 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.SortedSet}={service.id=42}] was unregistered and unbound from the service proxy 11:54:05.095 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.SortedSet}={service.id=42}] was unregistered and unbound from the service proxy 11:54:05.095 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.SortedMap}={service.id=43}] was unregistered and unbound from the service proxy 11:54:05.096 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.SortedMap}={service.id=43}] was unregistered and unbound from the service proxy 11:54:05.096 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:05.096 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable}={type=injected-deps, org.eclipse.gemini.blueprint.bean.name=injected-export, org.springframework.osgi.bean.name=injected-export, osgi.service.blueprint.compname=injected-export, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0, service.id=44}] 11:54:05.096 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:05.097 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export,org.springframework.osgi.bean.name=depends-on-export,osgi.service.blueprint.compname=depends-on-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=45} 11:54:05.097 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export, org.springframework.osgi.bean.name=depends-on-export, osgi.service.blueprint.compname=depends-on-export, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0, service.id=45}] 11:54:05.097 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedSet}={service.id=47}] bound to proxy 11:54:05.097 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedSet}={service.id=47}] bound to proxy 11:54:05.098 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.SortedMap}={service.id=48}] bound to proxy 11:54:05.098 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.SortedMap}={service.id=48}] bound to proxy 11:54:05.098 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0 11:54:05.098 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 11:54:05.098 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 11:54:05.099 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:05.099 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1 11:54:05.099 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 11:54:05.099 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 11:54:05.099 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:05.100 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export,org.springframework.osgi.bean.name=depends-on-export,osgi.service.blueprint.compname=depends-on-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=50} 11:54:05.100 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.SortedSet}={service.id=47}] was unregistered and unbound from the service proxy 11:54:05.100 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.SortedSet}={service.id=47}] was unregistered and unbound from the service proxy 11:54:05.100 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=49} 11:54:05.101 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:05.101 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:05.101 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2caf7cab 11:54:05.101 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:05.101 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 11:54:05.101 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer) 11:54:05.101 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy 11:54:05.102 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy] 11:54:05.102 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:05.102 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export,org.springframework.osgi.bean.name=depends-on-export,osgi.service.blueprint.compname=depends-on-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=50} 11:54:05.102 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=depends-on-export, org.springframework.osgi.bean.name=depends-on-export, osgi.service.blueprint.compname=depends-on-export, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0, service.id=50}] 11:54:05.102 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:05.168 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer] {java.io.Serializable, java.lang.Cloneable}={type=injected-deps,org.eclipse.gemini.blueprint.bean.name=injected-export,org.springframework.osgi.bean.name=injected-export,osgi.service.blueprint.compname=injected-export,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer,Bundle-Version=1.0.0,service.id=49} 11:54:05.168 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable}={type=injected-deps, org.eclipse.gemini.blueprint.bean.name=injected-export, org.springframework.osgi.bean.name=injected-export, osgi.service.blueprint.compname=injected-export, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, Bundle-Version=1.0.0, service.id=49}] 11:54:05.168 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.SortedMap}={service.id=48}] was unregistered and unbound from the service proxy 11:54:05.168 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.SortedMap}={service.id=48}] was unregistered and unbound from the service proxy 11:54:05.168 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:05.169 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:05.169 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2caf7cab 11:54:05.169 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:05.169 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:05.169 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5208b1af 11:54:05.169 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testDependsOnDependencies] 11:54:05.169 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:447 - Test[testDependsOnDependencies]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.748 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest 11:54:05.173 [Thread-0] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:471 - Shutting down OSGi platform 11:54:05.173 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest (TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest) 11:54:05.173 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:05.173 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy 11:54:05.174 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:05.174 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest, config=): startup date [Wed Jan 17 11:54:04 UTC 2024]; root of context hierarchy] 11:54:05.174 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:05.174 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:05.174 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:54:05.174 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:05.174 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:05.174 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:05.175 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:05.175 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testInjectedDependencies-org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest_0.0.0 [18] for sending replayes events; last one was null 11:54:05.175 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:05.175 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:05.176 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:06,192 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:06,389 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:06,391 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:06,405 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:06,481 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:06,483 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:06,487 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:06,493 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5b87ed94 - No compression will be used 11:54:06,498 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:06,498 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:06,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:06,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:06,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:06,501 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:06,501 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:06,501 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:06,501 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:06,502 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3cef309d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest 11:54:06.694 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:06.698 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:85 - Instantiating platform wrapper... 11:54:06.698 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:215 - About to start Equinox OSGi Platform 11:54:07.247 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:07.250 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:07.251 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:07.252 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:07.253 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:07.403 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:07.472 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:07.476 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:07.478 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:07.485 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:07.492 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:07.494 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:07.500 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:07.568 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:07.579 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:07.592 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:07.596 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:07.601 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:07.672 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:07.674 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:07.678 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:07.681 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:07.685 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:07.686 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:07.699 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:07.773 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:07.774 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:07.774 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:07.774 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:07.774 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:07.775 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:07.775 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:07.775 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:07.775 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:07.776 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:07.776 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:07.776 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:07.776 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:07.777 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:07.777 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:07,810 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:07,885 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:07,887 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:07,896 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:07,913 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:07,914 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:07,917 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:07,970 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2dc54ad4 - No compression will be used 11:54:07,974 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:07,974 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:07,975 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:07,975 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:07,975 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:07,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:07,977 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:07,977 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:07,977 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:07,977 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:07,978 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7db12bb6 - Registering current configuration as safe fallback point 11:54:07.995 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:08.002 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:08.169 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:08.169 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:08.173 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:08.175 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:08.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:08.181 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.181 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:08.181 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:08.181 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:08.182 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.182 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:08.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:08.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:08.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.183 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:08.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:08.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:08.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.184 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:08.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:08.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:08.184 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.185 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:08.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:08.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:08.185 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.185 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:08.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:08.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:08.186 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.186 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:08.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:08.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:08.187 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.187 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:08.187 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:08.187 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:08.188 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.193 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:08.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:08.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:08.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.195 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:08.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:08.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:08.197 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.197 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:08.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:08.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:08.197 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.198 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:08.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:08.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:08.198 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.199 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:08.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:08.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:08.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.200 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:08.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:08.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:08.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.200 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:08.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:08.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:08.201 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.201 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:08.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:08.207 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:08.208 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:08.268 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:08.269 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:08.271 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:08.272 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:08.273 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@57a3e26a w/ reference null 11:54:08.273 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@57a3e26a w/ reference null 11:54:08.274 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:08.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:08.284 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.284 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:08.285 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:08.285 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.285 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:08.285 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:08.286 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:08.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:08.286 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:08.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:08.287 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:08.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:08.288 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:08.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:08.288 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:08.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:08.289 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:08.290 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:08.290 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.291 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:08.291 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:08.292 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:08.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:08.293 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:08.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:08.294 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.294 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:08.294 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:08.295 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.295 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:08.295 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:08.296 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.296 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:08.296 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:08.296 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:08.297 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:08.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:08.298 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:08.304 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:08.304 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.304 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:08.305 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:08.305 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:08.305 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.305 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:08.305 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:08.306 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:08.306 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.306 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 11:54:08.306 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:08.306 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:08.306 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.307 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:08.307 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:08.307 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:08.307 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.307 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:08.308 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:08.313 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:08.313 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.314 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:08.315 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:08.316 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:08.316 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:08.316 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:08.316 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.316 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:08.316 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:08.317 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:08.318 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:08 UTC 2024]; root of context hierarchy 11:54:08.318 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest-bundle.properties was not found; using defaults 11:54:08.318 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:511 - Post processing: creating test bundle 11:54:08.368 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:08.370 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 11:54:08.371 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:202 - Automatically creating Manifest for the test bundle 11:54:08.371 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:366 - Using the test class for generating bundle imports 11:54:08.373 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 11:54:08.373 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt.servicedependency] is part of the test archive; parsing MultipleExportersDependingOnOneImporterTest bytecode to determine imports... 11:54:08.376 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class MultipleExportersDependingOnOneImporterTest 11:54:08.385 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:08.385 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:08.385 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest 11:54:08.387 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:08.387 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:08.387 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:08.388 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:08.388 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:08.389 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:08.389 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:08.389 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:08.389 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.iandt.tccl, java.util, org.osgi.framework, org.springframework.util, org.springframework.context, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io, java.net} 11:54:08.389 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.servicedependency, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:54:08.390 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:08.390 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.tccl, org.osgi.framework, org.springframework.util, org.springframework.context, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io] 11:54:08.390 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Name=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.tccl,org.osgi.framework,org.springframework.util,org.springframework.context,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.core.io, Manifest-Version=1.0] 11:54:08.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Name=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.tccl,org.osgi.framework,org.springframework.util,org.springframework.context,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.core.io, Manifest-Version=1.0]] 11:54:08.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:08.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:08.390 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 11:54:08.391 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 11:54:08.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 11:54:08.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 11:54:08.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 11:54:08.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 11:54:08.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 11:54:08.392 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 11:54:08.395 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:08.470 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:557 - Test bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] successfully installed 11:54:08.471 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:08.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] 11:54:08.474 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:08.474 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest) 11:54:08.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] 11:54:08.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] 11:54:08.475 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:08.475 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] 11:54:08.475 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:562 - Test bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] successfully started 11:54:08.475 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:08.477 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:08.477 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:08.477 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:08.478 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:08.478 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:08.478 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:08.478 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:08.479 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:08.479 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:08.485 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:08.486 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:08.487 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:08.487 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:08.488 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:08.488 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:08.488 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:08.488 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:08.489 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:08.489 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 11:54:08.489 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 11:54:08.490 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:08.492 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:08.580 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:08.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:08.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:08.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:08.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:08.687 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:08.687 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:08.781 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5ddce5c6: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:08.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:08.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:08.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:08.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:08.799 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:08.801 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5ddce5c6: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:08.801 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:08.801 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@bdc08e4 11:54:08.801 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:08.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:08.802 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:08.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:08.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:08.802 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:08.802 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:08.802 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:08.803 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:08.804 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@17a562a] 11:54:08.805 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5accfb4c] 11:54:08.828 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:08.829 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:08.829 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:08.830 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:08.831 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:08.832 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:08.833 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:08.833 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:08.833 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:08.833 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:08.833 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:08.833 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:08.834 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@53deac34] 11:54:08.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:08 UTC 2024]; root of context hierarchy] 11:54:08.869 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:08.870 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:08.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:08.871 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:08.871 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] does not trigger a context creation. 11:54:08.872 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTwoExportersWithTheSameImporter] to OSGi 11:54:08.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:08.883 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTwoExportersWithTheSameImporter] for execution inside OSGi 11:54:08.883 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTwoExportersWithTheSameImporter] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@68d279ec 11:54:08.884 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 11:54:08.884 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): startup date [Wed Jan 17 11:54:08 UTC 2024]; root of context hierarchy 11:54:08.885 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:08.885 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml] 11:54:08.888 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:08.888 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:08.889 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:08.889 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:08.971 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:08.972 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:08.982 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2d6c53fc: defining beans [mandatory,optional,map-exporter,map,bean-exporter,simple-bean]; root of factory hierarchy 11:54:08.983 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:08.983 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:08.983 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:08.984 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:08.985 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@436c81a3] 11:54:08.985 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3561c410] 11:54:08.988 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:08.988 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:08.989 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:08.993 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:08.998 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 11:54:08.999 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 11:54:08.999 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 11:54:08.999 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 11:54:09.000 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 11:54:09.001 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:09.001 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}} 11:54:09.002 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:09.002 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:09.003 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:54:09.003 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:54:09.003 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:09.003 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:09.006 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:54:09.006 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:54:09.069 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&map-exporter] is being tracked for dependencies 11:54:09.069 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [map-exporter] depends (transitively) on the following importers:{&mandatory, &optional} 11:54:09.069 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 11:54:09.069 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [map-exporter] depends on importers:[&mandatory] 11:54:09.072 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 11:54:09.073 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 11:54:09.073 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 11:54:09.074 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 11:54:09.075 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanBeanInfo] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 11:54:09.075 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanCustomizer] required by [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest(TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest)] scanning available bundles 11:54:09.076 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&bean-exporter] is being tracked for dependencies 11:54:09.077 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [bean-exporter] depends (transitively) on the following importers:{&mandatory} 11:54:09.077 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [bean-exporter] depends on importers:[&mandatory] 11:54:09.077 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:09.077 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:09.077 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 11:54:09.078 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@558bdf1f] 11:54:09.078 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): startup date [Wed Jan 17 11:54:08 UTC 2024]; root of context hierarchy] 11:54:09.078 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, org.springframework.context.service.name=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0} 11:54:09.079 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:09.093 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:09.094 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.094 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.094 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.095 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:09.095 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:08 UTC 2024]; root of context hierarchy 11:54:09.095 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:08 UTC 2024]; root of context hierarchy] 11:54:09.096 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:09.097 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:09.097 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:09.097 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 11:54:09.097 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 11:54:09.098 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 11:54:09.098 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 11:54:09.098 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] 11:54:09.098 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:09.098 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:09.098 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:09.098 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [map-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:09.099 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0, service.id=35}] 11:54:09.099 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [bean-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:09.099 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0, service.id=36}] 11:54:09.099 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] 11:54:09.099 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:09.100 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:09.100 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.100 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:09.101 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@7e3d5b8d 11:54:09.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.102 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:09.102 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:09.102 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:09.102 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:09.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.103 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:09.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.103 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.103 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:09.103 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.104 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy 11:54:09.104 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:09.104 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:09.104 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:09.104 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:09.168 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:09.170 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:09.170 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:09.171 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:09.171 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:09.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:09.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:09.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4289470c: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:09.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:09.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:09.199 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:09.199 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:09.199 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4289470c: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@bdc08e4 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:09.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@b886d7c] 11:54:09.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2d213ebc] 11:54:09.268 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:09.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:09.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:09.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:09.269 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:09.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=38}] bound to proxy 11:54:09.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=38}] bound to proxy 11:54:09.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 11:54:09.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 11:54:09.270 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 11:54:09.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 11:54:09.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 11:54:09.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:09.271 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:09.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 11:54:09.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:09.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:09.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:09.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:09.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:09.273 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:09.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=41}] not bound to proxy 11:54:09.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=41}] not bound to proxy 11:54:09.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:09.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5f5a753] 11:54:09.274 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy] 11:54:09.274 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:09.274 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:09.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:09.275 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:09.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:09.275 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:09.276 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTwoExportersWithTheSameImporter] 11:54:09.276 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testTwoExportersWithTheSameImporter]'s result read 11:54:09.277 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testDirectExporterImporterDependency] to OSGi 11:54:09.278 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDirectExporterImporterDependency] for execution inside OSGi 11:54:09.278 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDirectExporterImporterDependency] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@e383572 11:54:09.279 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest on registration ServiceReference [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map,org.springframework.osgi.bean.name=map,osgi.service.blueprint.compname=map,Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest,Bundle-Version=0.0.0,service.id=39} 11:54:09.280 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:09.280 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.280 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.280 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.280 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.280 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:09.281 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy 11:54:09.281 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy] 11:54:09.281 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:09.281 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=38}] bound to proxy 11:54:09.282 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=38}] bound to proxy 11:54:09.282 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 11:54:09.282 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 11:54:09.282 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 11:54:09.282 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 11:54:09.282 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=41}] 11:54:09.282 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:09.283 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=38}] was unregistered and unbound from the service proxy 11:54:09.283 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=38}] was unregistered and unbound from the service proxy 11:54:09.283 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [map-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:09.284 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest on registration ServiceReference [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map,org.springframework.osgi.bean.name=map,osgi.service.blueprint.compname=map,Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest,Bundle-Version=0.0.0,service.id=39} 11:54:09.284 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0, service.id=39}] 11:54:09.284 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [bean-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:09.284 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0, service.id=40}] 11:54:09.285 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=38}] 11:54:09.285 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:09.285 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:09.285 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.285 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:09.286 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@70faba3a 11:54:09.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.286 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:09.286 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:09.286 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:09.287 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:09.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.288 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:09.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.288 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.288 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.289 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:09.289 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy 11:54:09.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.289 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:09.289 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:09.289 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:09.289 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:09.290 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:09.292 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:09.292 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:09.293 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:09.293 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:09.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:09.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:09.376 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@43178128: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:09.376 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:09.377 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:09.377 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:09.377 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@43178128: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@bdc08e4 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:09.378 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:09.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@67f3cb6c] 11:54:09.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@880da4] 11:54:09.381 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:09.381 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:09.381 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:09.381 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:09.381 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:09.382 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=43}] bound to proxy 11:54:09.382 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=43}] bound to proxy 11:54:09.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 11:54:09.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 11:54:09.382 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 11:54:09.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 11:54:09.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 11:54:09.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:09.383 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:09.383 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 11:54:09.384 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:09.385 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:09.385 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:09.385 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:09.385 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:09.385 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:09.385 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] not bound to proxy 11:54:09.385 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] not bound to proxy 11:54:09.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:09.386 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7a8ea9e6] 11:54:09.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy] 11:54:09.386 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:09.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:09.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:09.387 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:09.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:09.388 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:09.388 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testDirectExporterImporterDependency] 11:54:09.388 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testDirectExporterImporterDependency]'s result read 11:54:09.388 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTransitiveExporterImporterDependency] to OSGi 11:54:09.389 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTransitiveExporterImporterDependency] for execution inside OSGi 11:54:09.389 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTransitiveExporterImporterDependency] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a4add54 11:54:09.389 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest on registration ServiceReference [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean,org.springframework.osgi.bean.name=simple-bean,osgi.service.blueprint.compname=simple-bean,Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest,Bundle-Version=0.0.0,service.id=45} 11:54:09.389 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:09.389 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.390 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.390 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.390 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.390 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:09.390 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy 11:54:09.390 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy] 11:54:09.390 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:09.391 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=43}] bound to proxy 11:54:09.391 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=43}] bound to proxy 11:54:09.391 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 11:54:09.391 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 11:54:09.391 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 11:54:09.391 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 11:54:09.392 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] 11:54:09.392 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:09.392 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=43}] was unregistered and unbound from the service proxy 11:54:09.392 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=43}] was unregistered and unbound from the service proxy 11:54:09.392 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [map-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:09.392 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0, service.id=44}] 11:54:09.392 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [bean-exporter] stopped; transitive OSGi dependency [mandatory] is unsatifised 11:54:09.393 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest on registration ServiceReference [TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest] {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean,org.springframework.osgi.bean.name=simple-bean,osgi.service.blueprint.compname=simple-bean,Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest,Bundle-Version=0.0.0,service.id=45} 11:54:09.393 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0, service.id=45}] 11:54:09.393 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=43}] 11:54:09.393 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:09.393 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:09.394 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.394 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:09.394 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@74c530fd 11:54:09.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.394 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:09.395 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:09.395 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:09.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:09.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.396 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:09.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.396 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.396 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.396 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:09.396 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy 11:54:09.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:09.397 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:09.397 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:09.397 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:09.397 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:09.397 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:09.470 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:09.470 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:09.470 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:09.470 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:09.485 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:09.486 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:09.491 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2d92650b: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:09.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:09.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:09.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:09.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2d92650b: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@bdc08e4 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:09.493 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:09.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4a7bda3d] 11:54:09.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e250cb8] 11:54:09.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:09.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:09.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:09.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:09.496 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:09.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=48}] bound to proxy 11:54:09.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=48}] bound to proxy 11:54:09.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter map-exporter 11:54:09.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class java.util.HashMap] classes {interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable} 11:54:09.496 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 11:54:09.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 11:54:09.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter bean-exporter 11:54:09.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:09.497 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:09.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 11:54:09.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:09.498 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:09.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:09.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:09.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:09.498 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:09.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=51}] not bound to proxy 11:54:09.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=51}] not bound to proxy 11:54:09.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:09.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@26b23862] 11:54:09.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy] 11:54:09.499 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:09.500 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:09.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:09.500 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:09.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:09.500 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:09.500 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTransitiveExporterImporterDependency] 11:54:09.501 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testTransitiveExporterImporterDependency]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.81 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest 11:54:09.570 [Thread-0] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:471 - Shutting down OSGi platform 11:54:09.570 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest (TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest) 11:54:09.570 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:09.570 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): startup date [Wed Jan 17 11:54:08 UTC 2024]; root of context hierarchy 11:54:09.570 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19]] 11:54:09.570 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml): startup date [Wed Jan 17 11:54:08 UTC 2024]; root of context hierarchy] 11:54:09.571 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [bean-exporter] 11:54:09.571 [Thread-4] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0, service.id=50}] 11:54:09.571 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [map-exporter] 11:54:09.571 [Thread-4] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest, Bundle-Version=0.0.0, service.id=49}] 11:54:09.571 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 11:54:09.572 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=48}] was unregistered and unbound from the service proxy 11:54:09.572 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=48}] was unregistered and unbound from the service proxy 11:54:09.572 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19]] 11:54:09.572 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:09.572 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:09.572 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.573 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.573 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.573 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:09.573 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:09.573 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy 11:54:09.573 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:09 UTC 2024]; root of context hierarchy] 11:54:09.573 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:09.574 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=51}] 11:54:09.574 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:09.574 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=48}] 11:54:09.574 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:09.574 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:09.575 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@418773cc 11:54:09.575 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:09.575 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:09.575 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:09.575 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:09.575 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:09.575 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:09.575 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:09.575 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testTwoExportersWithTheSameImporter-org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest_0.0.0 [20] for sending replayes events; last one was null 11:54:09.576 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@31c7b001 11:54:09.576 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl.intf_1.0.0 [18] for sending replayes events; last one was null 11:54:09.576 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:09.576 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:09.576 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:10,578 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:10,717 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:10,719 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:10,769 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:10,799 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:10,801 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:10,805 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:10,869 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:54:10,874 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:10,874 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:10,875 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:10,876 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:10,877 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:10,877 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:10,877 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:10,877 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:10,877 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:10,878 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest 11:54:11.003 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:11.007 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:85 - Instantiating platform wrapper... 11:54:11.007 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:215 - About to start Equinox OSGi Platform 11:54:11.477 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:11.479 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:11.480 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:11.481 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:11.482 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:11.674 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:11.683 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:11.688 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:11.690 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:11.696 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:11.701 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:11.702 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:11.708 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:11.775 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:11.786 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:11.798 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:11.802 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:11.807 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:11.873 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:11.875 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:11.879 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:11.882 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:11.886 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:11.890 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:11.891 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:54:11.892 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.0.M01-SNAPSHOT.jar] 11:54:11.902 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:11.984 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:11.984 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:11.984 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:11.985 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:11.985 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:11.985 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:11.985 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:11.986 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:11.986 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:11.986 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:11.986 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:11.987 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:11.987 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:11.987 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:11.987 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:12,070 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:12,102 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:12,104 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:12,112 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:12,172 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:12,174 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:12,178 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:12,192 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7d4f9aae - No compression will be used 11:54:12,197 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:12,197 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:12,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:12,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:12,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:12,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:12,198 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:12,199 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:12,200 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:12,200 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:12,200 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:12,201 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@130c12b7 - Registering current configuration as safe fallback point 11:54:12.211 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:12.219 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:12.387 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:12.388 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:12.391 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:12.394 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:12.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:12.400 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.400 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:12.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:12.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:12.401 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.401 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:12.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:12.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:12.401 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.407 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:12.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:12.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:12.407 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.407 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:12.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:12.408 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:12.408 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.408 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:12.409 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:12.409 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:12.409 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.409 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:12.409 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:12.409 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:12.410 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.410 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:12.410 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:12.410 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:12.411 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.411 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:12.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:12.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:12.412 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.412 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:12.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:12.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:12.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.418 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:12.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:12.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:12.421 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.421 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:12.421 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:12.421 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:12.422 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.422 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:12.422 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:12.422 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:12.423 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.423 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:12.423 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:12.423 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:12.424 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.424 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:12.424 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:12.424 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:12.424 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.468 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:12.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:12.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:12.469 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.470 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:12.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:12.479 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:12.480 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:12.486 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:12.487 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:12.490 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:12.492 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:12.493 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@30b6ffe0 w/ reference null 11:54:12.493 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@30b6ffe0 w/ reference null 11:54:12.494 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:12.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:12.505 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:12.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:12.506 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:12.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:12.507 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:12.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:12.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:12.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:12.510 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:12.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:12.511 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:12.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:12.512 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:12.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:12.514 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:12.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:12.516 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:12.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:12.569 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:12.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:12.571 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:12.571 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:12.576 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:12.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:12.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:12.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:12.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:12.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:12.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:12.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:12.580 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.580 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:12.580 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:12.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:12.584 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.584 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:12.584 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:12.584 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:12.585 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.585 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:12.585 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:12.586 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:12.586 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.586 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 11:54:12.586 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:12.586 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:12.586 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.587 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:12.587 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:12.587 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:12.587 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.587 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:12.588 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:12.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:12.594 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:12.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:12.597 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:12.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:12.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:12.598 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.598 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:12.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:12.598 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:12.598 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:54:12.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:12.599 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.599 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:12.599 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:12.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:12.599 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:12 UTC 2024]; root of context hierarchy 11:54:12.599 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:12.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:12.600 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:54:12.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:12.600 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:12.601 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:319 - Starting [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.0.M01-SNAPSHOT.jar] 11:54:12.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:12.601 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.601 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:54:12.601 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:12.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:12.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:12.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:12.602 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:54:12.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:12.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:12.604 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:12.604 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest-bundle.properties was not found; using defaults 11:54:12.604 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:511 - Post processing: creating test bundle 11:54:12.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 11:54:12.669 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:202 - Automatically creating Manifest for the test bundle 11:54:12.670 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:366 - Using the test class for generating bundle imports 11:54:12.671 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 11:54:12.671 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt.servicedependency] is part of the test archive; parsing SingleExportDependingOnMultipleImportTest bytecode to determine imports... 11:54:12.674 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class SingleExportDependingOnMultipleImportTest 11:54:12.683 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:12.684 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:12.684 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest 11:54:12.684 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:12.685 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:12.685 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:12.686 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:12.687 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:12.687 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:12.687 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:12.687 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:12.688 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:12.688 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt.simpleservice, org.eclipse.gemini.blueprint.iandt.simpleservice2, org.eclipse.gemini.blueprint.iandt.tccl, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io, java.net} 11:54:12.688 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.servicedependency, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:54:12.688 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:12.688 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:282 - Filtered imports are [org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt.simpleservice, org.eclipse.gemini.blueprint.iandt.simpleservice2, org.eclipse.gemini.blueprint.iandt.tccl, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io] 11:54:12.688 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Name=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.iandt.tccl,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.core.io, Manifest-Version=1.0] 11:54:12.688 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Name=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.simpleservice2,org.eclipse.gemini.blueprint.iandt.tccl,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.core.io, Manifest-Version=1.0]] 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:12.689 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 11:54:12.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 11:54:12.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 11:54:12.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 11:54:12.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 11:54:12.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 11:54:12.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 11:54:12.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 11:54:12.690 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 11:54:12.769 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:557 - Test bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] successfully installed 11:54:12.769 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:12.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] 11:54:12.773 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:12.773 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest) 11:54:12.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] 11:54:12.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] 11:54:12.779 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:12.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] 11:54:12.779 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:562 - Test bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] successfully started 11:54:12.780 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:12.781 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:12.782 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:12.782 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:12.782 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:12.805 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:12.805 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:12.805 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:12.806 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:12.807 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:12.807 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:12.808 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:12.809 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:12.809 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:12.810 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:12.810 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:12.810 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:12.810 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:12.810 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:12.811 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:12.811 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 11:54:12.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:12.811 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 11:54:12.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:12.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:12.812 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:12.874 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:12.874 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:12.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:12.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.094 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5bc5e45e: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:13.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:13.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:13.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:13.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:13.111 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:13.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5bc5e45e: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:13.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:13.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:13.170 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:13.170 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:13.170 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.170 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:13.170 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:13.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.170 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.170 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:13.171 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.171 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.171 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.172 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:13.172 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:13.173 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:13.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.179 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.179 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.201 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:13.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@19c1741b: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:54:13.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:13.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:13.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:13.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:13.280 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@19c1741b: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.281 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:13.282 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.282 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.282 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.282 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:13.282 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:13.283 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:13.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.368 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:13.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.386 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@35a9dfb0: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:54:13.386 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:13.386 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:13.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:13.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:13.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@35a9dfb0: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:13.388 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.390 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@19ae1ffb] 11:54:13.390 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4c8682af] 11:54:13.473 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:13.474 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:13.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:13.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:13.476 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:13.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:13.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:13.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:13.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:13.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:13.479 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:13.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:13.481 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@38b88fdd] 11:54:13.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:12 UTC 2024]; root of context hierarchy] 11:54:13.484 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:13.485 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:13.485 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:13.485 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:13.486 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 11:54:13.486 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:54:13.486 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:13.486 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:13.488 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:13.489 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.489 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@10ccfe87] 11:54:13.489 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7f17a512] Delaying for:0 11:54:13.491 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:54:13.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:54:13.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:54:13.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:54:13.491 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:54:13.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:54:13.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7d088369] 11:54:13.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:13.492 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:54:13.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:13.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:54:13.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] 11:54:13.493 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:13.493 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.493 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] triggers a context creation; waiting for it 11:54:13.494 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 11:54:13.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5d0dece1] 11:54:13.494 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:13.494 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:54:13.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4e9e696e] 11:54:13.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:54:13.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:54:13.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:54:13.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:54:13.496 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:54:13.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:54:13.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@20ff099a] 11:54:13.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:13.497 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 11:54:13.497 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:13.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 11:54:13.497 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:54:13.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] 11:54:13.498 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest] does not trigger a context creation. 11:54:13.498 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] to OSGi 11:54:13.571 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] for execution inside OSGi 11:54:13.572 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2141a12 11:54:13.572 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 11:54:13.573 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:13.573 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:13.574 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk802600647/org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml] 11:54:13.576 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.577 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.577 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.578 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.587 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.587 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.593 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@455b6df1: defining beans [serviceB,serviceC,exporter,serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0,simple-bean]; root of factory hierarchy 11:54:13.594 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:13.594 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:13.594 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:13.594 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:13.595 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@59e505b2] 11:54:13.595 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3af0a9da] 11:54:13.597 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:54:13.598 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:54:13.598 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:13.602 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:13.607 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.608 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.608 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.609 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.609 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.610 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)] 11:54:13.611 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=37}} 11:54:13.611 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=37}] bound to proxy 11:54:13.611 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=37}] bound to proxy 11:54:13.612 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:13.612 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:13.612 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:13.613 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:13.668 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:13.668 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}} 11:54:13.669 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:13.669 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:13.671 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:54:13.672 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:54:13.672 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:13.672 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:13.674 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:54:13.675 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=35}} 11:54:13.675 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=35}] bound to proxy 11:54:13.675 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=35}] bound to proxy 11:54:13.676 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.util.BeanReferenceFactoryBeanBeanInfo] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.677 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:13.688 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] exports [org.eclipse.gemini.blueprint.util] as version [3.0.0.M01-SNAPSHOT] but version [0.0.0] was required 11:54:13.689 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.util.BeanReferenceFactoryBeanCustomizer] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.689 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:13.691 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] exports [org.eclipse.gemini.blueprint.util] as version [3.0.0.M01-SNAPSHOT] but version [0.0.0] was required 11:54:13.692 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.SmartFactoryBeanCustomizer] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.693 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.694 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanBeanInfo] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.694 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanCustomizer] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.695 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 11:54:13.695 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporter] depends (transitively) on the following importers:{&serviceC, &serviceB, &serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0} 11:54:13.695 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporter] depends on importers:[&serviceC, &serviceB, &serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] 11:54:13.698 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest(TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] scanning available bundles 11:54:13.699 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:13.699 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:13.699 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 11:54:13.700 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4ae9cfc1] 11:54:13.700 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:13.700 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, org.springframework.context.service.name=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Version=0.0.0} 11:54:13.700 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:13.777 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=35} 11:54:13.779 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:13.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.780 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:13.780 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:13.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:13.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:54:13.782 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=35}] was unregistered and unbound from the service proxy 11:54:13.782 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=35}] was unregistered and unbound from the service proxy 11:54:13.782 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] is unsatifised 11:54:13.782 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Version=0.0.0, service.id=39}] 11:54:13.783 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=35} 11:54:13.783 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=35}] 11:54:13.784 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:13.784 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:54:13.784 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.784 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:13.785 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=37} 11:54:13.785 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5cc061ac 11:54:13.786 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:13.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.786 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:54:13.786 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:13.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:13.787 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:54:13.787 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=37}] was unregistered and unbound from the service proxy 11:54:13.787 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=37}] was unregistered and unbound from the service proxy 11:54:13.787 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceB] is unsatifised 11:54:13.787 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=37} 11:54:13.787 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=37}] 11:54:13.787 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:13.788 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:54:13.788 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.788 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:13.788 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@52079444 11:54:13.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:13.788 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:13.788 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:13.789 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:13.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:13.789 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:13.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:13.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:13.789 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:54:13.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:13.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.790 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.790 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:13.790 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:13.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:13.790 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:13.791 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:54:13.791 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:13.791 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:13.791 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:13.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.873 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:13.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.887 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@6d7e41b7: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:54:13.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:13.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:13.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:13.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:13.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:13.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6d7e41b7: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:54:13.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@538d377c] 11:54:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6178e507] Delaying for:0 11:54:13.891 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:54:13.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:54:13.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:54:13.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:54:13.891 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:54:13.891 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=41}] bound to proxy 11:54:13.892 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=41}] bound to proxy 11:54:13.892 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] is satisfied; checking the rest of the dependencies for exporter exporter 11:54:13.892 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 11:54:13.892 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:54:13.892 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f0bb33] 11:54:13.892 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:13.892 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:54:13.893 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:13.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:54:13.893 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:13.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] 11:54:13.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:13.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:13.894 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:54:13.894 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:13.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:13.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:13.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:13.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:13.895 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:54:13.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:13.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:13.896 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:13.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:13.896 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:13.896 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 11:54:13.896 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:13.896 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:54:13.896 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:13.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:13.975 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:13.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:13.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:13.984 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@23a2a895: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:54:13.984 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:13.984 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:13.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:13.984 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@23a2a895: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:13.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4d8ced6] 11:54:13.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7250e463] 11:54:13.987 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:54:13.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:54:13.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:54:13.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:54:13.988 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:54:13.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=43}] bound to proxy 11:54:13.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=43}] bound to proxy 11:54:13.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceB] is satisfied; checking the rest of the dependencies for exporter exporter 11:54:13.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:13.988 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:13.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 11:54:13.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:54:13.989 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@10a36e8] 11:54:13.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:13.989 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 11:54:13.989 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:13.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 11:54:13.990 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:54:13.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] 11:54:13.990 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:13.991 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] 11:54:13.991 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB]'s result read 11:54:13.992 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testOneImporterCGoesDownAndThenUpAgain] to OSGi 11:54:13.992 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOneImporterCGoesDownAndThenUpAgain] for execution inside OSGi 11:54:13.992 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOneImporterCGoesDownAndThenUpAgain] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cdf2c61 11:54:13.993 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=32} 11:54:13.993 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:13.993 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.993 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.993 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.993 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.993 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:13.994 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:12 UTC 2024]; root of context hierarchy 11:54:13.994 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:12 UTC 2024]; root of context hierarchy] 11:54:13.994 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:13.994 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:13.994 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:13.994 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporter 11:54:13.994 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 11:54:13.994 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] 11:54:13.995 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:13.995 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:13.995 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:13.995 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceC] is unsatifised 11:54:13.995 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Version=0.0.0, service.id=44}] 11:54:13.995 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=32} 11:54:13.995 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] 11:54:13.995 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:13.996 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:54:13.996 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.996 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:13.996 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@56380adc 11:54:13.996 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:13.996 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:13.996 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:13.997 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:13.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:13.997 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:13.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:13.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:13.997 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:54:13.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:13.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:13.998 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:13.998 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:13.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:13.998 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:13.998 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:13.998 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:13.998 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:13.998 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:13.999 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:14.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:14.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:14.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@355e5efc: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:14.076 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:14.076 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:14.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:14.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:14.076 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@355e5efc: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:14.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.078 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@34eb7929] 11:54:14.078 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@365f621b] 11:54:14.079 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:14.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:14.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:14.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:14.079 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:14.079 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] bound to proxy 11:54:14.080 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] bound to proxy 11:54:14.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporter 11:54:14.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:14.080 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:14.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 11:54:14.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:14.081 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:14.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:14.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:14.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:14.082 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:14.082 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=48}] not bound to proxy 11:54:14.082 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=48}] not bound to proxy 11:54:14.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:14.082 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@239e24fa] 11:54:14.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:14.082 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:14.083 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:14.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:14.083 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:14.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:14.084 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:14.084 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testOneImporterCGoesDownAndThenUpAgain] 11:54:14.084 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testOneImporterCGoesDownAndThenUpAgain]'s result read 11:54:14.084 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] to OSGi 11:54:14.085 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] for execution inside OSGi 11:54:14.085 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5bf0fe62 11:54:14.086 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=41} 11:54:14.086 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:14.086 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.086 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.086 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.087 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.087 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:14.087 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:14.087 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:14.087 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:54:14.087 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=41}] was unregistered and unbound from the service proxy 11:54:14.087 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=41}] was unregistered and unbound from the service proxy 11:54:14.087 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] is unsatifised 11:54:14.088 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Version=0.0.0, service.id=47}] 11:54:14.088 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=41} 11:54:14.088 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=41}] 11:54:14.088 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:14.088 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:54:14.088 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.088 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:14.089 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@133a9e7f 11:54:14.089 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=43} 11:54:14.089 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:14.089 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.089 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.089 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.089 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.089 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:54:14.089 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:14.090 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:14.090 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:54:14.090 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=43}] was unregistered and unbound from the service proxy 11:54:14.090 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=43}] was unregistered and unbound from the service proxy 11:54:14.090 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceB] is unsatifised 11:54:14.090 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=43} 11:54:14.090 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=43}] 11:54:14.090 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:14.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:54:14.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:14.091 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4ca840b5 11:54:14.091 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=46} 11:54:14.091 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:14.092 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.092 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.092 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.092 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.092 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:14.092 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:14.092 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:14.092 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:14.093 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] bound to proxy 11:54:14.093 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] bound to proxy 11:54:14.093 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporter 11:54:14.093 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB, &serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] 11:54:14.093 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=48}] 11:54:14.093 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:14.093 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] was unregistered and unbound from the service proxy 11:54:14.093 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] was unregistered and unbound from the service proxy 11:54:14.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporter] stopped; transitive OSGi dependency [serviceC] is unsatifised 11:54:14.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=46} 11:54:14.094 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=46}] 11:54:14.094 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:14.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:14.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:14.094 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@22e348d0 11:54:14.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:14.095 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:14.095 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:14.095 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:14.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:14.095 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:14.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:14.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:14.096 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:14.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:14.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.096 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:14.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:14.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.096 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:54:14.097 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy 11:54:14.097 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:14.097 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:14.097 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:14.097 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:14.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.173 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:14.173 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:14.176 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:14.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.184 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@cc2cb51: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:54:14.184 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:14.184 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:14.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:14.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@cc2cb51: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:14.185 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:14.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4a9f26d4] 11:54:14.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@14cd1f0d] Delaying for:0 11:54:14.187 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:54:14.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:54:14.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:54:14.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:54:14.187 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:54:14.188 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=50}] bound to proxy 11:54:14.188 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=50}] bound to proxy 11:54:14.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] is satisfied; checking the rest of the dependencies for exporter exporter 11:54:14.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceC, &serviceB] 11:54:14.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:54:14.188 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2b7f08c2] 11:54:14.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy] 11:54:14.188 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:54:14.189 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:14.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:54:14.191 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:14.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] 11:54:14.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:14.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:14.192 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:14.192 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:14.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:14.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:14.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:14.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:14.193 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:54:14.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:14.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:14.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:14.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.194 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:14.194 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy 11:54:14.194 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:14.194 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:14.194 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:14.195 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:14.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:14.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:14.271 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@30152bd8: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:14.271 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:14.271 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:14.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:14.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@30152bd8: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:14.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:14.273 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:14.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@42b9f7de] 11:54:14.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5b2898e4] 11:54:14.274 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:14.274 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:14.274 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:14.274 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:14.275 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:14.275 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=52}] bound to proxy 11:54:14.275 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=52}] bound to proxy 11:54:14.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporter 11:54:14.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 11:54:14.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:14.276 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:14.276 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:14.276 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:14.276 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:14.276 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:14.277 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=53}] not bound to proxy 11:54:14.277 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=53}] not bound to proxy 11:54:14.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:14.277 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@45418ba9] 11:54:14.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy] 11:54:14.277 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:14.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:14.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:14.278 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:14.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:14.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:14.279 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:14.279 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:54:14.279 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:14.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:14.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:14.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:14.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:14.280 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:54:14.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:14.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.281 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.281 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:14.281 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:54:14.281 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy 11:54:14.281 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 11:54:14.281 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:14.282 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:14.282 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:54:14.283 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:14.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:14.291 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:14.293 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:14.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:14.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:14.300 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@756a52d1: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:54:14.301 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:14.301 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:14.301 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:14.301 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:14.301 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@756a52d1: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@505dfaf9 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7e7c181e] 11:54:14.302 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1cbb3126] 11:54:14.369 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:54:14.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:54:14.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:54:14.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:54:14.370 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:54:14.370 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=55}] bound to proxy 11:54:14.370 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=55}] bound to proxy 11:54:14.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceB] is satisfied; checking the rest of the dependencies for exporter exporter 11:54:14.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:14.371 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:14.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 11:54:14.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:54:14.371 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7c75119d] 11:54:14.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy] 11:54:14.371 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 11:54:14.372 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:14.373 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 11:54:14.373 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:54:14.373 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] 11:54:14.373 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:14.373 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] 11:54:14.374 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.374 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest 11:54:14.376 [Thread-0] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:471 - Shutting down OSGi platform 11:54:14.380 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest) 11:54:14.380 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:14.380 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy 11:54:14.380 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21]] 11:54:14.380 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml): startup date [Wed Jan 17 11:54:13 UTC 2024]; root of context hierarchy] 11:54:14.381 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 11:54:14.381 [Thread-4] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest, Bundle-Version=0.0.0, service.id=56}] 11:54:14.381 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=50}] was unregistered and unbound from the service proxy 11:54:14.381 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 11:54:14.382 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=50}] was unregistered and unbound from the service proxy 11:54:14.382 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 11:54:14.382 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=52}] was unregistered and unbound from the service proxy 11:54:14.382 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 11:54:14.382 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=52}] was unregistered and unbound from the service proxy 11:54:14.382 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=55}] was unregistered and unbound from the service proxy 11:54:14.383 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21], org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19]] 11:54:14.383 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=55}] was unregistered and unbound from the service proxy 11:54:14.383 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:14.383 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:14.383 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.384 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.384 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.384 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.384 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:54:14.384 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy 11:54:14.384 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy] 11:54:14.384 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:54:14.384 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=55}] 11:54:14.385 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:14.385 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:54:14.385 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.385 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:14.385 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:14.385 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.385 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.385 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.385 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.385 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:14.386 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy 11:54:14.386 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy] 11:54:14.386 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:54:14.386 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=50}] 11:54:14.386 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:14.386 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:54:14.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:14.387 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:14.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:14.387 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:14.387 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy 11:54:14.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:14 UTC 2024]; root of context hierarchy] 11:54:14.388 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:14.388 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=53}] 11:54:14.388 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:14.388 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=52}] 11:54:14.388 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:14.389 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:14.389 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@56bbed8f 11:54:14.389 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:14.389 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:14.389 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:14.389 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:14.389 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:14.389 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:14.389 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:14.390 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest_0.0.0 [22] for sending replayes events; last one was null 11:54:14.390 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@349bc8ba 11:54:14.390 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@73156130 11:54:14.390 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@7d362a0f 11:54:14.390 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl.intf_1.0.0 [18] for sending replayes events; last one was null 11:54:14.390 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:14.390 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:14.391 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:15,394 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:15,589 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:15,591 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:15,604 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:15,694 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:15,695 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:15,699 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:15,705 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:54:15,709 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:15,709 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:15,768 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:15,768 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:15,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:15,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:15,770 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:15,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:15,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:15,770 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:15,771 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest 11:54:15.969 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:15.973 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:85 - Instantiating platform wrapper... 11:54:15.974 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:215 - About to start Equinox OSGi Platform 11:54:16.479 [main] INFO o.e.g.b.i.s.CollectionImporterTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:16.482 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:16.483 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:16.484 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:16.485 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:16.672 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:16.684 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:16.690 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:16.692 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:16.702 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:16.709 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:16.711 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:16.776 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:16.786 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:16.798 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:16.871 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:16.878 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:16.887 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:16.901 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:16.904 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:16.970 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:16.975 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:16.982 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:16.985 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:16.987 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:54:17.007 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:17.110 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:17.111 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:17.111 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:17.112 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:17.112 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:17.112 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:17.113 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:17.113 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:17.113 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:17.113 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:17.114 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:17.114 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:17.114 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:17.168 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:17.169 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:17,202 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:17,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:17,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:17,294 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:17,311 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:17,313 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:17,316 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:17,374 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@29215f06 - No compression will be used 11:54:17,380 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:17,380 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:17,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:17,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:17,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:17,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:17,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:17,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:17,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:17,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:17,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:17,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:17,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:17,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:17,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:17,390 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:17,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:17,391 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:17,391 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:17,391 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3527942a - Registering current configuration as safe fallback point 11:54:17.400 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:17.407 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:17.575 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:17.576 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:17.580 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:17.583 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:17.587 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:17.589 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.590 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:17.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:17.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:17.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.591 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:17.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:17.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:17.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.592 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:17.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:17.592 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:17.592 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.593 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:17.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:17.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:17.593 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.594 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:17.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:17.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:17.594 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.594 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:17.594 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:17.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:17.595 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.595 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:17.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:17.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:17.601 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.601 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:17.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:17.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:17.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.602 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:17.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:17.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:17.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.604 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:17.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:17.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:17.605 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.609 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:17.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:17.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:17.610 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.610 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:17.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:17.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:17.611 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.611 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:17.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:17.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:17.612 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.612 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:17.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:17.612 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:17.612 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.612 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:17.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:17.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:17.613 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.613 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:17.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:17.674 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:17.674 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:17.681 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:17.681 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:17.684 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:17.685 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:17.686 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@56dc1551 w/ reference null 11:54:17.686 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@56dc1551 w/ reference null 11:54:17.687 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:17.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:17.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:17.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:17.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:17.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:17.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:17.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:17.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:17.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:17.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:17.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:17.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:17.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:17.701 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:17.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:17.702 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:17.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:17.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:17.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:17.704 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:17.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:17.705 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:17.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:17.706 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:17.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:17.707 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:17.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:17.710 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:17.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:17.711 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:17.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:17.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:17.712 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:17.715 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:17.716 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.716 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:17.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:17.716 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:17.716 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.717 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:17.717 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:17.717 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:17.717 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.717 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 11:54:17.717 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:17.718 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:17.718 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.718 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:17.718 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:17.718 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:17.719 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.719 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:17.719 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:17.774 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:17.775 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.776 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:17.778 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:17.779 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:17.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:17.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:17.780 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:17.780 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:17.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:17.780 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:319 - Starting [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.0.M01-SNAPSHOT.jar] 11:54:17.781 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:17.781 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.781 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:17.782 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:17.782 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:17 UTC 2024]; root of context hierarchy 11:54:17.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:17.782 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:17.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:17.783 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:54:17.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:17.784 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.784 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:17.786 [main] INFO o.e.g.b.i.s.CollectionImporterTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest-bundle.properties was not found; using defaults 11:54:17.786 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:511 - Post processing: creating test bundle 11:54:17.788 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:17.797 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 11:54:17.798 [main] INFO o.e.g.b.i.s.CollectionImporterTest:202 - Automatically creating Manifest for the test bundle 11:54:17.798 [main] INFO o.e.g.b.i.s.CollectionImporterTest:366 - Using the test class for generating bundle imports 11:54:17.800 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 11:54:17.800 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt.servicedependency] is part of the test archive; parsing CollectionImporterTest bytecode to determine imports... 11:54:17.804 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class CollectionImporterTest 11:54:17.881 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:17.882 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:17.882 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest 11:54:17.884 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:17.884 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:17.885 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:17.885 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:17.886 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:17.886 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:17.887 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:17.887 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:17.888 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:17.888 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.servicedependency, org.eclipse.gemini.blueprint.iandt, java.lang, org.apache.commons.logging, org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt.simpleservice, org.eclipse.gemini.blueprint.iandt.tccl, java.util, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io, java.net} 11:54:17.888 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.servicedependency, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:54:17.888 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:17.888 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:282 - Filtered imports are [org.apache.commons.logging, org.osgi.framework, org.springframework.util, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt.simpleservice, org.eclipse.gemini.blueprint.iandt.tccl, org.eclipse.gemini.blueprint.test, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.core.io] 11:54:17.889 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Name=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.apache.commons.logging,org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.tccl,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.core.io, Manifest-Version=1.0] 11:54:17.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Name=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.apache.commons.logging,org.osgi.framework,org.springframework.util,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.iandt.simpleservice,org.eclipse.gemini.blueprint.iandt.tccl,org.eclipse.gemini.blueprint.test,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.core.io, Manifest-Version=1.0]] 11:54:17.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:17.889 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:17.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:17.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:17.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:17.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:17.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:17.890 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:17.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:17.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:17.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 11:54:17.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 11:54:17.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 11:54:17.891 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 11:54:17.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 11:54:17.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 11:54:17.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 11:54:17.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 11:54:17.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 11:54:17.897 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:557 - Test bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] successfully installed 11:54:17.898 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:17.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] 11:54:17.969 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:17.969 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest) 11:54:17.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] 11:54:17.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] 11:54:17.970 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:17.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] 11:54:17.971 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:562 - Test bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] successfully started 11:54:17.971 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:17.974 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:17.974 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:17.975 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:17.975 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:17.976 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:17.976 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:17.976 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:17.983 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:17.984 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:17.986 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:17.988 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:17.988 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:17.989 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:18.013 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:18.014 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:18.015 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:18.015 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:18.016 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:18.016 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 11:54:18.016 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 11:54:18.017 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:18.019 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:18.019 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:18.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.268 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4c7c232a: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:18.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:18.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:18.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:18.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:18.288 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:18.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4c7c232a: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:18.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:18.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1aefbc77 11:54:18.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:18.291 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:18.291 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.291 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:18.291 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:18.291 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.291 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.291 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:18.291 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.292 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.292 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.292 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy 11:54:18.292 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:18.293 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:18.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.368 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.377 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:18.380 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1fcd43d7: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:54:18.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:18.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:18.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:18.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:18.401 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1fcd43d7: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1aefbc77 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.402 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:18.403 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7b826a13] 11:54:18.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4de1b02b] 11:54:18.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:18.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:18.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:18.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:18.501 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:18.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:18.503 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:18.504 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:18.504 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:18.504 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:18.504 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:18.504 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:18.505 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61496f4b] 11:54:18.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:17 UTC 2024]; root of context hierarchy] 11:54:18.508 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:18.509 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:18.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:18.509 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:18.510 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 11:54:18.510 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:54:18.510 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:18.510 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:18.511 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:18.512 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.513 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@456dfe59] 11:54:18.513 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@36570bbb] Delaying for:0 11:54:18.568 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:54:18.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:54:18.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:54:18.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:54:18.569 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:54:18.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:54:18.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@26531a9f] 11:54:18.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy] 11:54:18.571 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:54:18.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:18.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:54:18.572 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:18.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] 11:54:18.572 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest] does not trigger a context creation. 11:54:18.573 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] to OSGi 11:54:18.585 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] for execution inside OSGi 11:54:18.585 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@71e693fa 11:54:18.586 [main] INFO o.e.g.b.i.s.CollectionImporterTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 11:54:18.586 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy 11:54:18.587 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:18.587 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml] 11:54:18.589 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.589 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.590 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.590 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.601 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.602 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.609 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7c214cc0: defining beans [serviceA,serviceC,exporterA,map,exporterB,simple-bean]; root of factory hierarchy 11:54:18.609 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:18.610 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:18.610 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:18.610 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:18.668 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4397ad89] 11:54:18.669 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@59cba5a] 11:54:18.671 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:54:18.672 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:54:18.672 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:18.672 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:18.673 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:54:18.674 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=35}} 11:54:18.677 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=35} 11:54:18.685 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 11:54:18.685 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 11:54:18.686 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 11:54:18.686 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 11:54:18.687 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 11:54:18.689 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:18.690 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:18.690 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:18.690 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:18.690 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)] 11:54:18.690 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}, {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}} 11:54:18.691 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=32} 11:54:18.692 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=33} 11:54:18.693 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterA] is being tracked for dependencies 11:54:18.693 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterA] depends (transitively) on the following importers:{&serviceA} 11:54:18.693 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterA] depends on importers:[&serviceA] 11:54:18.694 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.HashMap] classes {class java.util.HashMap, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.AbstractMap} 11:54:18.694 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}] 11:54:18.695 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 11:54:18.696 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanBeanInfo] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 11:54:18.696 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBeanCustomizer] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 11:54:18.697 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterB] is being tracked for dependencies 11:54:18.697 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterB] depends (transitively) on the following importers:{&serviceC, &serviceA} 11:54:18.698 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterB] depends on importers:[&serviceC, &serviceA] 11:54:18.698 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:18.698 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:18.698 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 11:54:18.704 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3e6104fc] 11:54:18.704 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy] 11:54:18.704 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, org.springframework.context.service.name=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0} 11:54:18.704 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:18.771 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=35} 11:54:18.772 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:18.773 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.773 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.773 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.773 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.774 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:18.774 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy 11:54:18.774 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy] 11:54:18.776 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:54:18.777 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterA] stopped; transitive OSGi dependency [serviceA] is unsatifised 11:54:18.778 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0, service.id=37}] 11:54:18.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterB] stopped; transitive OSGi dependency [serviceA] is unsatifised 11:54:18.778 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0, service.id=38}] 11:54:18.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=35} 11:54:18.779 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=35}] 11:54:18.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:18.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:54:18.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:18.782 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6e2d3092 11:54:18.782 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=32} 11:54:18.782 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:18.783 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.783 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.783 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.783 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.783 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:18.784 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:17 UTC 2024]; root of context hierarchy 11:54:18.784 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:17 UTC 2024]; root of context hierarchy] 11:54:18.784 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:18.784 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] 11:54:18.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:18.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterB] stopped; transitive OSGi dependency [serviceC] is unsatifised 11:54:18.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=32} 11:54:18.785 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] 11:54:18.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:18.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:18.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:18.786 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@60eac327 11:54:18.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:18.787 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:18.787 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:18.787 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:18.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:18.788 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:18.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:18.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:18.788 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:18.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:18.788 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.788 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:18.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:18.789 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy 11:54:18.789 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:18.789 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:54:18.790 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:18.790 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:18.790 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:18.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.872 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:18.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.886 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2b03078d: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:54:18.886 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:18.886 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:18.886 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2b03078d: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1aefbc77 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:18.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:18.888 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:18.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@68325400] 11:54:18.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2f90db76] Delaying for:0 11:54:18.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:54:18.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:54:18.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:54:18.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:54:18.889 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:54:18.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=40} 11:54:18.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterA 11:54:18.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.HashMap] classes {class java.util.HashMap, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.AbstractMap} 11:54:18.890 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}] 11:54:18.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 11:54:18.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterB 11:54:18.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporterB] not started; there are still unsatisfied dependencies [&serviceC] 11:54:18.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:54:18.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4d7f943] 11:54:18.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy] 11:54:18.895 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:54:18.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:18.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:54:18.896 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:18.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] 11:54:18.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:18.897 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:18.897 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:18.897 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:18.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:18.897 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:18.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:18.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:18.898 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:54:18.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:18.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:18.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:18.899 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy 11:54:18.899 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:18.899 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:18.899 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:18.899 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:18.900 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/context.xml] 11:54:18.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:18.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:18.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:18.984 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2cb925a5: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:18.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:18.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:18.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:18.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:18.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@2cb925a5: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1aefbc77 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:18.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.987 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@74502f43] 11:54:18.987 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@212e333d] 11:54:18.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:18.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:18.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:18.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:18.989 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:18.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=43} 11:54:18.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceC] is satisfied; checking the rest of the dependencies for exporter exporterB 11:54:18.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:18.990 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:18.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 11:54:18.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:18.991 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:18.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:18.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:18.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:18.991 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:18.992 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=45} 11:54:18.992 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:18.992 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4e1df171] 11:54:18.992 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy] 11:54:18.992 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:18.993 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:18.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:18.993 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:18.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:18.993 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:18.994 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] 11:54:18.995 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain]'s result read 11:54:18.995 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterAWhenImporterAGoesDownAndUp] to OSGi 11:54:18.996 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterAWhenImporterAGoesDownAndUp] for execution inside OSGi 11:54:18.996 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterAWhenImporterAGoesDownAndUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3d9c13b5 11:54:18.996 [main] INFO o.e.g.b.i.s.CollectionImporterTest:53 - Taking down serviceA... 11:54:18.996 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=40} 11:54:18.997 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:18.997 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.997 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.997 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.997 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:18.997 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:18.997 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy 11:54:18.997 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy] 11:54:18.998 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:54:18.998 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterA] stopped; transitive OSGi dependency [serviceA] is unsatifised 11:54:18.998 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0, service.id=41}] 11:54:18.998 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterB] stopped; transitive OSGi dependency [serviceA] is unsatifised 11:54:18.998 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0, service.id=44}] 11:54:18.999 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=40} 11:54:18.999 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=40}] 11:54:18.999 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:18.999 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:54:18.999 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:18.999 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:18.999 [main] INFO o.e.g.b.i.s.CollectionImporterTest:56 - Putting up serviceA... 11:54:18.999 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@64d55be2 11:54:19.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:19.000 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:19.000 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:19.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:19.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.001 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:54:19.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:19.001 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.001 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.001 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:19.001 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:19 UTC 2024]; root of context hierarchy 11:54:19.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.001 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:19.002 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:54:19.002 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:19.002 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:19.002 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:19.004 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:19.004 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:19.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:19.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:19.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:19.078 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:19.083 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:19.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:19.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:19.086 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:19.086 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:19.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1f5cf98c: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:54:19.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:19.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:19.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:19.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1f5cf98c: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1aefbc77 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:19.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.098 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4cf2d8df] 11:54:19.098 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2202f39a] Delaying for:0 11:54:19.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:54:19.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:54:19.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:54:19.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:54:19.099 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:54:19.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=47} 11:54:19.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterA 11:54:19.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.HashMap] classes {class java.util.HashMap, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.AbstractMap} 11:54:19.100 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}] 11:54:19.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 11:54:19.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterB 11:54:19.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:19.101 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:19.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 11:54:19.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:54:19.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@40ee3b7b] 11:54:19.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:19 UTC 2024]; root of context hierarchy] 11:54:19.102 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:54:19.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:19.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:54:19.102 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:19.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] 11:54:19.168 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:19.168 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterAWhenImporterAGoesDownAndUp] 11:54:19.168 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterAWhenImporterAGoesDownAndUp]'s result read 11:54:19.169 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownAndUp] to OSGi 11:54:19.170 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownAndUp] for execution inside OSGi 11:54:19.170 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterBWhenImporterAGoesDownAndUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@558bdf1f 11:54:19.170 [main] INFO o.e.g.b.i.s.CollectionImporterTest:64 - Taking down serviceA... 11:54:19.171 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=47} 11:54:19.171 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:19.171 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.171 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:19.171 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.171 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.172 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:19.172 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:19 UTC 2024]; root of context hierarchy 11:54:19.172 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:19 UTC 2024]; root of context hierarchy] 11:54:19.172 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:54:19.173 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterA] stopped; transitive OSGi dependency [serviceA] is unsatifised 11:54:19.173 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0, service.id=48}] 11:54:19.173 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [exporterB] stopped; transitive OSGi dependency [serviceA] is unsatifised 11:54:19.174 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0, service.id=49}] 11:54:19.174 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=47} 11:54:19.174 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=47}] 11:54:19.174 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:19.174 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:54:19.174 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:19.174 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:19.175 [main] INFO o.e.g.b.i.s.CollectionImporterTest:67 - Putting up serviceA... 11:54:19.175 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@21d7c91c 11:54:19.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.175 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:19.176 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:19.176 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:19.177 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:19.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.177 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:54:19.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:19.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.178 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:19.178 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:19 UTC 2024]; root of context hierarchy 11:54:19.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:54:19.178 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:19.178 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:54:19.178 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:19.179 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:19.179 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:54:19.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:19.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:19.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:19.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:19.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:19.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:19.191 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:54:19.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:19.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:19.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:19.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:19.199 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1e88cf38: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:54:19.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:19.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:19.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:19.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:19.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:19.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1e88cf38: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:54:19.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1aefbc77 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:19.268 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5c5d2951] 11:54:19.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@32a46c3a] Delaying for:0 11:54:19.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:54:19.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:54:19.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:54:19.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:54:19.271 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:54:19.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=51} 11:54:19.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterA 11:54:19.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.util.HashMap] classes {class java.util.HashMap, interface java.util.Map, interface java.lang.Cloneable, interface java.io.Serializable, class java.util.AbstractMap} 11:54:19.272 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}] 11:54:19.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 11:54:19.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&serviceA] is satisfied; checking the rest of the dependencies for exporter exporterB 11:54:19.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 11:54:19.273 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 11:54:19.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 11:54:19.274 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:54:19.274 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@10daa4d8] 11:54:19.274 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:19 UTC 2024]; root of context hierarchy] 11:54:19.274 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:54:19.275 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:19.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:54:19.275 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:54:19.276 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:19.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] 11:54:19.276 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownAndUp] 11:54:19.276 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterBWhenImporterAGoesDownAndUp]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.369 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest 11:54:19.280 [Thread-0] INFO o.e.g.b.i.s.CollectionImporterTest:471 - Shutting down OSGi platform 11:54:19.280 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:19.280 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest (TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest) 11:54:19.280 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20]] 11:54:19.281 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy 11:54:19.281 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, config=org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy] 11:54:19.281 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterB] 11:54:19.281 [Thread-4] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}={org.eclipse.gemini.blueprint.bean.name=simple-bean, org.springframework.osgi.bean.name=simple-bean, osgi.service.blueprint.compname=simple-bean, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0, service.id=53}] 11:54:19.281 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 11:54:19.282 [Thread-4] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterA] 11:54:19.282 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 11:54:19.282 [Thread-4] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.io.Serializable, java.lang.Cloneable, java.util.AbstractMap, java.util.HashMap, java.util.Map}={org.eclipse.gemini.blueprint.bean.name=map, org.springframework.osgi.bean.name=map, osgi.service.blueprint.compname=map, Bundle-SymbolicName=TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest, Bundle-Version=0.0.0, service.id=52}] 11:54:19.283 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19]] 11:54:19.283 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:19.283 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.284 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:19.284 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.284 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.284 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:54:19.284 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:19 UTC 2024]; root of context hierarchy 11:54:19.284 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:19 UTC 2024]; root of context hierarchy] 11:54:19.285 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:54:19.285 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=51}] 11:54:19.286 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:19.286 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:54:19.286 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:19.286 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:19.286 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:19.286 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.286 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:19.287 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.287 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:19.287 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:19.287 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy 11:54:19.287 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:18 UTC 2024]; root of context hierarchy] 11:54:19.287 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:19.288 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=45}] 11:54:19.288 [Thread-4] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest(TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest)] scanning available bundles 11:54:19.288 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:19.288 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=43}] 11:54:19.288 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:19.289 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:19.289 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:19.289 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@351116a7 11:54:19.289 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:19.289 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:19.289 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:19.289 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:19.289 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:19.289 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:19.289 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:19.290 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain-org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest_0.0.0 [21] for sending replayes events; last one was null 11:54:19.290 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2679d414 11:54:19.290 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@103cc807 11:54:19.291 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl.intf_1.0.0 [18] for sending replayes events; last one was null 11:54:19.291 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:19.291 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:19.291 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:20,391 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:20,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:20,584 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:20,597 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:20,680 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:20,683 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:20,686 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:20,693 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610694f1 - No compression will be used 11:54:20,697 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:20,697 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:20,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:20,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:20,699 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:20,700 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:20,700 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:20,700 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:20,701 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6321e813 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest 11:54:20.888 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:20.892 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:85 - Instantiating platform wrapper... 11:54:20.893 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:215 - About to start Equinox OSGi Platform 11:54:21.424 [main] INFO o.e.g.b.i.t.ServiceTcclTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:21.427 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:21.427 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:21.469 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:21.470 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:21.687 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:21.698 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:21.705 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:21.707 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:21.776 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:21.784 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:21.787 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:21.794 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:21.871 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:21.886 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:21.901 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:21.969 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:21.981 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:21.990 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:21.992 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:21.997 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:22.000 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:22.005 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:22.006 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:22.092 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:22.111 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:22.168 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:22.169 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:22.169 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:22.170 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:22.170 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:22.171 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:22.171 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:22.172 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:22.172 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:22.173 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:22.173 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:22.174 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:22.174 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:22.175 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:22,209 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:22,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:22,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:22,293 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:22,312 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:22,313 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:22,317 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:22,374 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@59505b48 - No compression will be used 11:54:22,387 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:22,387 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:22,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:22,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:22,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:22,390 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:22,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:22,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:22,390 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:22,391 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@942a29c - Registering current configuration as safe fallback point 11:54:22.399 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:22.406 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:22.570 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:22.571 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:22.576 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:22.579 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:22.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:22.586 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.586 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:22.587 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:22.587 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:22.587 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.587 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:22.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:22.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:22.588 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.588 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:22.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:22.588 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:22.589 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.589 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:22.589 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:22.589 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:22.589 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.590 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:22.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:22.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:22.590 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.590 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:22.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:22.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:22.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.591 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:22.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:22.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:22.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.596 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:22.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:22.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:22.597 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.597 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:22.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:22.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:22.599 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.599 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:22.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:22.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:22.600 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.600 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:22.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:22.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:22.601 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.601 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:22.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:22.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:22.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.602 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:22.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:22.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:22.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.603 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:22.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:22.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:22.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.604 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:22.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:22.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:22.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.604 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:22.605 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:22.610 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:22.611 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:22.671 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:22.672 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:22.675 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:22.677 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:22.678 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@102cec62 w/ reference null 11:54:22.678 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@102cec62 w/ reference null 11:54:22.679 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:22.682 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:22.690 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:22.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:22.691 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.691 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:22.691 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:22.692 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:22.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:22.692 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:22.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:22.693 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:22.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:22.694 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:22.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:22.694 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:22.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:22.695 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:22.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:22.696 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:22.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:22.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:22.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:22.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:22.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:22.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:22.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:22.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:22.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:22.705 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:22.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:22.706 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:22.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:22.707 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:22.707 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:22.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:22.710 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.710 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:22.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:22.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:22.711 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:22.711 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:22.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:22.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.712 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 11:54:22.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:22.712 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:22.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:22.713 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:22.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:22.713 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.713 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:22.713 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:22.718 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:22.768 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.769 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:22.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:22.772 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:22.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:22.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@11f43749 11:54:22.773 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.773 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:22.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:22.773 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:22.775 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:22 UTC 2024]; root of context hierarchy 11:54:22.775 [main] INFO o.e.g.b.i.t.ServiceTcclTest:199 - org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest-bundle.properties was not found; using defaults 11:54:22.776 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:511 - Post processing: creating test bundle 11:54:22.781 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:22.784 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.tcclManagement] 11:54:22.785 [main] INFO o.e.g.b.i.t.ServiceTcclTest:202 - Automatically creating Manifest for the test bundle 11:54:22.785 [main] INFO o.e.g.b.i.t.ServiceTcclTest:366 - Using the test class for generating bundle imports 11:54:22.787 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 11:54:22.787 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt.tcclManagement] is part of the test archive; parsing ServiceTcclTest bytecode to determine imports... 11:54:22.790 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class ServiceTcclTest 11:54:22.800 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:22.800 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:22.801 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest 11:54:22.803 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:22.803 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:22.803 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:22.869 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:22.869 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:22.870 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:22.871 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:22.871 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:22.871 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.tcclManagement, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, java.io, org.eclipse.gemini.blueprint.iandt.tccl, java.net, org.springframework.context, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io} 11:54:22.871 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.tcclManagement, java.lang, java.io, java.net, java.util, java.util.jar, java.security, java.lang.reflect] 11:54:22.872 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:22.872 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:54:22.872 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-Name=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.iandt.tccl,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:54:22.872 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-Name=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.iandt.tccl,org.springframework.context,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:54:22.873 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:22.873 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:22.873 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:22.873 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:22.873 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:22.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:22.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:22.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:22.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:22.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:22.874 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 11:54:22.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 11:54:22.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 11:54:22.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 11:54:22.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 11:54:22.875 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 11:54:22.877 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk247944893/META-INF/spring/context.xml] 11:54:22.882 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:557 - Test bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] successfully installed 11:54:22.882 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:22.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] 11:54:22.887 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:22.887 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest) 11:54:22.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] 11:54:22.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] 11:54:22.888 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:22.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] 11:54:22.888 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:562 - Test bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] successfully started 11:54:22.889 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:22.968 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:22.969 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:22.969 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:22.970 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:22.970 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:22.971 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:22.971 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:23.010 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:23.011 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:23.012 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:23.013 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:23.013 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:23.014 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:23.015 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:23.015 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:23.015 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:23.015 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk247944893/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:23.015 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:23.016 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:23.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:23.016 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:23.016 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 11:54:23.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:23.016 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 11:54:23.017 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:23.019 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:23.019 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:23.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:23.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:23.207 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@128b0849: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:23.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:23.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:23.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:23.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:23.280 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:23.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@128b0849: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:23.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:23.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@51a6a048 11:54:23.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:23.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:23.284 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:23.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:23.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:23.284 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:23.284 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:23.284 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:23.285 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:23.291 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2d8e7e8e] 11:54:23.291 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5ac1a791] 11:54:23.315 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:23.316 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:23.316 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:23.317 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:23.317 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:23.318 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:23.319 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:23.319 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:23.319 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:23.320 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:23.320 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:23.320 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:23.321 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5266c053] 11:54:23.323 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:22 UTC 2024]; root of context hierarchy] 11:54:23.324 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:23.325 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:23.325 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:23.326 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:23.326 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest] does not trigger a context creation. 11:54:23.326 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnClasses] to OSGi 11:54:23.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:23.377 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnClasses] for execution inside OSGi 11:54:23.377 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3b8f0a79 11:54:23.378 [main] INFO o.e.g.b.i.t.ServiceTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 11:54:23.379 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): startup date [Wed Jan 17 11:54:23 UTC 2024]; root of context hierarchy 11:54:23.379 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:23.380 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk247944893/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml] 11:54:23.382 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:23.383 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk247944893/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:23.383 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:23.383 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:23.400 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:23.401 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk247944893/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:23.407 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7ceb3185: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 11:54:23.408 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:23.408 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:23.408 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:23.408 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:23.409 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5b67bb7e] 11:54:23.409 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@609db546] 11:54:23.411 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=service-provider)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.411 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.468 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:23.474 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 11:54:23.481 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 11:54:23.482 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 11:54:23.483 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 11:54:23.483 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 11:54:23.484 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 11:54:23.486 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.486 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}} 11:54:23.487 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:54:23.487 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:54:23.488 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=service-provider)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.488 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.489 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:23.489 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 11:54:23.490 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.490 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}} 11:54:23.490 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:54:23.491 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:54:23.491 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@5be46f9d w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33} 11:54:23.494 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest(TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest)] scanning available bundles 11:54:23.494 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@5be46f9d w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33} 11:54:23.495 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=service-provider)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.495 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.496 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:23.496 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:23.496 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 11:54:23.497 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}} 11:54:23.497 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:54:23.497 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:54:23.497 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@67545b57] 11:54:23.497 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): startup date [Wed Jan 17 11:54:23 UTC 2024]; root of context hierarchy] 11:54:23.498 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, org.springframework.context.service.name=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-SymbolicName=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, Bundle-Version=0.0.0} 11:54:23.498 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:23.583 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=33} 11:54:23.583 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 11:54:23.584 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 11:54:23.585 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 11:54:23.586 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.586 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnClasses] 11:54:23.587 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnClasses]'s result read 11:54:23.588 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceClasses] to OSGi 11:54:23.588 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] for execution inside OSGi 11:54:23.589 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5ddf0d24 11:54:23.589 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.589 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] 11:54:23.589 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceClasses]'s result read 11:54:23.590 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 11:54:23.590 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 11:54:23.590 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@363a52f 11:54:23.591 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 11:54:23.591 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.591 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 11:54:23.591 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 11:54:23.591 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClient] to OSGi 11:54:23.591 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClient] for execution inside OSGi 11:54:23.592 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLAndUnmanagedClient] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60856961 11:54:23.592 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.592 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClient] 11:54:23.592 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClient]'s result read 11:54:23.592 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 11:54:23.593 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 11:54:23.593 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2fd953a6 11:54:23.593 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.593 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 11:54:23.593 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 11:54:23.594 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 11:54:23.594 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 11:54:23.594 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a4add54 11:54:23.594 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 11:54:23.594 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundleresource://19.fwk247944893/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 11:54:23.594 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.595 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 11:54:23.595 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 11:54:23.595 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] to OSGi 11:54:23.595 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] for execution inside OSGi 11:54:23.595 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@141e5bef 11:54:23.596 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.596 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] 11:54:23.596 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader]'s result read 11:54:23.596 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 11:54:23.596 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 11:54:23.596 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f9be66c 11:54:23.597 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 11:54:23.597 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.597 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 11:54:23.597 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 11:54:23.598 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnResources] to OSGi 11:54:23.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnResources] for execution inside OSGi 11:54:23.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@66c61024 11:54:23.598 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 11:54:23.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.598 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnResources] 11:54:23.599 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnResources]'s result read 11:54:23.599 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceResource] to OSGi 11:54:23.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceResource] for execution inside OSGi 11:54:23.599 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@61fe30 11:54:23.600 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 11:54:23.600 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class at bundleresource://18.fwk247944893/org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 11:54:23.600 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 11:54:23.600 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundleresource://19.fwk247944893/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 11:54:23.600 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.600 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceResource] 11:54:23.601 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceResource]'s result read 11:54:23.601 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testSanity] to OSGi 11:54:23.601 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSanity] for execution inside OSGi 11:54:23.601 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSanity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6ccdb29f org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation#1512903453 11:54:23.602 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.602 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testSanity] 11:54:23.602 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testSanity]'s result read 11:54:23.602 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] to OSGi 11:54:23.602 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] for execution inside OSGi 11:54:23.602 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3adcc812 11:54:23.603 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:23.603 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] 11:54:23.603 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader]'s result read Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.717 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest 11:54:23.670 [Thread-0] INFO o.e.g.b.i.t.ServiceTcclTest:471 - Shutting down OSGi platform 11:54:23.670 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest (TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest) 11:54:23.671 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:23.671 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): startup date [Wed Jan 17 11:54:23 UTC 2024]; root of context hierarchy 11:54:23.671 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19]] 11:54:23.671 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml): startup date [Wed Jan 17 11:54:23 UTC 2024]; root of context hierarchy] 11:54:23.674 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:54:23.674 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:54:23.675 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@5be46f9d w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33} 11:54:23.675 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@5be46f9d w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33} 11:54:23.675 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:54:23.676 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:54:23.676 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:54:23.676 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:54:23.677 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:23.680 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 11:54:23.681 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19]] 11:54:23.682 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:23.683 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:23.683 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@11f43749 11:54:23.683 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:23.683 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:23.683 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:23.684 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:22 UTC 2024]; root of context hierarchy 11:54:23.684 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:22 UTC 2024]; root of context hierarchy] 11:54:23.684 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:23.685 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=33} 11:54:23.686 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] 11:54:23.686 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:23.686 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] 11:54:23.686 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:23.687 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:23.687 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@11f43749 11:54:23.687 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:23.688 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:23.688 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:23.688 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:23.688 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:23.688 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:23.688 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:23.689 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testServiceProviderTCCLWithClientTCCLOnClasses-org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest_0.0.0 [20] for sending replayes events; last one was null 11:54:23.689 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5cc061ac 11:54:23.689 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl.intf_1.0.0 [18] for sending replayes events; last one was null 11:54:23.689 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:23.689 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:23.690 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:24,777 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:24,922 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:24,971 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:24,989 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:25,077 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:25,080 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:25,084 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:25,091 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:54:25,095 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:25,095 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:25,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:25,097 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:25,098 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:25,098 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:25,098 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:25,098 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:25,098 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:25,099 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest 11:54:25.289 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:25.294 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:85 - Instantiating platform wrapper... 11:54:25.295 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:215 - About to start Equinox OSGi Platform 11:54:25.881 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:25.885 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:25.886 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:25.888 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:25.893 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:26.095 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:26.104 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:26.108 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:26.170 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:26.181 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:26.189 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:26.191 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:26.200 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:26.271 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:26.286 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:26.301 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:26.304 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:26.372 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:26.383 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:26.385 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:26.390 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:26.392 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:26.396 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:26.397 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:26.478 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:26.506 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:26.506 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:26.507 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:26.507 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:26.507 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:26.507 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:26.508 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:26.508 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:26.508 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:26.508 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:26.509 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:26.509 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:26.509 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:26.509 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:26.509 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:26,601 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:26,683 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:26,685 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:26,694 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:26,712 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:26,714 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:26,717 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:26,768 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@428640fa - No compression will be used 11:54:26,775 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:26,775 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:26,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:26,776 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:26,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:26,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:26,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:26,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:26,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:26,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:26,777 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:26,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:26,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:26,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:26,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:26,778 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:26,778 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:26,779 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:26,779 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:26,780 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2d52216b - Registering current configuration as safe fallback point 11:54:26.789 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:26.796 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:26.910 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:26.911 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:26.914 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:26.916 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:26.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:26.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.973 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:26.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:26.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:26.975 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.975 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:26.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:26.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:26.976 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.976 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:26.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:26.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:26.977 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.978 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:26.978 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:26.978 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:26.979 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.979 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:26.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:26.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:26.980 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.981 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:26.981 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:26.981 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:26.981 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.982 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:26.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:26.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:26.983 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.984 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:26.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:26.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:26.985 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.985 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:26.985 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:26.985 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:26.986 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.986 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:26.986 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:26.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:26.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.992 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:26.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:26.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:26.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.993 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:26.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:26.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:26.993 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.993 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:26.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:26.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:26.994 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.995 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:26.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:26.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:26.995 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.995 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:26.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:26.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:26.996 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:26.996 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:26.996 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:27.003 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:27.003 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:27.007 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:27.007 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:27.010 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:27.011 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:27.011 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3b5fad2d w/ reference null 11:54:27.011 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@3b5fad2d w/ reference null 11:54:27.012 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:27.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:27.074 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:27.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:27.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:27.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:27.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:27.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:27.078 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:27.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:27.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:27.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:27.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:27.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:27.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:27.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:27.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:27.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:27.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:27.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:27.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:27.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:27.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:27.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:27.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:27.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:27.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:27.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:27.089 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:27.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:27.090 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:27.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:27.091 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:27.091 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:27.094 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:27.094 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:27.094 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:27.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:27.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:27.095 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:27.095 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.0.M01-SNAPSHOT.jar] 11:54:27.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:27.096 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:27.096 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf) 11:54:27.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:27.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:27.099 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl.intf]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl-intf (org.eclipse.gemini.blueprint.iandt.tccl.intf)] 11:54:27.100 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:319 - Starting [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/tccl.bundle/target/tccl-3.0.0.M01-SNAPSHOT.jar] 11:54:27.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:27.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:27.100 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:27.101 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:27.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:27.107 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:27.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:27.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:27.109 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:27.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:27.109 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5340eda9 11:54:27.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.110 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:27.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:27.110 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:27.111 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy 11:54:27.112 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:199 - org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest-bundle.properties was not found; using defaults 11:54:27.112 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:511 - Post processing: creating test bundle 11:54:27.116 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:27.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.tcclManagement] 11:54:27.171 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:202 - Automatically creating Manifest for the test bundle 11:54:27.173 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:366 - Using the test class for generating bundle imports 11:54:27.175 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 11:54:27.175 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt.tcclManagement] is part of the test archive; parsing ClientOnlyTcclTest bytecode to determine imports... 11:54:27.179 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class ClientOnlyTcclTest 11:54:27.190 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:27.191 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:27.191 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest 11:54:27.194 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk932285561/META-INF/spring/context.xml] 11:54:27.194 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:27.195 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:27.195 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:27.269 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:27.269 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:27.269 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:27.270 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:27.271 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:27.271 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.tcclManagement, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.iandt.tccl, java.net, java.io, org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io} 11:54:27.271 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.tcclManagement, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 11:54:27.272 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:27.272 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:54:27.272 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-Name=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.tccl,org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:54:27.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-Name=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.iandt.tccl,org.springframework.context,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:54:27.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:27.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:27.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:27.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:27.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:27.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:27.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:27.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:27.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:27.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:27.274 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 11:54:27.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 11:54:27.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 11:54:27.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 11:54:27.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 11:54:27.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 11:54:27.283 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:557 - Test bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] successfully installed 11:54:27.283 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:27.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 11:54:27.287 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:27.288 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest) 11:54:27.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 11:54:27.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 11:54:27.288 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:27.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 11:54:27.289 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:562 - Test bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] successfully started 11:54:27.289 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:27.394 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:27.395 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:27.395 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:27.395 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:27.395 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:27.396 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:27.396 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:27.397 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:27.397 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:27.398 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:27.399 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:27.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:27.399 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:27.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:27.400 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:27.401 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:27.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:27.401 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:27.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:27.402 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:27.402 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:27.403 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:27.403 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 11:54:27.403 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 11:54:27.404 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] incremented to 1 11:54:27.406 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:27.407 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:27.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:27.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:27.606 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@66b8e1b8: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:27.614 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:27.614 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:27.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:27.671 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:27.680 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:27.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@66b8e1b8: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:27.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:27.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4279ad72 11:54:27.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:27.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:27.684 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:27.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:27.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:27.684 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:27.684 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:27.684 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:27.685 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:27.687 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@37b8cf2a] 11:54:27.688 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1fc54322] 11:54:27.715 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:27.716 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:27.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:27.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:27.718 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:27.719 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:27.720 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:27.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:27.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:27.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:27.720 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:27.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:27.721 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@dcc6271] 11:54:27.723 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy] 11:54:27.724 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:27.725 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:27.725 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 11:54:27.726 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 11:54:27.726 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest] does not trigger a context creation. 11:54:27.728 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:27.726 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientResources] to OSGi 11:54:27.781 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientResources] for execution inside OSGi 11:54:27.781 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5965be2d 11:54:27.782 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 11:54:27.783 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy 11:54:27.783 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:27.784 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk932285561/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml] 11:54:27.786 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:27.786 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:27.787 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:27.787 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:27.868 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:27.869 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:27.879 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7fbdb894: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 11:54:27.879 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:27.880 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:27.880 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:27.880 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:27.881 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@436c81a3] 11:54:27.882 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3561c410] 11:54:27.885 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=unmanaged)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.886 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.886 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:27.892 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 11:54:27.898 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 11:54:27.899 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 11:54:27.900 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 11:54:27.900 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 11:54:27.900 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 11:54:27.902 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.903 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}} 11:54:27.968 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:27.969 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:27.971 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=unmanaged)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.971 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.971 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:27.972 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 11:54:27.973 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.974 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}} 11:54:27.974 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:27.974 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:27.974 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@68df9280 w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32} 11:54:27.979 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 11:54:27.980 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@68df9280 w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32} 11:54:27.981 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=unmanaged)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.982 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.982 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:27.982 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:27.983 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 11:54:27.984 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}} 11:54:27.984 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:27.984 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] bound to proxy 11:54:27.985 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@27216cd] 11:54:27.985 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy] 11:54:27.986 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, org.springframework.context.service.name=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-SymbolicName=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, Bundle-Version=0.0.0} 11:54:27.986 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:28.078 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=32} 11:54:28.079 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 11:54:28.079 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties at bundleresource://20.fwk932285561/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 11:54:28.079 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.079 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientResources] 11:54:28.080 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientResources]'s result read 11:54:28.081 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 11:54:28.082 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 11:54:28.082 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4ae9cfc1 11:54:28.082 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 11:54:28.082 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.083 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 11:54:28.083 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 11:54:28.083 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithPredefinedClassLoader] to OSGi 11:54:28.083 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithPredefinedClassLoader] for execution inside OSGi 11:54:28.084 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@512baff6 11:54:28.084 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.084 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithPredefinedClassLoader] 11:54:28.084 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithPredefinedClassLoader]'s result read 11:54:28.085 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 11:54:28.085 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 11:54:28.085 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@632ceb35 11:54:28.087 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:28.087 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.088 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5340eda9 11:54:28.088 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.088 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.088 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:28.088 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy 11:54:28.089 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy] 11:54:28.090 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:28.090 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=33}] 11:54:28.091 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:28.091 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:28.091 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:28.091 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@68df9280 w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32} 11:54:28.091 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@68df9280 w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32} 11:54:28.092 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:28.092 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:28.092 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:28.092 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] was unregistered and unbound from the service proxy 11:54:28.093 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=32} 11:54:28.093 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=32}] 11:54:28.093 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:28.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:28.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5340eda9 11:54:28.094 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:28.095 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@75b48f2d 11:54:28.097 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was null 11:54:28.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:28.098 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:28.099 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:28.099 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:28.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-tccl is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:28.099 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:28.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:28.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:28.100 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:28.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:28.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5340eda9 11:54:28.100 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.100 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.tccl]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:28.100 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:28 UTC 2024]; root of context hierarchy 11:54:28.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 11:54:28.101 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:28.101 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy 11:54:28.101 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@265adfad] 11:54:28.101 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk932285561/META-INF/spring/context.xml] 11:54:28.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:28.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:28.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:28.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:28.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:28.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:28.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@620ae00b: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy 11:54:28.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:28.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:28.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:28.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:28.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:28.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@620ae00b: defining beans [service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy] 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4279ad72 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:28.195 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.196 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@35a12da6] 11:54:28.196 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@f403ef1] 11:54:28.197 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:54:28.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:54:28.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:54:28.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:28.197 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:28.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:54:28.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:54:28.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:54:28.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:54:28.198 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=36} 11:54:28.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@68df9280 w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36} 11:54:28.199 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy 11:54:28.199 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@68df9280 w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36} 11:54:28.199 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitEndedEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@265adfad] 11:54:28.199 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:54:28.199 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] bound to proxy 11:54:28.199 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.199 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:54:28.199 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 11:54:28.200 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 11:54:28.200 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanaged] to OSGi 11:54:28.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 11:54:28.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 11:54:28.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 11:54:28.200 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanaged] for execution inside OSGi 11:54:28.268 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 11:54:28.268 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanaged] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3b96c42e 11:54:28.268 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 11:54:28.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 11:54:28.269 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@20f41a93] 11:54:28.269 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanaged] 11:54:28.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:28 UTC 2024]; root of context hierarchy] 11:54:28.269 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanaged]'s result read 11:54:28.270 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 11:54:28.270 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 11:54:28.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:28.271 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 11:54:28.271 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5d066c7d 11:54:28.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] 11:54:28.271 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 11:54:28.271 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundleresource://19.fwk932285561/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 11:54:28.272 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.272 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 11:54:28.272 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 11:54:28.272 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithNullClassLoader] to OSGi 11:54:28.272 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithNullClassLoader] for execution inside OSGi 11:54:28.273 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1e461e41 11:54:28.273 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.273 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithNullClassLoader] 11:54:28.274 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithNullClassLoader]'s result read 11:54:28.274 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceClasses] to OSGi 11:54:28.274 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceClasses] for execution inside OSGi 11:54:28.274 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@56928307 current :org.eclipse.core.runtime.internal.adaptor.ContextFinder@4fb61f4a cl : BundleDelegatingClassLoader for [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] 11:54:28.275 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] required by [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest(TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)] scanning available bundles 11:54:28.275 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.275 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceClasses] 11:54:28.275 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLWithServiceClasses]'s result read 11:54:28.276 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 11:54:28.276 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 11:54:28.276 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3899782c 11:54:28.277 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 11:54:28.277 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.277 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 11:54:28.277 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 11:54:28.277 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientClasses] to OSGi 11:54:28.278 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientClasses] for execution inside OSGi 11:54:28.278 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1603cd68 11:54:28.278 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.278 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientClasses] 11:54:28.278 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientClasses]'s result read 11:54:28.279 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceResource] to OSGi 11:54:28.279 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceResource] for execution inside OSGi 11:54:28.279 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@9ebe38b 11:54:28.279 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 11:54:28.280 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:28.280 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceResource] 11:54:28.280 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLWithServiceResource]'s result read Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.997 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest 11:54:28.283 [Thread-0] INFO o.e.g.b.i.t.ClientOnlyTcclTest:471 - Shutting down OSGi platform 11:54:28.284 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest) 11:54:28.284 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy 11:54:28.284 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:28.284 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Wed Jan 17 11:54:27 UTC 2024]; root of context hierarchy] 11:54:28.284 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19]] 11:54:28.284 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:54:28.285 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:54:28.285 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@68df9280 w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36} 11:54:28.285 [Thread-4] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceProviderTCCLInterceptor$ServiceProviderTCCLListener@68df9280 w/ reference {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36} 11:54:28.285 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:54:28.285 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:54:28.286 [Thread-4] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:54:28.286 [Thread-4] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] was unregistered and unbound from the service proxy 11:54:28.286 [Thread-4] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.tccl] {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged,org.eclipse.gemini.blueprint.bean.name=service,org.springframework.osgi.bean.name=service,osgi.service.blueprint.compname=service,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl,Bundle-Version=1.0.0,service.id=36} 11:54:28.287 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:28.293 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.tccl has unused registered services; added for shutdown 11:54:28.372 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19]] 11:54:28.373 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:28.373 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.373 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5340eda9 11:54:28.373 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.373 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 11:54:28.374 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 11:54:28.374 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:28 UTC 2024]; root of context hierarchy 11:54:28.374 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:28 UTC 2024]; root of context hierarchy] 11:54:28.374 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 11:54:28.375 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=service-provider, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=37}] 11:54:28.375 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:54:28.376 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}={tccl=unmanaged, org.eclipse.gemini.blueprint.bean.name=service, org.springframework.osgi.bean.name=service, osgi.service.blueprint.compname=service, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0, service.id=36}] 11:54:28.376 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:28.376 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:28.376 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5340eda9 11:54:28.376 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:28.376 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:28.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:28.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:28.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:28.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:28.377 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:28.378 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest_0.0.0 [20] for sending replayes events; last one was null 11:54:28.378 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@7b737feb 11:54:28.378 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.tccl.intf_1.0.0 [18] for sending replayes events; last one was null 11:54:28.378 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:28.378 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:28.379 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:29,391 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:29,597 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:29,600 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:29,617 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:29,700 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:29,702 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:29,706 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:29,773 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:54:29,780 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:29,780 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:29,782 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:29,782 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:29,782 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:29,782 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:29,782 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:29,782 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:29,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:29,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:29,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:29,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:29,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:29,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:29,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:29,783 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:29,783 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:29,784 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:29,784 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:29,785 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest 11:54:29.991 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:29.997 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:85 - Instantiating platform wrapper... 11:54:29.998 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:215 - About to start Equinox OSGi Platform 11:54:30.588 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:30.590 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:30.591 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:30.592 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:30.593 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:30.768 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:30.781 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:30.785 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:30.787 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:30.797 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:30.804 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:30.872 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:30.881 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:30.890 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:30.901 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:30.985 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:30.990 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:30.995 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:31.004 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:31.006 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:31.068 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:31.073 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:31.091 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:31.180 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:31.181 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:31.181 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:31.181 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:31.181 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:31.182 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:31.182 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:31.182 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:31.183 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:31.183 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:31.183 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:31.183 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:31.184 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:31.184 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:31.184 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:31,214 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:31,295 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:31,297 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:31,304 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:31,375 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:31,377 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:31,380 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:31,388 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:54:31,393 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:31,393 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:31,395 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:31,396 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:31,396 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:31,397 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:31,397 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:31,397 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:31,398 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:54:31.410 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:31.417 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:31.584 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:31.585 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:31.588 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:31.590 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:31.593 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:31.595 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.595 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:31.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:31.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:31.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.596 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:31.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:31.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:31.597 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.597 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:31.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:31.597 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:31.597 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.598 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:31.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:31.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:31.598 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.598 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:31.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:31.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:31.599 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.599 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:31.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:31.599 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:31.600 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.600 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:31.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:31.600 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:31.601 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.601 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:31.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:31.601 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:31.602 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.602 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:31.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:31.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:31.603 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.603 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:31.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:31.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:31.608 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.608 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:31.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:31.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:31.609 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.609 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:31.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:31.609 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:31.610 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.610 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:31.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:31.610 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:31.611 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.611 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:31.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:31.611 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:31.614 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.615 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:31.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:31.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:31.615 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.616 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:31.616 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:31.668 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:31.668 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:31.681 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:31.681 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:31.685 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:31.686 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:31.686 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:54:31.687 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:54:31.687 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:31.690 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:31.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:31.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:31.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:31.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:31.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:31.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:31.699 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:31.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:31.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:31.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:31.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:31.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:31.701 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:31.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:31.702 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:31.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:31.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:31.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:31.704 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.704 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:31.705 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:31.706 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:31.706 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:31.706 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:31.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:31.707 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.707 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:31.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:31.708 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:31.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:31.709 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:31.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:31.710 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.710 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:31.710 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:31.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:31.713 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.714 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:31.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:31.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:31.714 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:31.716 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest-bundle.properties was not found; using defaults 11:54:31.716 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:511 - Post processing: creating test bundle 11:54:31.779 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.testingFramework] 11:54:31.779 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:202 - Automatically creating Manifest for the test bundle 11:54:31.780 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:366 - Using the test class for generating bundle imports 11:54:31.782 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 11:54:31.782 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt.testingFramework] is part of the test archive; parsing AppCtxInjectionTest bytecode to determine imports... 11:54:31.785 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class AppCtxInjectionTest 11:54:31.794 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:31.794 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:31.794 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest 11:54:31.797 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:31.797 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:31.797 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:31.798 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:31.798 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:31.798 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:31.798 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:31.799 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:31.799 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.testingFramework, org.eclipse.gemini.blueprint.iandt, java.util, java.lang, java.io, org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:54:31.799 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.testingFramework, java.util, java.lang, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 11:54:31.799 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:31.799 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:282 - Filtered imports are [org.springframework.context, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:54:31.799 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-Name=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-Name=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.springframework.context,org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:31.800 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 11:54:31.801 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 11:54:31.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 11:54:31.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 11:54:31.806 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:557 - Test bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] successfully installed 11:54:31.807 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:31.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] 11:54:31.809 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:31.809 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest) 11:54:31.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] 11:54:31.810 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] 11:54:31.810 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:31.810 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] 11:54:31.810 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:562 - Test bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest)] successfully started 11:54:31.810 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:31.812 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:31.812 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:31.812 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:31.812 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:31.813 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:31.813 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:31.813 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:31.868 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:31.869 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:31.871 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:31.873 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:31.874 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:31.874 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:31.876 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:31.876 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:31.877 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:31.877 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:31.878 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:31.878 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest] does not trigger a context creation. 11:54:31.878 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:364 - Writing test name [testInjection] to OSGi 11:54:31.889 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjection] for execution inside OSGi 11:54:31.889 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 11:54:31.890 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 11:54:31.896 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): startup date [Wed Jan 17 11:54:31 UTC 2024]; root of context hierarchy 11:54:31.900 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:31.972 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk802600647/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml] 11:54:32.022 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:32.023 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:32.023 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:32.023 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:32.181 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5ddf0d24: defining beans [injected-bean]; root of factory hierarchy 11:54:32.189 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:32.189 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:32.190 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:32.190 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:32.197 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@177bea38] 11:54:32.197 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7f132176] 11:54:32.208 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4f25b795] 11:54:32.210 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): startup date [Wed Jan 17 11:54:31 UTC 2024]; root of context hierarchy] 11:54:32.211 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, org.springframework.context.service.name=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-SymbolicName=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, Bundle-Version=0.0.0} 11:54:32.212 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} [injected-bean] 11:54:32.281 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:32.282 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:440 - Reading OSGi results for test [testInjection] 11:54:32.283 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:447 - Test[testInjection]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.297 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest 11:54:32.287 [Thread-0] INFO o.e.g.b.i.t.AppCtxInjectionTest:471 - Shutting down OSGi platform 11:54:32.287 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:32.287 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest (TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest) 11:54:32.287 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:32.288 [Thread-4] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): startup date [Wed Jan 17 11:54:31 UTC 2024]; root of context hierarchy 11:54:32.288 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:32.288 [Thread-4] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest, config=/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml): startup date [Wed Jan 17 11:54:31 UTC 2024]; root of context hierarchy] 11:54:32.288 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:32.288 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:32.288 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:32.288 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:32.288 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:32.289 [Thread-4] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:32.289 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testInjection-org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest_0.0.0 [18] for sending replayes events; last one was null 11:54:32.289 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:32.290 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:32.290 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] Running org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest 11:54:33,406 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:33,596 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:33,598 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:33,611 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:33,692 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:33,694 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:33,697 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:33,703 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@64729b1e - No compression will be used 11:54:33,707 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:33,707 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:33,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:33,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:33,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:33,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:33,710 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:33,710 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:33,710 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:33,711 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:33,711 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4b1c1ea0 - Registering current configuration as safe fallback point 11:54:33.817 [main] TRACE o.e.g.b.i.t.BundleCreationTst:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:33.825 [main] TRACE o.e.g.b.i.t.BundleCreationTst:85 - Instantiating platform wrapper... 11:54:33.868 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:215 - About to start Equinox OSGi Platform 11:54:34.373 [main] INFO o.e.g.b.i.t.BundleCreationTst:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:34.377 [main] TRACE o.e.g.b.i.t.BundleCreationTst:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:34.378 [main] TRACE o.e.g.b.i.t.BundleCreationTst:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:34.380 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:34.381 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:34.507 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:34.568 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:34.575 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:34.577 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:34.586 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:34.592 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:34.594 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:34.601 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:34.668 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:34.685 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:34.701 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:34.769 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:34.777 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:34.787 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:34.788 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:34.793 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:34.799 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:34.877 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:34.899 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:34.900 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:34.900 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:34.901 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:34.901 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:34.901 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:34.901 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:34.902 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:34.902 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:34.902 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:34.903 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:34.903 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:34.903 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:34.904 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:34.904 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:35,004 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:35,032 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:35,034 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:35,079 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:35,100 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:35,102 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:35,105 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:35,110 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3c7f66c4 - No compression will be used 11:54:35,115 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:35,115 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:35,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:35,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:35,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:35,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:35,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:35,116 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:35,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:35,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:35,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:35,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:35,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:35,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:35,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:35,168 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:35,169 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:35,169 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:35,169 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:35,170 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@437da279 - Registering current configuration as safe fallback point 11:54:35.182 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:35.190 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:35.371 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:35.372 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:35.376 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:35.380 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:35.385 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:35.388 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.388 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:35.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:35.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:35.389 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.389 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:35.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:35.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:35.390 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.390 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:35.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:35.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:35.390 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.391 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:35.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:35.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:35.391 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.392 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:35.392 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:35.392 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:35.392 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.392 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:35.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:35.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:35.393 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.393 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:35.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:35.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:35.394 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.394 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:35.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:35.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:35.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.395 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:35.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:35.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:35.397 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.397 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:35.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:35.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:35.398 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.399 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:35.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:35.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:35.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.399 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:35.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:35.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:35.400 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.400 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:35.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:35.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:35.401 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.401 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:35.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:35.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:35.405 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.405 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:35.405 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:35.406 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:35.406 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.406 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:35.406 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:35.416 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:35.416 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:35.473 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:35.473 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:35.477 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:35.479 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:35.480 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@35b74c5c w/ reference null 11:54:35.480 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@35b74c5c w/ reference null 11:54:35.481 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:35.485 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:35.497 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:35.498 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:35.499 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.499 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:35.499 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:35.500 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:35.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:35.501 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:35.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:35.502 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.503 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:35.503 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:35.503 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.504 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:35.504 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:35.505 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:35.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:35.506 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:35.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:35.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:35.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:35.511 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:35.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:35.513 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:35.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:35.514 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:35.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:35.515 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:35.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:35.517 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:35.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:35.518 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:35.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:35.520 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.520 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:35.521 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:35.523 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:35.524 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.524 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:35.524 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:35.525 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:35.525 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.525 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:35.527 [main] INFO o.e.g.b.i.t.BundleCreationTst:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst-bundle.properties was not found; using defaults 11:54:35.527 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:511 - Post processing: creating test bundle 11:54:35.577 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.testingFramework] 11:54:35.578 [main] INFO o.e.g.b.i.t.BundleCreationTst:202 - Automatically creating Manifest for the test bundle 11:54:35.578 [main] INFO o.e.g.b.i.t.BundleCreationTst:366 - Using the test class for generating bundle imports 11:54:35.580 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 11:54:35.580 [main] TRACE o.e.g.b.i.t.BundleCreationTst:460 - Package [org.eclipse.gemini.blueprint.iandt.testingFramework] is part of the test archive; parsing BundleCreationTst bytecode to determine imports... 11:54:35.583 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BundleCreationTst 11:54:35.593 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:35.593 [main] TRACE o.e.g.b.i.t.BundleCreationTst:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:35.593 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest 11:54:35.596 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:35.599 [main] TRACE o.e.g.b.i.t.BundleCreationTst:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:35.599 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:35.600 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:35.601 [main] TRACE o.e.g.b.i.t.BundleCreationTst:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:35.601 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:35.601 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:35.601 [main] TRACE o.e.g.b.i.t.BundleCreationTst:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:35.602 [main] TRACE o.e.g.b.i.t.BundleCreationTst:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.testingFramework, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:54:35.602 [main] TRACE o.e.g.b.i.t.BundleCreationTst:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.testingFramework, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:54:35.602 [main] TRACE o.e.g.b.i.t.BundleCreationTst:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:35.602 [main] TRACE o.e.g.b.i.t.BundleCreationTst:282 - Filtered imports are [org.eclipse.gemini.blueprint.test, org.osgi.framework, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:54:35.602 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-Name=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:54:35.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-Name=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test,org.osgi.framework,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:54:35.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:35.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:35.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:35.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:35.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:35.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:35.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:35.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 11:54:35.604 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 11:54:35.605 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 11:54:35.605 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 11:54:35.605 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 11:54:35.610 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:557 - Test bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] successfully installed 11:54:35.610 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:35.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] 11:54:35.613 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:35.613 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst) 11:54:35.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] 11:54:35.613 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] 11:54:35.614 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:35.614 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] 11:54:35.614 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:562 - Test bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst)] successfully started 11:54:35.614 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:35.616 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:35.616 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:35.616 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:35.616 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:35.668 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:35.669 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:35.669 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:35.670 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:35.671 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:35.672 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:35.674 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:35.674 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:35.675 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:35.676 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:35.676 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:35.677 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:35.677 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:35.677 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:35.678 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst] does not trigger a context creation. 11:54:35.678 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 11:54:35.690 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 11:54:35.690 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6c372fe6 11:54:35.691 [main] INFO o.e.g.b.i.t.BundleCreationTst:190 - Loading context for locations: 11:54:35.697 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): startup date [Wed Jan 17 11:54:35 UTC 2024]; root of context hierarchy 11:54:35.702 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:54:35.717 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@2d778add: defining beans []; root of factory hierarchy 11:54:35.724 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:35.724 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:54:35.725 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:35.726 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:35.728 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3d9c13b5] 11:54:35.728 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@492691d7] 11:54:35.730 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@74589991] 11:54:35.768 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): startup date [Wed Jan 17 11:54:35 UTC 2024]; root of context hierarchy] 11:54:35.770 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, org.springframework.context.service.name=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-SymbolicName=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, Bundle-Version=0.0.0} 11:54:35.775 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:35.805 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:35.806 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 11:54:35.807 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 11:54:35.808 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testFailure] to OSGi 11:54:35.808 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFailure] for execution inside OSGi 11:54:35.808 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53f6fd09 11:54:35.809 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:35.809 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testFailure] 11:54:35.809 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testFailure]'s result read 11:54:35.810 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 11:54:35.810 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 11:54:35.810 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6bffbc6d 11:54:35.810 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:35.810 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 11:54:35.811 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 11:54:35.811 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 11:54:35.811 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 11:54:35.811 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1b84f475 11:54:35.812 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:35.812 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 11:54:35.812 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 11:54:35.812 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionPass] to OSGi 11:54:35.813 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionPass] for execution inside OSGi 11:54:35.813 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionPass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7749bf93 11:54:35.813 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:35.813 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionPass] 11:54:35.813 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testAssertionPass]'s result read 11:54:35.814 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 11:54:35.814 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 11:54:35.814 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@13330ac6 11:54:35.814 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:35.815 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 11:54:35.815 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 11:54:35.815 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionFailure] to OSGi 11:54:35.815 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionFailure] for execution inside OSGi 11:54:35.816 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@539d019 11:54:35.816 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:35.816 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionFailure] 11:54:35.816 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testAssertionFailure]'s result read Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.731 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest 11:54:35.868 [Thread-0] INFO o.e.g.b.i.t.BundleCreationTst:471 - Shutting down OSGi platform 11:54:35.868 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:35.869 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst (TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst) 11:54:35.869 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:35.869 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): startup date [Wed Jan 17 11:54:35 UTC 2024]; root of context hierarchy 11:54:35.869 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:35.869 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst, config=): startup date [Wed Jan 17 11:54:35 UTC 2024]; root of context hierarchy] 11:54:35.869 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:35.869 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:35.870 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:35.870 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:35.870 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:35.871 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:54:35.871 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testException-org.eclipse.gemini.blueprint.iandt.testingFramework.BundleCreationTst_0.0.0 [18] for sending replayes events; last one was null 11:54:35.871 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:35.872 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:35.873 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:36,898 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:37,101 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:37,103 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:37,117 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:37,199 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:37,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:37,205 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:37,211 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:54:37,273 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:37,273 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:37,275 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:37,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:37,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:37,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:37,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:37,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:37,276 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:37,277 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:37,277 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:37,277 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:37,277 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:37,277 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:37,277 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:37,277 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:37,278 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:37,278 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:37,278 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:37,279 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest 11:54:37.479 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:37.484 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:85 - Instantiating platform wrapper... 11:54:37.485 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:215 - About to start Equinox OSGi Platform 11:54:38.015 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:38.018 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:38.018 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:38.019 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:38.020 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:38.207 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:38.270 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:38.276 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:38.278 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:38.288 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:38.296 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:38.299 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:38.306 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:38.374 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:38.389 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:38.402 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:38.476 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:38.484 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:38.494 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:38.496 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:38.500 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:38.503 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:38.580 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:38.602 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:38.602 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:38.603 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:38.603 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:38.604 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:38.604 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:38.604 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:38.604 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:38.605 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:38.605 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:38.605 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:38.605 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:38.606 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:38.606 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:38.606 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:38,712 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:38,783 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:38,786 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:38,796 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:38,871 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:38,873 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:38,877 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:38,885 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:54:38,890 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:38,890 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:38,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:38,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:38,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:38,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:38,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:38,892 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:38,892 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:38,893 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:38,893 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:38,893 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:54:38.902 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:38.908 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:39.081 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:39.082 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:39.086 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:39.089 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:39.093 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:39.095 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.095 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:39.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:39.095 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:39.096 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.096 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:39.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:39.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:39.096 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.097 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:39.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:39.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:39.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.097 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:39.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:39.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:39.098 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.098 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:39.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:39.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:39.099 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.099 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:39.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:39.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:39.099 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.100 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:39.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:39.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:39.101 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.101 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:39.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:39.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:39.102 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.102 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:39.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:39.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:39.103 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.103 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:39.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:39.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:39.105 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.105 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:39.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:39.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:39.105 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.105 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:39.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:39.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:39.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.110 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:39.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:39.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:39.111 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.111 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:39.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:39.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:39.115 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.115 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:39.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:39.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:39.116 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.116 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:39.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:39.122 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:39.168 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:39.174 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:39.175 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:39.179 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:39.180 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:39.181 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:54:39.181 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:54:39.182 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:39.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:39.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:39.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:39.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:39.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:39.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:39.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:39.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:39.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:39.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:39.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:39.196 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:39.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:39.197 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:39.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:39.198 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:39.198 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:39.199 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:39.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:39.200 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:39.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:39.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:39.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:39.202 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:39.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:39.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:39.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:39.204 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:39.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:39.205 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:39.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:39.206 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:39.207 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:39.209 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:39.210 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.210 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:39.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:39.210 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:39.211 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:39.212 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest-bundle.properties was not found; using defaults 11:54:39.212 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:511 - Post processing: creating test bundle 11:54:39.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.testingFramework] 11:54:39.273 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:202 - Automatically creating Manifest for the test bundle 11:54:39.274 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:366 - Using the test class for generating bundle imports 11:54:39.279 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 11:54:39.279 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:460 - Package [org.eclipse.gemini.blueprint.iandt.testingFramework] is part of the test archive; parsing OsgiPlatformTest bytecode to determine imports... 11:54:39.283 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class OsgiPlatformTest 11:54:39.294 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:39.294 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:39.294 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest 11:54:39.296 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:39.296 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:39.297 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:39.298 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:39.298 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:39.298 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:39.298 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:39.298 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:39.299 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.testingFramework, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:54:39.299 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.testingFramework, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:54:39.299 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:39.299 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:54:39.299 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-Name=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:54:39.299 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-Name=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:39.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 11:54:39.301 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 11:54:39.306 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:557 - Test bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] successfully installed 11:54:39.306 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:39.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] 11:54:39.309 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:39.309 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest) 11:54:39.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] 11:54:39.309 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] 11:54:39.310 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:39.310 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] 11:54:39.310 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:562 - Test bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest)] successfully started 11:54:39.310 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:39.368 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:39.369 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:39.369 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:39.369 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:39.370 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:39.370 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:39.370 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:39.371 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:39.372 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:39.373 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:39.375 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:39.376 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:39.376 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:39.377 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:39.377 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:39.378 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:39.378 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:39.378 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:39.379 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest] does not trigger a context creation. 11:54:39.379 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:364 - Writing test name [testOsgiPlatform] to OSGi 11:54:39.389 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiPlatform] for execution inside OSGi 11:54:39.390 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOsgiPlatform] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 11:54:39.390 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:190 - Loading context for locations: 11:54:39.396 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): startup date [Wed Jan 17 11:54:39 UTC 2024]; root of context hierarchy 11:54:39.400 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:54:39.416 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@36a5cabc: defining beans []; root of factory hierarchy 11:54:39.422 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:39.423 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:54:39.423 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:39.424 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:39.470 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5a2d131d] 11:54:39.470 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@14fc1f0] 11:54:39.472 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5ddf0d24] 11:54:39.474 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): startup date [Wed Jan 17 11:54:39 UTC 2024]; root of context hierarchy] 11:54:39.475 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, org.springframework.context.service.name=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-SymbolicName=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, Bundle-Version=0.0.0} 11:54:39.476 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:39.502 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:39.503 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:39.503 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:440 - Reading OSGi results for test [testOsgiPlatform] 11:54:39.503 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:447 - Test[testOsgiPlatform]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.029 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest 11:54:39.529 [Thread-0] INFO o.e.g.b.i.t.OsgiPlatformTest:471 - Shutting down OSGi platform 11:54:39.529 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest (TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest) 11:54:39.530 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:39.530 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): startup date [Wed Jan 17 11:54:39 UTC 2024]; root of context hierarchy 11:54:39.530 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest, config=): startup date [Wed Jan 17 11:54:39 UTC 2024]; root of context hierarchy] 11:54:39.530 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:39.530 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:39.530 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:39.530 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:39.530 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:39.568 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:39.568 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:39.569 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:54:39.569 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testOsgiPlatform-org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest_0.0.0 [18] for sending replayes events; last one was null 11:54:39.569 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:39.570 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:39.571 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:40,576 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:40,769 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:40,772 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:40,790 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:40,873 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:40,875 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:40,880 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:40,887 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:54:40,892 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:40,892 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:40,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:40,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:40,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:40,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:40,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:40,894 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:40,894 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:40,895 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:40,895 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:40,895 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest 11:54:41.084 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:41.089 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:85 - Instantiating platform wrapper... 11:54:41.089 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:215 - About to start Equinox OSGi Platform 11:54:41.670 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:41.673 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:41.674 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:41.676 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:41.676 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:41.876 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:41.890 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:41.895 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:41.898 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:41.904 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:41.969 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:41.975 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:41.984 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:41.992 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:42.068 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:42.092 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:42.097 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:42.103 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:42.171 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:42.174 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:42.181 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:42.184 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:42.189 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.0.M01-SNAPSHOT.jar] 11:54:42.202 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:42.296 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:42.297 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:42.297 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:42.297 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:42.298 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:42.298 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:42.298 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:42.299 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:42.299 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:42.300 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:42.300 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:42.301 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:42.301 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:42.301 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:42.301 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:42,403 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:42,474 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:42,476 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:42,485 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:42,502 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:42,504 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:42,507 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:42,513 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4310d43 - No compression will be used 11:54:42,572 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:42,573 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:42,574 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:42,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:42,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:42,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:42,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:42,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:42,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:42,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:42,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:42,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:42,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:42,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:42,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:42,576 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:42,576 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:42,577 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:42,577 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:42,578 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@b9b00e0 - Registering current configuration as safe fallback point 11:54:42.591 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:42.598 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:42.768 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:42.769 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:42.774 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:42.777 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:42.781 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:42.783 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.783 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:42.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:42.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:42.784 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.784 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:42.784 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:42.784 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:42.784 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.785 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:42.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:42.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:42.785 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.785 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:42.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:42.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:42.786 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.786 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:42.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:42.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:42.787 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.787 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:42.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:42.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:42.788 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.788 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:42.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:42.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:42.789 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.789 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:42.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:42.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:42.790 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.790 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:42.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:42.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:42.791 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.791 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:42.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:42.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:42.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.797 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:42.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:42.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:42.798 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.798 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:42.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:42.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:42.799 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.799 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:42.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:42.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:42.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.800 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:42.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:42.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:42.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.801 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:42.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:42.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:42.801 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.802 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:42.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:42.808 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:42.808 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:42.870 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:42.870 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:42.874 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:42.876 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:42.877 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@e25951c w/ reference null 11:54:42.877 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@e25951c w/ reference null 11:54:42.878 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:42.880 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:42.887 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:42.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:42.888 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:42.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:42.889 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:42.889 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:42.890 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:42.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:42.890 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:42.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:42.891 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:42.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:42.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:42.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:42.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:42.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:42.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:42.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:42.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:42.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:42.896 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:42.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:42.897 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:42.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:42.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:42.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:42.899 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:42.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:42.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:42.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:42.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:42.901 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:42.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:42.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.904 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:42.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:42.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:42.905 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.905 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:42.906 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:319 - Starting [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.0.M01-SNAPSHOT.jar] 11:54:42.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:42.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.906 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator) 11:54:42.906 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:42.912 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-proxy-creator is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:42.915 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:42.916 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:42.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:42.968 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:42.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:42.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6b208e87 11:54:42.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:42.969 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:42.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:42.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:42.970 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:42 UTC 2024]; root of context hierarchy 11:54:42.971 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:199 - org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest-bundle.properties was not found; using defaults 11:54:42.972 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:511 - Post processing: creating test bundle 11:54:42.975 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:42.981 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxycreator] 11:54:42.981 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:202 - Automatically creating Manifest for the test bundle 11:54:42.982 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:366 - Using the test class for generating bundle imports 11:54:42.983 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 11:54:42.983 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt.proxycreator] is part of the test archive; parsing ProxyCreatorTest bytecode to determine imports... 11:54:42.986 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class ProxyCreatorTest 11:54:42.994 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:42.994 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:42.995 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest 11:54:43.070 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:43.071 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:43.071 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:43.072 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:43.072 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:43.073 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:43.073 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk802600647/META-INF/spring/context.xml] 11:54:43.073 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:43.074 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:43.074 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.proxycreator, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:54:43.074 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.proxycreator, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:54:43.074 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:43.075 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:54:43.075 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-Name=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:54:43.078 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-Name=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:54:43.079 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:43.079 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:43.079 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:43.079 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:43.079 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:43.079 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:43.079 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 11:54:43.080 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 11:54:43.085 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:557 - Test bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] successfully installed 11:54:43.085 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:43.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] 11:54:43.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:43.088 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest) 11:54:43.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] 11:54:43.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] 11:54:43.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:43.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] 11:54:43.089 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:562 - Test bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest)] successfully started 11:54:43.089 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:43.090 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:43.091 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:43.091 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:43.091 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:43.091 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:43.091 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:43.092 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:43.092 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:43.093 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:43.094 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:43.095 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:43.172 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:43.173 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:43.174 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:43.174 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:43.175 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:43.175 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:43.176 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:43.176 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.proxy.creator] triggers a context creation; waiting for it 11:54:43.177 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.creator] incremented to 1 11:54:43.212 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:43.213 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 11:54:43.217 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:43.218 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:43.218 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:43.219 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:43.390 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5bdb3212: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 11:54:43.396 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:43.396 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:43.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:43.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:43.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:43.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5bdb3212: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@57fb4ed0 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.407 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:43.408 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3526302c] 11:54:43.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@9ab575b] 11:54:43.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyFactoryBeanBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.485 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.486 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyCreatorSupportBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.487 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.AdvisedSupportBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyConfigBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyConfigCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.AdvisedSupportCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.505 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyCreatorSupportCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.508 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.510 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.ProxyFactoryBeanCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.510 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.511 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.568 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.FactoryBeanCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanClassLoaderAwareCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.beans.factory.BeanFactoryAwareCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.framework.AdvisedCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 11:54:43.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 11:54:43.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.proxycreator.TestBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.proxycreator.TestCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.703 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 11:54:43.704 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 11:54:43.705 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 11:54:43.715 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 11:54:43.716 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4931348e] 11:54:43.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:42 UTC 2024]; root of context hierarchy] 11:54:43.775 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.creator, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.creator, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.creator, Bundle-Version=1.0.0} 11:54:43.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:43.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.creator] decremented to 0 11:54:43.778 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 11:54:43.778 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest] does not trigger a context creation. 11:54:43.779 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:364 - Writing test name [testNewProxiesCreatedOnBundleRefresh] to OSGi 11:54:43.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.proxy.creator_1.0.0 [18] 11:54:43.789 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNewProxiesCreatedOnBundleRefresh] for execution inside OSGi 11:54:43.789 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNewProxiesCreatedOnBundleRefresh] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53251a66 11:54:43.789 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:190 - Loading context for locations: 11:54:43.790 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): startup date [Wed Jan 17 11:54:43 UTC 2024]; root of context hierarchy 11:54:43.791 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:54:43.791 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@48d61b48: defining beans []; root of factory hierarchy 11:54:43.791 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:43.791 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:54:43.792 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:43.792 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:43.792 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@176b75f7] 11:54:43.792 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5965be2d] 11:54:43.793 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@409c54f] 11:54:43.793 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): startup date [Wed Jan 17 11:54:43 UTC 2024]; root of context hierarchy] 11:54:43.794 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, org.springframework.context.service.name=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-SymbolicName=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, Bundle-Version=0.0.0} 11:54:43.794 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:43.812 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:43.813 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.813 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6b208e87 11:54:43.813 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.813 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.814 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator) 11:54:43.814 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:42 UTC 2024]; root of context hierarchy 11:54:43.814 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:42 UTC 2024]; root of context hierarchy] 11:54:43.816 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:43.816 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:43.817 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6b208e87 11:54:43.817 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:43.818 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.proxy.creator_1.0.0 [18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3a5f1d80 11:54:43.869 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.proxy.creator_1.0.0 [18] for sending replayes events; last one was null 11:54:43.871 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:43.872 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:43.872 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator) 11:54:43.872 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:43.873 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-proxy-creator is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:43.873 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:43.874 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:43.874 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:43.874 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:43.874 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:43.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6b208e87 11:54:43.875 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.875 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:43.875 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.875 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator)] 11:54:43.875 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:43 UTC 2024]; root of context hierarchy 11:54:43.876 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:43.876 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.creator] incremented to 1 11:54:43.876 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk802600647/META-INF/spring/context.xml] 11:54:43.877 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:43.877 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 11:54:43.878 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:43.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:43.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:43.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:43.901 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@6112d9a0: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 11:54:43.901 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:43.901 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:43.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:43.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:43.968 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:43.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6112d9a0: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 11:54:43.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:43.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@57fb4ed0 11:54:43.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:43.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:43.970 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:43.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:43.970 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.970 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.970 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:43.970 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:43.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5d23ca94] 11:54:43.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@fef40a5] 11:54:43.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.proxycreator.TestBeanInfo] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.proxycreator.TestCustomizer] required by [org-springframework-osgi-iandt-proxy-creator(org.eclipse.gemini.blueprint.iandt.proxy.creator)] scanning available bundles 11:54:43.985 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 11:54:43.986 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 11:54:43.986 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 11:54:43.996 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 11:54:43.996 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@62dd487a] 11:54:43.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:43 UTC 2024]; root of context hierarchy] 11:54:43.997 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.creator, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.proxy.creator, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.proxy.creator, Bundle-Version=1.0.0} 11:54:43.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:43.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.proxy.creator] decremented to 0 11:54:43.998 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 11:54:43.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.proxy.creator_1.0.0 [18] 11:54:43.998 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:43.998 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:440 - Reading OSGi results for test [testNewProxiesCreatedOnBundleRefresh] 11:54:43.999 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:447 - Test[testNewProxiesCreatedOnBundleRefresh]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.919 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest 11:54:44.002 [Thread-0] INFO o.e.g.b.i.p.ProxyCreatorTest:471 - Shutting down OSGi platform 11:54:44.002 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:44.002 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest (TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest) 11:54:44.002 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.proxy.creator_1.0.0 [18]] 11:54:44.002 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): startup date [Wed Jan 17 11:54:43 UTC 2024]; root of context hierarchy 11:54:44.002 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest, config=): startup date [Wed Jan 17 11:54:43 UTC 2024]; root of context hierarchy] 11:54:44.003 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:54:44.003 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.proxy.creator has unused registered services; added for shutdown 11:54:44.003 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.proxy.creator_1.0.0 [18]] 11:54:44.004 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:44.068 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:44.068 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6b208e87 11:54:44.068 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:44.068 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 11:54:44.069 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-proxy-creator (org.eclipse.gemini.blueprint.iandt.proxy.creator) 11:54:44.069 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:43 UTC 2024]; root of context hierarchy 11:54:44.069 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:43 UTC 2024]; root of context hierarchy] 11:54:44.070 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:44.070 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:44.070 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6b208e87 11:54:44.070 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:44.070 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:44.071 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:44.071 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:44.071 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:44.071 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:44.071 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:44.072 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testNewProxiesCreatedOnBundleRefresh-org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest_0.0.0 [19] for sending replayes events; last one was null 11:54:44.072 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.proxy.creator_1.0.0 [18] for sending replayes events; last one was null 11:54:44.072 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:44.072 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:44.073 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:44,975 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:45,111 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:45,113 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:45,170 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:45,200 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:45,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:45,205 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:45,210 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:54:45,215 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:45,215 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:45,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:45,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:45,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:45,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:45,216 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:45,217 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:45,217 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:45,268 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:45,268 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:45,269 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest 11:54:45.397 [main] TRACE o.e.g.b.i.p.JdkProxyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:45.400 [main] TRACE o.e.g.b.i.p.JdkProxyTest:85 - Instantiating platform wrapper... 11:54:45.401 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:215 - About to start Equinox OSGi Platform 11:54:45.877 [main] INFO o.e.g.b.i.p.JdkProxyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:45.880 [main] TRACE o.e.g.b.i.p.JdkProxyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:45.881 [main] TRACE o.e.g.b.i.p.JdkProxyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:45.882 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:45.882 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:46.069 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:46.078 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:46.082 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:46.084 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:46.090 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:46.097 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:46.098 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:46.104 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:46.172 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:46.184 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:46.197 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:46.201 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:46.271 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:46.279 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:46.281 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:46.286 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:46.288 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:46.292 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.0.M01-SNAPSHOT.jar] 11:54:46.302 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:46.384 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:46.385 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:46.385 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:46.385 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:46.385 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:46.386 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:46.386 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:46.386 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:46.386 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:46.387 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:46.387 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:46.387 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:46.388 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:46.388 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:46.388 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:46,474 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:46,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:46,500 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:46,507 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:46,574 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:46,576 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:46,580 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:46,588 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b8ee4de - No compression will be used 11:54:46,592 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:46,592 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:46,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:46,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:46,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:46,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:46,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:46,594 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:46,594 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:46,595 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:46,595 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:46,596 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@54e1c68b - Registering current configuration as safe fallback point 11:54:46.606 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:46.620 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:46.792 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:46.793 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:46.796 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:46.798 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:46.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:46.804 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.804 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:46.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:46.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:46.805 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.805 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:46.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:46.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:46.806 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.806 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:46.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:46.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:46.807 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.807 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:46.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:46.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:46.807 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.808 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:46.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:46.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:46.808 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.808 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:46.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:46.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:46.809 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.809 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:46.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:46.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:46.810 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.810 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:46.810 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:46.811 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:46.811 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.811 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:46.811 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:46.812 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:46.869 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.870 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:46.870 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:46.870 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:46.871 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.872 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:46.872 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:46.872 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:46.872 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.872 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:46.872 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:46.873 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:46.873 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.873 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:46.873 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:46.873 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:46.877 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.878 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:46.878 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:46.878 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:46.878 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.878 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:46.878 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:46.878 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:46.879 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.879 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:46.879 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:46.886 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:46.886 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:46.891 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:46.891 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:46.893 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:46.895 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:46.895 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:54:46.895 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@2f666ebb w/ reference null 11:54:46.896 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:46.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:46.906 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:46.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:46.907 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:46.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:46.908 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:46.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:46.909 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:46.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:46.909 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:46.910 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:46.910 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.910 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:46.910 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:46.910 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.911 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:46.911 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:46.911 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.912 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:46.912 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:46.912 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.913 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:46.913 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:46.914 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.914 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:46.914 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:46.915 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.915 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:46.915 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:46.968 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:46.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:46.969 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:46.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:46.970 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:46.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:46.970 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:46.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:46.971 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:46.972 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:46.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:46.975 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.975 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:46.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:46.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:46.976 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:46.980 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:319 - Starting [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.0.M01-SNAPSHOT.jar] 11:54:46.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 11:54:46.980 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.jdk.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.980 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.jdk.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy) 11:54:46.980 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 11:54:46.986 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-jdk-proxy is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:46.986 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.jdk.proxy]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:46.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 11:54:46.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 11:54:46.989 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:46.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 11:54:46.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@bb15adf 11:54:46.990 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.jdk.proxy]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:46.990 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:46.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 11:54:46.990 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:46.991 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:46 UTC 2024]; root of context hierarchy 11:54:46.992 [main] INFO o.e.g.b.i.p.JdkProxyTest:199 - org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest-bundle.properties was not found; using defaults 11:54:46.992 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:511 - Post processing: creating test bundle 11:54:46.998 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:47.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxycreator] 11:54:47.005 [main] INFO o.e.g.b.i.p.JdkProxyTest:202 - Automatically creating Manifest for the test bundle 11:54:47.006 [main] INFO o.e.g.b.i.p.JdkProxyTest:366 - Using the test class for generating bundle imports 11:54:47.008 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 11:54:47.008 [main] TRACE o.e.g.b.i.p.JdkProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.proxycreator] is part of the test archive; parsing JdkProxyTest bytecode to determine imports... 11:54:47.011 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class JdkProxyTest 11:54:47.079 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:47.079 [main] TRACE o.e.g.b.i.p.JdkProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:47.080 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest 11:54:47.083 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:47.083 [main] TRACE o.e.g.b.i.p.JdkProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:47.084 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:47.085 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:47.085 [main] TRACE o.e.g.b.i.p.JdkProxyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:47.086 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:47.086 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:47.087 [main] TRACE o.e.g.b.i.p.JdkProxyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:47.087 [main] TRACE o.e.g.b.i.p.JdkProxyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.proxycreator, org.eclipse.gemini.blueprint.iandt, java.lang, java.lang.reflect, java.io, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:54:47.087 [main] TRACE o.e.g.b.i.p.JdkProxyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.proxycreator, java.lang, java.lang.reflect, java.io, java.util, java.util.jar, java.security, java.net] 11:54:47.087 [main] TRACE o.e.g.b.i.p.JdkProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:47.088 [main] TRACE o.e.g.b.i.p.JdkProxyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:54:47.088 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-Name=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:54:47.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-Name=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:54:47.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:47.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:47.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:47.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:47.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:47.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:47.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:47.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:47.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:47.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:47.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 11:54:47.090 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk952486988/META-INF/spring/context.xml] 11:54:47.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 11:54:47.090 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 11:54:47.091 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 11:54:47.091 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 11:54:47.091 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 11:54:47.091 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 11:54:47.096 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:557 - Test bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] successfully installed 11:54:47.097 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:47.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] 11:54:47.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:47.171 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest) 11:54:47.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] 11:54:47.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] 11:54:47.171 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:47.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] 11:54:47.172 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:562 - Test bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest)] successfully started 11:54:47.172 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:47.175 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:47.175 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:47.176 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:47.176 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:47.176 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:47.177 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:47.177 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:47.178 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:47.180 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:47.181 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:47.187 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:47.188 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:47.189 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:47.190 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:47.190 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:47.191 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:47.191 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:47.192 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:47.192 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:218 - Bundle [org.springframework.osgi.iandt.jdk.proxy] triggers a context creation; waiting for it 11:54:47.193 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.jdk.proxy] incremented to 1 11:54:47.198 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:47.198 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.jdk.proxy 11:54:47.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:47.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:47.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:47.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:47.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:47.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:47.493 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@15e732fc: defining beans [invocationHandler]; root of factory hierarchy 11:54:47.500 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:47.501 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:47.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:47.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:47.504 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:47.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@15e732fc: defining beans [invocationHandler]; root of factory hierarchy] 11:54:47.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:47.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@276e8437 11:54:47.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:54:47.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:47.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:47.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:54:47.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:54:47.507 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:47.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:47.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:54:47.508 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:47.509 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7dfe00f5] 11:54:47.510 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@769fa55] 11:54:47.574 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&invocationHandler] is being tracked for dependencies 11:54:47.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [invocationHandler] depends (transitively) on the following importers:{} 11:54:47.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [invocationHandler] depends on importers:[] 11:54:47.576 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.jdkproxy.internal.PrivateInvocationHandler] classes {} 11:54:47.576 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.reflect.InvocationHandler}] 11:54:47.577 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [invocationHandler] started; all its dependencies are satisfied 11:54:47.578 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6a97e813] 11:54:47.580 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:46 UTC 2024]; root of context hierarchy] 11:54:47.582 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.jdk.proxy, org.springframework.context.service.name=org.springframework.osgi.iandt.jdk.proxy, Bundle-SymbolicName=org.springframework.osgi.iandt.jdk.proxy, Bundle-Version=1.0.0} 11:54:47.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:47.583 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.jdk.proxy] decremented to 0 11:54:47.583 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.jdk.proxy 11:54:47.583 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest] does not trigger a context creation. 11:54:47.584 [main] TRACE o.e.g.b.i.p.JdkProxyTest:364 - Writing test name [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] to OSGi 11:54:47.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.jdk.proxy_1.0.0 [18] 11:54:47.594 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] for execution inside OSGi 11:54:47.594 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7d898981 11:54:47.595 [main] INFO o.e.g.b.i.p.JdkProxyTest:190 - Loading context for locations: 11:54:47.596 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): startup date [Wed Jan 17 11:54:47 UTC 2024]; root of context hierarchy 11:54:47.596 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:54:47.596 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5965be2d: defining beans []; root of factory hierarchy 11:54:47.597 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:47.597 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:54:47.597 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:47.597 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:47.598 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@71e693fa] 11:54:47.598 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@48793bef] 11:54:47.598 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7d286fb6] 11:54:47.598 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): startup date [Wed Jan 17 11:54:47 UTC 2024]; root of context hierarchy] 11:54:47.599 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, org.springframework.context.service.name=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-SymbolicName=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, Bundle-Version=0.0.0} 11:54:47.599 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:47.622 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest on registration ServiceReference [org.springframework.osgi.iandt.jdk.proxy] {java.lang.reflect.InvocationHandler}={Bundle-SymbolicName=org.springframework.osgi.iandt.jdk.proxy,Bundle-Version=1.0.0,service.id=32} 11:54:47.623 [main] INFO o.e.g.b.i.j.i.PrivateExecutor:36 - about to invoke public abstract java.lang.String org.eclipse.gemini.blueprint.iandt.proxycreator.SomeInterface.doSmth() Proxy returned method invoked by a private class at Wed Jan 17 11:54:47 UTC 2024 11:54:47.624 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:47.624 [main] TRACE o.e.g.b.i.p.JdkProxyTest:440 - Reading OSGi results for test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] 11:54:47.668 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:447 - Test[testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.275 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest 11:54:47.671 [Thread-0] INFO o.e.g.b.i.p.JdkProxyTest:471 - Shutting down OSGi platform 11:54:47.672 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:47.672 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest (TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest) 11:54:47.672 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.jdk.proxy_1.0.0 [18]] 11:54:47.672 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): startup date [Wed Jan 17 11:54:47 UTC 2024]; root of context hierarchy 11:54:47.672 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest, config=): startup date [Wed Jan 17 11:54:47 UTC 2024]; root of context hierarchy] 11:54:47.674 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:54:47.681 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.jdk.proxy has unused registered services; added for shutdown 11:54:47.681 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.jdk.proxy_1.0.0 [18]] 11:54:47.682 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:47.683 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:47.683 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@bb15adf 11:54:47.683 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:47.683 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 11:54:47.684 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy) 11:54:47.684 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:46 UTC 2024]; root of context hierarchy 11:54:47.684 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:46 UTC 2024]; root of context hierarchy] 11:54:47.684 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [invocationHandler] 11:54:47.685 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest on registration ServiceReference [org.springframework.osgi.iandt.jdk.proxy] {java.lang.reflect.InvocationHandler}={Bundle-SymbolicName=org.springframework.osgi.iandt.jdk.proxy,Bundle-Version=1.0.0,service.id=32} 11:54:47.685 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.lang.reflect.InvocationHandler}={Bundle-SymbolicName=org.springframework.osgi.iandt.jdk.proxy, Bundle-Version=1.0.0, service.id=32}] 11:54:47.685 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:47.686 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:54:47.686 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@bb15adf 11:54:47.686 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:47.686 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:47.687 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:47.687 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:47.687 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:47.687 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:47.687 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:47.688 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne-org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest_0.0.0 [19] for sending replayes events; last one was null 11:54:47.689 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.jdk.proxy_1.0.0 [18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@27521b8e 11:54:47.689 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:47.689 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:47.689 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:48,684 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:48,815 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:48,817 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:48,878 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:48,905 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:48,907 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:48,910 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:48,970 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:54:48,974 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:48,974 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:48,975 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:48,976 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:48,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:48,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:48,977 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:48,977 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:48,977 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:48,977 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:48,978 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest 11:54:49.107 [main] WARN o.e.g.b.i.p.ClassDependenciesVisibilityTest:183 - **** org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest.testJdkProxy disabled in this environment: Total disabled tests=1 11:54:49.109 [main] WARN o.e.g.b.i.p.ClassDependenciesVisibilityTest:183 - **** org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest.testPackageDependency disabled in this environment: Total disabled tests=2 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest 11:54:49,994 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:50,197 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:50,199 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:50,212 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:50,291 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:50,292 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:50,296 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:50,302 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used 11:54:50,307 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:50,307 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:50,308 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:50,308 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:50,308 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:50,308 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:50,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:50,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:50,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:50,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:50,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:50,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:50,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:50,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:50,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:50,369 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:50,369 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:50,370 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:50,370 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:50,370 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest 11:54:50.497 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:50.501 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:85 - Instantiating platform wrapper... 11:54:50.502 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:215 - About to start Equinox OSGi Platform 11:54:51.076 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:51.079 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:51.080 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:51.082 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:51.083 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:51.273 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:51.283 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:51.287 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:51.289 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:51.296 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:51.302 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:51.370 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:51.377 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:51.385 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:51.396 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:51.473 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:51.477 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:51.482 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:51.492 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:51.493 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:51.498 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:51.500 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:51.576 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:51.608 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:51.610 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:51.610 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:51.610 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:51.611 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:51.611 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:51.611 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:51.668 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:51.668 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:51.669 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:51.669 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:51.669 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:51.670 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:51.670 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:51.670 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:51,703 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:51,773 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:51,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:51,784 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:51,802 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:51,803 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:51,807 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:51,812 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27462a88 - No compression will be used 11:54:51,816 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:51,816 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:51,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:51,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:51,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:51,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:51,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:51,817 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:51,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:51,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:51,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:51,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:51,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:51,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:51,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:51,818 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:51,818 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:51,819 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:51,819 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:51,819 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2d710f1a - Registering current configuration as safe fallback point 11:54:51.876 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:51.883 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:52.000 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:52.001 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:52.004 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:52.007 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:52.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:52.014 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.014 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:52.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:52.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:52.015 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.016 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:52.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:52.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:52.016 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.016 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:52.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:52.067 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:52.068 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.068 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:52.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:52.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:52.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.070 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:52.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:52.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:52.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.072 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:52.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:52.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:52.073 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.073 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:52.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:52.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:52.074 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.074 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:52.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:52.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:52.075 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.075 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:52.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:52.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:52.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.078 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:52.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:52.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:52.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:52.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:52.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:52.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.087 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:52.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:52.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:52.088 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.089 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:52.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:52.089 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:52.090 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.090 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:52.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:52.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:52.095 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.095 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:52.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:52.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:52.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.097 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:52.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:52.106 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:52.107 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:52.170 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:52.170 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:52.173 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:52.174 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:52.174 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:54:52.175 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:54:52.175 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:52.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:52.186 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:52.187 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:52.187 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.188 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:52.188 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:52.188 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.189 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:52.189 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:52.189 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:52.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:52.191 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:52.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:52.192 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:52.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:52.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:52.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:52.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:52.195 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:52.196 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:52.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:52.199 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:52.199 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:52.201 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:52.202 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:52.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:52.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:52.203 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:52.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:52.204 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:52.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:52.205 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.205 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:52.206 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:52.207 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.207 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:52.208 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:52.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:52.211 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.211 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:52.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:52.212 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:52.212 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.212 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:52.213 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest-bundle.properties was not found; using defaults 11:54:52.214 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:511 - Post processing: creating test bundle 11:54:52.275 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 11:54:52.276 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 11:54:52.277 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:366 - Using the test class for generating bundle imports 11:54:52.279 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:54:52.279 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing AsyncNoWaitTest bytecode to determine imports... 11:54:52.283 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class AsyncNoWaitTest 11:54:52.296 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:54:52.297 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 11:54:52.297 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BehaviorBaseTest 11:54:52.298 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:52.298 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:52.298 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest 11:54:52.301 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:52.302 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:52.302 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:52.303 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:52.303 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:52.303 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:52.304 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:52.304 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:52.304 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, org.osgi.framework, java.lang, org.eclipse.gemini.blueprint.util, java.awt, java.awt.geom, java.util, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 11:54:52.304 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.awt.geom, java.util, java.net, java.io, java.util.jar, java.security, java.lang.reflect] 11:54:52.304 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:52.305 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 11:54:52.305 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:54:52.305 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:54:52.305 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:52.305 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:52.305 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:52.305 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:54:52.306 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:54:52.307 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:54:52.307 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:54:52.307 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:54:52.307 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:54:52.307 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:54:52.307 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:54:52.369 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] successfully installed 11:54:52.369 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:52.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] 11:54:52.373 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:52.373 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest) 11:54:52.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] 11:54:52.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] 11:54:52.374 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] 11:54:52.374 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest)] successfully started 11:54:52.374 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:52.376 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:52.377 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:52.377 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:52.377 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:52.377 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:52.378 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:52.378 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:52.378 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:52.379 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:52.380 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:52.381 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:52.381 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:52.382 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:52.382 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:52.382 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:52.383 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:52.383 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:52.383 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:52.383 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest] does not trigger a context creation. 11:54:52.384 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 11:54:52.393 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 11:54:52.394 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31920ade 11:54:52.394 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:190 - Loading context for locations: 11:54:52.400 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): startup date [Wed Jan 17 11:54:52 UTC 2024]; root of context hierarchy 11:54:52.404 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:54:52.421 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@181e731e: defining beans []; root of factory hierarchy 11:54:52.472 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:52.472 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:54:52.473 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:52.474 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:52.476 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1c93f6e1] 11:54:52.476 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1800a575] 11:54:52.478 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@141e5bef] 11:54:52.480 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): startup date [Wed Jan 17 11:54:52 UTC 2024]; root of context hierarchy] 11:54:52.482 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, Bundle-Version=0.0.0} 11:54:52.483 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:52.507 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:52.514 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 11:54:52.514 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.nowait]isSpringBundle=true|async=true|wait-for-deps=false|publishCtx=true|timeout=300s 11:54:52.514 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.nowait]isSpringBundle=true|async=true|wait-for-deps=false|publishCtx=true|timeout=300s for bundle async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait) 11:54:52.515 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 11:54:52.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle async-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:52.568 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.nowait]isSpringBundle=true|async=true|wait-for-deps=false|publishCtx=true|timeout=300s 11:54:52.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 11:54:52.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 11:54:52.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1bd197b7 11:54:52.570 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.nowait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:52.570 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:52 UTC 2024]; root of context hierarchy 11:54:52.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 11:54:52.570 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:52.603 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1543148593/META-INF/spring/context.xml] 11:54:52.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:52.628 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1543148593/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:52.629 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:52.629 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:52.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:52.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:52.801 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@305f7d66: defining beans [button]; root of factory hierarchy 11:54:52.802 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:52.802 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:52.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:52.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:52.803 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@301afd64] 11:54:52.803 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6da14227] 11:54:52.872 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:54:52.872 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:54:52.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:54:52.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:54:52.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 11:54:52.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 11:54:52.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 11:54:52.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 11:54:52.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [async-nowait(org.springframework.osgi.iandt.config-opt.async.nowait)] scanning available bundles 11:54:52.892 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:54:52.892 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:54:52.892 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@774846f] 11:54:52.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:52 UTC 2024]; root of context hierarchy] 11:54:52.893 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.async.nowait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.async.nowait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.async.nowait, Bundle-Version=1.0.0} 11:54:52.893 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:52.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.async.nowait_1.0.0 [19] 11:54:55.572 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 11:54:55.572 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=34}] bound to proxy 11:54:55.573 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=34}] was unregistered and unbound from the service proxy 11:54:55.573 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=34}] was unregistered and unbound from the service proxy 11:54:55.573 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:54:55.573 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 11:54:55.574 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.081 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest 11:54:55.578 [Thread-0] INFO o.e.g.b.i.c.AsyncNoWaitTest:471 - Shutting down OSGi platform 11:54:55.578 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest) 11:54:55.579 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): startup date [Wed Jan 17 11:54:52 UTC 2024]; root of context hierarchy 11:54:55.579 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:55.579 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest, config=): startup date [Wed Jan 17 11:54:52 UTC 2024]; root of context hierarchy] 11:54:55.579 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config-opt.async.nowait_1.0.0 [19]] 11:54:55.581 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.async.nowait has unused registered services; added for shutdown 11:54:55.581 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:54:55.581 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.async.nowait_1.0.0 [19]] 11:54:55.582 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:54:55.583 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml) 11:54:55.584 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1bd197b7 11:54:55.584 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait) 11:54:55.584 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:52 UTC 2024]; root of context hierarchy 11:54:55.584 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:52 UTC 2024]; root of context hierarchy] 11:54:55.585 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:54:55.586 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1bd197b7 11:54:55.586 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.nowait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:54:55.586 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:55.586 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:55.586 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:54:55.587 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:54:55.587 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:54:55.587 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:54:55.588 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.async.nowait_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@579d2100 11:54:55.588 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest_0.0.0 [18] for sending replayes events; last one was null 11:54:55.588 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:54:55.588 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:54:55.589 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:56,703 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:56,968 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:56,972 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:56,991 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:57,083 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:57,085 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:57,090 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:57,097 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:54:57,102 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:57,102 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:57,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:57,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:57,105 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:57,105 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:57,105 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:57,105 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:57,105 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:57,105 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:57,106 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:57,106 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest 11:54:57.371 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:54:57.376 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:85 - Instantiating platform wrapper... 11:54:57.377 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:215 - About to start Equinox OSGi Platform 11:54:57.885 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:54:57.889 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:54:57.890 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:54:57.892 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:54:57.893 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:58.087 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:58.103 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:58.108 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:58.110 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:58.168 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:58.177 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:58.179 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:58.191 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:58.200 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:58.280 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:58.297 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:58.301 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:58.307 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:58.376 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:58.378 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:58.385 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:58.389 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:58.404 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:54:58.492 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:54:58.493 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:54:58.493 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:54:58.494 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:54:58.494 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:54:58.500 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:54:58.500 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:54:58.501 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:54:58.501 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:54:58.502 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:54:58.502 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:54:58.503 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:54:58.503 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:54:58.503 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:54:58.504 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:54:58,611 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:54:58,683 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:54:58,684 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:54:58,692 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:58,710 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:54:58,711 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:54:58,714 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:54:58,772 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used 11:54:58,777 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:54:58,778 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:54:58,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:54:58,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:54:58,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:54:58,779 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:54:58,780 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:54:58,781 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:54:58,781 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:54:58,781 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:54:58,782 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point 11:54:58.793 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:54:58.803 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:54:58.980 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:58.981 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:54:58.986 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:54:58.989 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:54:58.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:58.996 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:58.997 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:54:58.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:58.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:58.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:58.998 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:54:58.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:58.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:58.999 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.000 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:54:59.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:59.000 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:59.000 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.001 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:54:59.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:59.001 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:59.002 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.002 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:54:59.002 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:59.002 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:59.003 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.003 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:54:59.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:59.004 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:59.004 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.004 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:54:59.004 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:59.005 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:59.006 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.006 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:54:59.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:59.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:59.008 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.008 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:54:59.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:59.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:59.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.010 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:54:59.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:59.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:59.011 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.011 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:54:59.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:59.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:59.012 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.012 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:54:59.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:59.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:59.017 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.017 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:54:59.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:59.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:59.018 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.018 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:54:59.018 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:59.018 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:59.018 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.019 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:54:59.019 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:59.019 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:59.019 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.020 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:54:59.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:59.072 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:59.072 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:59.078 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:54:59.078 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:54:59.081 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:54:59.083 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:59.083 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:54:59.084 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:54:59.085 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:54:59.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:59.096 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:54:59.096 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:59.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:54:59.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:54:59.097 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:54:59.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:59.098 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:54:59.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:54:59.099 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:54:59.099 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:59.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:54:59.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:59.100 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:54:59.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:59.101 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.101 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:54:59.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:59.102 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.102 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:54:59.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:59.104 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:54:59.104 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:59.105 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:54:59.105 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:59.106 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:54:59.106 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:59.107 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:54:59.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:59.108 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:54:59.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:59.108 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:54:59.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:59.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:54:59.110 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:54:59.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:59.114 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.114 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:54:59.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:59.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:59.115 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:54:59.116 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest-bundle.properties was not found; using defaults 11:54:59.116 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:511 - Post processing: creating test bundle 11:54:59.178 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 11:54:59.179 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:202 - Automatically creating Manifest for the test bundle 11:54:59.179 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:366 - Using the test class for generating bundle imports 11:54:59.184 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:54:59.185 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing SyncWaitWithoutDependencyTest bytecode to determine imports... 11:54:59.187 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class SyncWaitWithoutDependencyTest 11:54:59.196 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:54:59.196 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 11:54:59.196 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BehaviorBaseTest 11:54:59.197 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:59.198 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:54:59.198 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest 11:54:59.201 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:59.201 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:54:59.202 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:54:59.203 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:59.203 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:54:59.203 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:54:59.204 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:54:59.204 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:54:59.204 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 11:54:59.205 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 11:54:59.205 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:54:59.205 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 11:54:59.205 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:54:59.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:54:59.207 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:54:59.212 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] successfully installed 11:54:59.213 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:54:59.216 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] 11:54:59.268 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:54:59.268 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest) 11:54:59.268 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] 11:54:59.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] 11:54:59.269 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:54:59.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] 11:54:59.270 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest)] successfully started 11:54:59.270 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:54:59.272 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:54:59.273 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:54:59.273 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:54:59.273 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:54:59.273 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:54:59.274 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:54:59.274 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:54:59.274 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:54:59.275 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:54:59.276 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:54:59.278 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:54:59.278 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:54:59.279 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:54:59.280 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:54:59.280 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:54:59.280 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:54:59.280 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:54:59.281 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:54:59.281 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest] does not trigger a context creation. 11:54:59.281 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:364 - Writing test name [testBehaviour] to OSGi 11:54:59.293 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 11:54:59.293 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@934b6cb 11:54:59.293 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:190 - Loading context for locations: 11:54:59.302 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): startup date [Wed Jan 17 11:54:59 UTC 2024]; root of context hierarchy 11:54:59.306 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:54:59.325 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@291f18: defining beans []; root of factory hierarchy 11:54:59.377 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:59.378 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:54:59.379 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:59.380 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:59.382 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@130e116b] 11:54:59.383 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@e383572] 11:54:59.384 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61fe30] 11:54:59.387 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): startup date [Wed Jan 17 11:54:59 UTC 2024]; root of context hierarchy] 11:54:59.388 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, Bundle-Version=0.0.0} 11:54:59.389 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:54:59.414 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:54:59.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:54:59.476 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 11:54:59.477 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 11:54:59.477 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:54:59.478 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 11:54:59.479 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 11:54:59.479 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:54:59.508 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=2000 ms, for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:54:59.509 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:54:59.509 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:54:59.509 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:54:59.509 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:54:59.510 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:54:59 UTC 2024]; root of context hierarchy 11:54:59.510 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:54:59.518 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk932285561/META-INF/spring/context.xml] 11:54:59.583 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:54:59.584 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:54:59.585 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:59.585 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:54:59.694 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:59.694 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:54:59.793 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1e636ea3: defining beans [shape]; root of factory hierarchy 11:54:59.793 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:54:59.794 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:54:59.794 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:54:59.794 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:54:59.795 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:54:59.798 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1e636ea3: defining beans [shape]; root of factory hierarchy] 11:54:59.799 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:54:59.799 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4b6690c0 11:54:59.799 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 11:54:59.799 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:54:59.816 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:54:59.816 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:54:59.817 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &shape implies dependecy DependencyService[Name=&shape][Filter=(objectClass=java.awt.Shape)][Mandatory=true] 11:54:59.818 [main] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&shape] matching OSGi filter [(objectClass=java.awt.Shape)] 11:54:59.818 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&shape]) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:54:59.819 [main] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&shape]] 11:54:59.819 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 11:54:59.819 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&shape] 11:54:59.819 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:54:59.819 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=java.awt.Shape) 11:54:59.822 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [19] 11:54:59.823 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:54:59.824 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [syncCounterWait] incremented to 1 11:54:59.824 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:274 - Synchronous wait-for-dependencies; waiting... 11:55:01.824 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.825 [main] WARN o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:472 - Timeout occurred before finding service dependencies for [OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] 11:55:01.829 [main] ERROR o.e.g.b.e.i.s.ExtenderConfiguration:50 - Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)) org.springframework.context.ApplicationContextException: Application context initialization for 'org.springframework.osgi.iandt.config-opt.sync-wait' has timed out waiting for (objectClass=java.awt.Shape) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.timeout(DependencyWaiterApplicationContextExecutor.java:489) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:278) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:177) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:154) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:213) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeCreateApplicationContextFor(LifecycleManager.java:272) at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener.handleEvent(ContextLoaderListener.java:86) at org.eclipse.gemini.blueprint.extender.internal.activator.listeners.BaseListener.bundleChanged(BaseListener.java:87) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1568) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1504) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1499) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292) at org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest.testBehaviour(SyncWaitWithoutDependencyTest.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at junit.framework.TestCase.runTest(TestCase.java:176) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.osgiRunTest(AbstractOsgiTests.java:530) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:223) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:207) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter.osgiRunTest(OsgiJUnitTestAdapter.java:75) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService$1.protect(OsgiJUnitService.java:100) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:97) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.executeTest(OsgiJUnitService.java:68) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:42) at org.eclipse.gemini.blueprint.test.JUnitTestActivator.executeTest(JUnitTestActivator.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.invokeOSGiTestExecution(AbstractOsgiTests.java:379) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.runBare(AbstractOsgiTests.java:188) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests$1.protect(AbstractOsgiTests.java:169) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.run(AbstractOsgiTests.java:166) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 11:55:01.829 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [19] 11:55:01.830 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:01.830 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.830 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:344 - Cleaning up appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.830 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.830 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:01.831 [main] ERROR o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:442 - Unable to create application context for [org.springframework.osgi.iandt.config-opt.sync-wait], unsatisfied dependencies: Dependency on [(objectClass=java.awt.Shape)] (from bean [&shape]) org.springframework.context.ApplicationContextException: Application context initialization for 'org.springframework.osgi.iandt.config-opt.sync-wait' has timed out waiting for (objectClass=java.awt.Shape) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.timeout(DependencyWaiterApplicationContextExecutor.java:489) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:278) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:177) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:154) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:213) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeCreateApplicationContextFor(LifecycleManager.java:272) at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener.handleEvent(ContextLoaderListener.java:86) at org.eclipse.gemini.blueprint.extender.internal.activator.listeners.BaseListener.bundleChanged(BaseListener.java:87) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1568) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1504) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1499) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292) at org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest.testBehaviour(SyncWaitWithoutDependencyTest.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at junit.framework.TestCase.runTest(TestCase.java:176) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.osgiRunTest(AbstractOsgiTests.java:530) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:223) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:207) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter.osgiRunTest(OsgiJUnitTestAdapter.java:75) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService$1.protect(OsgiJUnitService.java:100) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:97) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.executeTest(OsgiJUnitService.java:68) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:42) at org.eclipse.gemini.blueprint.test.JUnitTestActivator.executeTest(JUnitTestActivator.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.invokeOSGiTestExecution(AbstractOsgiTests.java:379) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.runBare(AbstractOsgiTests.java:188) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests$1.protect(AbstractOsgiTests.java:169) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.run(AbstractOsgiTests.java:166) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 11:55:01.832 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:01.832 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:01.832 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:01.837 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:01.837 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:55:01.837 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:55:01.838 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:01.838 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:01.838 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:55:01.838 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:01.838 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:01.838 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:01.839 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:01.839 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.839 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.839 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:01 UTC 2024]; root of context hierarchy 11:55:01.839 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:01.840 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk932285561/META-INF/spring/context.xml] 11:55:01.842 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:01.843 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:01.843 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:01.843 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:01.863 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:01.863 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:01.872 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@12bd8a64: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 11:55:01.872 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:01.873 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:01.873 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:01.873 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:01.874 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:01.875 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@12bd8a64: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 11:55:01.875 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:01.875 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4b6690c0 11:55:01.876 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:01.876 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:01.876 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.876 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:01.877 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:01.877 [main] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.877 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.877 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:01.878 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:01.879 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3a6f2de3] 11:55:01.880 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@49872d67] 11:55:01.886 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:55:01.887 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:55:01.888 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:55:01.888 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 11:55:01.889 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 11:55:01.890 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:55:01.891 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@37052337] 11:55:01.891 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:01 UTC 2024]; root of context hierarchy] 11:55:01.892 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 11:55:01.893 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:01.894 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20] 11:55:01.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:01.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:01.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:01.895 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] incremented to 1 11:55:01.896 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:01.896 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 11:55:02.896 [main] WARN o.e.g.b.i.c.SyncWaitWithoutDependencyTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait timed out 11:55:02.897 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-tail] incremented to 1 11:55:02.897 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=34}} 11:55:02.897 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-tail] decremented to 0 11:55:02.898 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-tail 11:55:02.898 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 11:55:02.899 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:02.899 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.900 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:02.900 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:02.900 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:02.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:02.901 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@38feccb8 11:55:02.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 11:55:02.901 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 11:55:02.901 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:02.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:02.902 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 11:55:02.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:02.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=2000 ms, for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:02.902 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:55:02.902 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:02.902 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.902 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.903 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:02 UTC 2024]; root of context hierarchy 11:55:02.903 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:02.904 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk932285561/META-INF/spring/context.xml] 11:55:02.906 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:02.906 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:02.906 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:02.907 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:02.916 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:02.917 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:02.921 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4218500f: defining beans [shape]; root of factory hierarchy 11:55:02.921 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:02.921 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:02.922 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:02.922 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:02.922 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:02.922 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4218500f: defining beans [shape]; root of factory hierarchy] 11:55:02.923 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:02.923 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4b6690c0 11:55:02.923 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 11:55:02.923 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:02.924 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:55:02.924 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:55:02.924 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &shape implies dependecy DependencyService[Name=&shape][Filter=(objectClass=java.awt.Shape)][Mandatory=true] 11:55:02.925 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 11:55:02.925 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.925 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 11:55:02.925 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:02.925 [main] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.925 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.925 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:02.925 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.926 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:55:02.930 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:55:02.935 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:02.968 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:02.969 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:02.969 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:02.970 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:02.974 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2374d36a] 11:55:02.974 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@54d18072] 11:55:02.975 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:55:02.975 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}} 11:55:02.976 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:55:02.976 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:55:02.976 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1a45193b] 11:55:02.977 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:02 UTC 2024]; root of context hierarchy] 11:55:02.977 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-Version=1.0.0} 11:55:02.977 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:02.978 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [19] 11:55:02.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:02.979 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:02.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:02.979 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] incremented to 1 11:55:02.980 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-Version=1.0.0, service.id=35}} 11:55:02.980 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] decremented to 0 11:55:02.980 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 11:55:02.980 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 11:55:02.980 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:55:02.981 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:440 - Reading OSGi results for test [testBehaviour] 11:55:02.982 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.615 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest 11:55:02.985 [Thread-0] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:471 - Shutting down OSGi platform 11:55:02.985 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest) 11:55:02.985 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:02.986 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): startup date [Wed Jan 17 11:54:59 UTC 2024]; root of context hierarchy 11:55:02.986 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [19], org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20]] 11:55:02.986 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest, config=): startup date [Wed Jan 17 11:54:59 UTC 2024]; root of context hierarchy] 11:55:02.987 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-wait has unused registered services; added for shutdown 11:55:02.987 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 11:55:02.987 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:55:02.987 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20], org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [19]] 11:55:02.988 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:02.989 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.989 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:02.989 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.989 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.990 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:55:02.990 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:01 UTC 2024]; root of context hierarchy 11:55:02.990 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:01 UTC 2024]; root of context hierarchy] 11:55:02.991 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:55:02.991 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:55:02.991 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:55:02.992 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] 11:55:02.993 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:02.993 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:55:02.993 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:02.993 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:02.993 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:02.993 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.993 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:02.994 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.994 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:02.994 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 11:55:02.994 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:02 UTC 2024]; root of context hierarchy 11:55:02.994 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:02 UTC 2024]; root of context hierarchy] 11:55:02.995 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:02.995 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:02.995 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:02.995 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:02.995 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:02.996 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:02.996 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:02.996 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:55:02.996 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:02.996 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:02.997 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@363935d7 11:55:03.001 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3206a7c8 11:55:03.001 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest_0.0.0 [18] for sending replayes events; last one was null 11:55:03.001 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:55:03.002 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:55:03.069 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:03,807 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:04,002 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:04,004 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:04,078 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:04,170 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:04,172 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:04,177 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:04,185 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@887af79 - No compression will be used 11:55:04,190 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:04,191 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:04,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:04,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:04,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:04,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:04,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:04,194 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:04,194 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:04,194 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:04,195 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:04,195 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6e6c3152 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest 11:55:04.393 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:55:04.398 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:85 - Instantiating platform wrapper... 11:55:04.399 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:215 - About to start Equinox OSGi Platform 11:55:04.912 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:55:04.914 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:55:04.915 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:55:04.916 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:55:04.917 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:05.169 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:05.183 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:05.188 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:05.190 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:05.198 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:05.203 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:05.268 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:05.279 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:05.288 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:05.301 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:05.380 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:05.386 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:05.393 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:05.403 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:05.405 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:05.473 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:05.476 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:05.482 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.0.M01-SNAPSHOT.jar] 11:55:05.495 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:05.571 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:05.572 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:05.572 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:05.573 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:05.573 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:05.574 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:05.574 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:05.575 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:05.581 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:05.581 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:05.581 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:05.582 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:05.582 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:05.582 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:05.582 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:05,614 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:05,689 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:05,691 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:05,700 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:05,717 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:05,718 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:05,771 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:05,777 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4310d43 - No compression will be used 11:55:05,781 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:05,781 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:05,783 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:05,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:05,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:05,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:05,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:05,784 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:05,784 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:05,785 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:05,785 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:05,785 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@b9b00e0 - Registering current configuration as safe fallback point 11:55:05.797 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:55:05.804 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:05.992 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:05.992 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:05.996 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:55:06.000 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:55:06.004 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:06.006 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.007 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:55:06.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:06.007 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:06.007 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.008 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:55:06.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:06.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:06.008 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.008 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:55:06.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:06.008 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:06.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.009 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:55:06.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:06.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:06.009 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.010 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:55:06.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:06.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:06.010 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.010 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:55:06.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:06.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:06.011 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.011 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:55:06.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:06.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:06.012 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.012 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:55:06.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:06.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:06.013 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.013 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:55:06.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:06.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:06.014 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.015 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:55:06.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:06.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:06.020 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.020 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:55:06.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:06.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:06.068 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.069 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:55:06.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:06.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:06.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.071 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:55:06.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:06.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:06.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.076 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:55:06.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:06.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:06.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.077 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:55:06.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:06.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:06.078 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.079 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:55:06.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:06.086 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:06.086 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:06.092 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:55:06.092 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:55:06.095 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:06.096 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:06.096 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@e25951c w/ reference null 11:55:06.097 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@e25951c w/ reference null 11:55:06.097 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:55:06.100 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:06.107 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:06.107 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:06.108 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:06.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:06.109 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:06.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:06.109 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:06.109 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:06.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:06.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:06.111 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:06.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:06.111 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:06.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:06.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:06.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:06.113 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:06.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:06.115 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:06.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:06.169 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:06.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:06.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:06.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:06.172 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:06.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:06.174 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:06.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:06.175 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:06.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:06.176 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:06.177 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:06.181 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:06.182 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.182 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:55:06.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:06.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:06.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:06.183 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:319 - Starting [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.0.M01-SNAPSHOT.jar] 11:55:06.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 11:55:06.184 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config.with.dots]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.184 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config.with.dots]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots) 11:55:06.184 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 11:55:06.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Configuration File with Dots is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:06.190 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config.with.dots]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 11:55:06.192 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 11:55:06.192 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:06.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 11:55:06.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5aea3b79 11:55:06.193 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config.with.dots]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.193 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 11:55:06.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.197 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:06 UTC 2024]; root of context hierarchy 11:55:06.198 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest-bundle.properties was not found; using defaults 11:55:06.198 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:511 - Post processing: creating test bundle 11:55:06.202 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:06.206 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 11:55:06.206 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:202 - Automatically creating Manifest for the test bundle 11:55:06.207 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:366 - Using the test class for generating bundle imports 11:55:06.208 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:55:06.208 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing ConfigFileWithDotsTest bytecode to determine imports... 11:55:06.211 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class ConfigFileWithDotsTest 11:55:06.272 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk802600647/META-INF/spring/config.file.with.dots.xml] 11:55:06.277 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:06.277 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:55:06.277 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest 11:55:06.280 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:06.281 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:55:06.281 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:55:06.282 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:06.283 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:55:06.283 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:55:06.283 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:55:06.283 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:55:06.284 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, java.awt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:55:06.284 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:55:06.284 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:55:06.284 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:55:06.284 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-Name=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-Name=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:06.285 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:55:06.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:55:06.291 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:557 - Test bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] successfully installed 11:55:06.292 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:55:06.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] 11:55:06.394 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:06.394 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest) 11:55:06.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] 11:55:06.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] 11:55:06.394 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:06.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] 11:55:06.395 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:562 - Test bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest)] successfully started 11:55:06.395 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:55:06.396 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:55:06.397 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:55:06.397 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:55:06.397 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:55:06.398 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:55:06.398 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:55:06.398 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:55:06.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:06.399 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:55:06.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:06.399 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:55:06.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:06.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:06.400 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:55:06.401 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:55:06.402 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:55:06.402 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:55:06.402 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:55:06.403 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:55:06.403 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:55:06.403 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:55:06.404 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:55:06.404 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:218 - Bundle [org.springframework.osgi.iandt.config.with.dots] triggers a context creation; waiting for it 11:55:06.404 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config.with.dots] incremented to 1 11:55:06.406 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:06.406 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config.with.dots 11:55:06.503 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:06.504 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:06.595 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1fe77f20: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy 11:55:06.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:06.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:06.605 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:06.605 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:06.612 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:06.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1fe77f20: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy] 11:55:06.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:06.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@8382de5 11:55:06.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:06.614 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:06.615 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:06.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:06.615 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.615 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.615 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:06.615 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.617 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@75dd4c75] 11:55:06.617 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6e1dd293] 11:55:06.671 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:55:06.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:55:06.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:55:06.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.awt.geom.Area] classes {} 11:55:06.674 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape}] 11:55:06.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:55:06.676 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@67c40b29] 11:55:06.679 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:06 UTC 2024]; root of context hierarchy] 11:55:06.680 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config.with.dots, org.springframework.context.service.name=org.springframework.osgi.iandt.config.with.dots, Bundle-SymbolicName=org.springframework.osgi.iandt.config.with.dots, Bundle-Version=1.0.0} 11:55:06.681 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:06.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config.with.dots] decremented to 0 11:55:06.682 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config.with.dots 11:55:06.683 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest] does not trigger a context creation. 11:55:06.683 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:364 - Writing test name [testShapeServicePublished] to OSGi 11:55:06.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config.with.dots_1.0.0 [18] 11:55:06.695 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShapeServicePublished] for execution inside OSGi 11:55:06.696 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testShapeServicePublished] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53251a66 11:55:06.696 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:190 - Loading context for locations: 11:55:06.697 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): startup date [Wed Jan 17 11:55:06 UTC 2024]; root of context hierarchy 11:55:06.698 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:55:06.698 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@48d61b48: defining beans []; root of factory hierarchy 11:55:06.698 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:06.698 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:55:06.699 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:06.699 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:06.699 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@176b75f7] 11:55:06.699 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5965be2d] 11:55:06.700 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@409c54f] 11:55:06.700 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): startup date [Wed Jan 17 11:55:06 UTC 2024]; root of context hierarchy] 11:55:06.700 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, org.springframework.context.service.name=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-SymbolicName=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, Bundle-Version=0.0.0} 11:55:06.701 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:06.768 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:55:06.769 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:440 - Reading OSGi results for test [testShapeServicePublished] 11:55:06.770 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:447 - Test[testShapeServicePublished]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.381 sec - in org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest 11:55:06.773 [Thread-0] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:471 - Shutting down OSGi platform 11:55:06.774 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:06.774 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest (TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest) 11:55:06.774 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config.with.dots_1.0.0 [18]] 11:55:06.774 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): startup date [Wed Jan 17 11:55:06 UTC 2024]; root of context hierarchy 11:55:06.775 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest, config=): startup date [Wed Jan 17 11:55:06 UTC 2024]; root of context hierarchy] 11:55:06.775 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config.with.dots has unused registered services; added for shutdown 11:55:06.776 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config.with.dots_1.0.0 [18]] 11:55:06.777 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:55:06.777 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:06.777 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5aea3b79 11:55:06.778 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.778 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml) 11:55:06.778 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots) 11:55:06.778 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:06 UTC 2024]; root of context hierarchy 11:55:06.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:06 UTC 2024]; root of context hierarchy] 11:55:06.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:55:06.779 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Shape}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config.with.dots, Bundle-Version=1.0.0, service.id=32}] 11:55:06.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:06.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:06.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5aea3b79 11:55:06.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config.with.dots, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:06.781 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:06.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:06.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:06.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:55:06.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:06.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:06.783 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testShapeServicePublished-org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest_0.0.0 [19] for sending replayes events; last one was null 11:55:06.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config.with.dots_1.0.0 [18] for sending replayes events; last one was null 11:55:06.784 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:55:06.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:55:06.784 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:07,878 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:08,068 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:08,071 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:08,088 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:08,117 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:08,169 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:08,173 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:08,181 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used 11:55:08,186 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:08,186 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:08,188 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:08,188 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:08,188 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:08,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:08,190 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:08,190 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:08,190 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:08,190 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:08,191 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest 11:55:08.386 [main] TRACE o.e.g.b.i.c.NoPublishTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:55:08.389 [main] TRACE o.e.g.b.i.c.NoPublishTest:85 - Instantiating platform wrapper... 11:55:08.390 [main] DEBUG o.e.g.b.i.c.NoPublishTest:215 - About to start Equinox OSGi Platform 11:55:08.893 [main] INFO o.e.g.b.i.c.NoPublishTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:55:08.897 [main] TRACE o.e.g.b.i.c.NoPublishTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:55:08.898 [main] TRACE o.e.g.b.i.c.NoPublishTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:55:08.900 [main] DEBUG o.e.g.b.i.c.NoPublishTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:55:08.901 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:09.092 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:09.102 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:09.106 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:09.108 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:09.114 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:09.173 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:09.175 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:09.182 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:09.193 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:09.206 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:09.288 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:09.293 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:09.299 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:09.370 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:09.372 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:09.379 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:09.382 [main] DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:09.399 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:09.485 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:09.485 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:09.486 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:09.486 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:09.487 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:09.487 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:09.487 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:09.488 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:09.488 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:09.489 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:09.489 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:09.489 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:09.490 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:09.490 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:09.491 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:09,588 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:09,615 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:09,617 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:09,624 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:09,685 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:09,686 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:09,689 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:09,694 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27462a88 - No compression will be used 11:55:09,697 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:09,698 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:09,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:09,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:09,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:09,700 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:09,700 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:09,700 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:09,700 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:09,701 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2d710f1a - Registering current configuration as safe fallback point 11:55:09.709 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:55:09.715 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:09.895 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:09.896 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:09.900 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:55:09.902 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:55:09.906 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:09.908 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.908 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:55:09.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:09.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:09.909 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.909 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:55:09.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:09.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:09.910 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.910 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:55:09.910 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:09.910 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:09.910 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.910 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:55:09.911 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:09.911 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:09.911 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.911 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:55:09.911 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:09.912 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:09.912 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.912 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:55:09.912 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:09.912 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:09.913 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.913 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:55:09.913 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:09.913 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:09.914 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.914 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:55:09.914 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:09.914 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:09.915 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.915 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:55:09.915 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:09.915 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:09.916 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.916 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:55:09.917 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:09.917 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:09.918 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.918 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:55:09.918 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:09.918 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:09.919 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.919 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:55:09.919 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:09.919 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:09.923 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.923 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:55:09.923 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:09.924 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:09.924 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.924 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:55:09.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:09.968 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:09.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.973 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:55:09.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:09.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:09.975 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:09.975 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:55:09.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:09.983 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:09.983 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:09.988 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:55:09.988 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:55:09.991 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:09.992 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:09.993 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:55:09.993 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:55:09.993 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:55:10.003 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:10.010 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.010 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:10.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:10.011 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:10.011 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:10.012 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:10.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:10.012 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:10.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:10.013 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:10.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:10.014 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:10.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:10.014 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:10.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:10.015 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:10.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:10.016 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:10.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:10.018 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.018 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:10.018 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:10.019 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:10.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:10.020 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:10.021 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:10.021 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.021 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:10.021 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:10.022 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.022 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:10.022 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:10.068 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:10.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:10.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:10.071 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:10.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:10.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:10.076 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:55:10.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:10.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:10.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:10.079 [main] INFO o.e.g.b.i.c.NoPublishTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest-bundle.properties was not found; using defaults 11:55:10.079 [main] DEBUG o.e.g.b.i.c.NoPublishTest:511 - Post processing: creating test bundle 11:55:10.087 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 11:55:10.087 [main] INFO o.e.g.b.i.c.NoPublishTest:202 - Automatically creating Manifest for the test bundle 11:55:10.088 [main] INFO o.e.g.b.i.c.NoPublishTest:366 - Using the test class for generating bundle imports 11:55:10.093 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:55:10.093 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing NoPublishTest bytecode to determine imports... 11:55:10.095 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class NoPublishTest 11:55:10.103 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:10.103 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 11:55:10.103 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BehaviorBaseTest 11:55:10.104 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:10.104 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:55:10.104 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest 11:55:10.168 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:10.168 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:55:10.169 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:55:10.170 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:10.170 [main] TRACE o.e.g.b.i.c.NoPublishTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:55:10.170 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:55:10.171 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:55:10.171 [main] TRACE o.e.g.b.i.c.NoPublishTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:55:10.171 [main] TRACE o.e.g.b.i.c.NoPublishTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.awt, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 11:55:10.172 [main] TRACE o.e.g.b.i.c.NoPublishTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 11:55:10.172 [main] TRACE o.e.g.b.i.c.NoPublishTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:55:10.172 [main] TRACE o.e.g.b.i.c.NoPublishTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 11:55:10.172 [main] DEBUG o.e.g.b.i.c.NoPublishTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:55:10.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:55:10.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:55:10.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:55:10.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:55:10.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:55:10.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:55:10.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:55:10.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:55:10.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:10.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:10.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:10.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:55:10.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:55:10.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:55:10.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:10.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:55:10.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:55:10.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:55:10.176 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:55:10.176 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:55:10.176 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:55:10.182 [main] DEBUG o.e.g.b.i.c.NoPublishTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] successfully installed 11:55:10.182 [main] DEBUG o.e.g.b.i.c.NoPublishTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:55:10.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] 11:55:10.185 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:10.185 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest) 11:55:10.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] 11:55:10.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] 11:55:10.186 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] 11:55:10.186 [main] DEBUG o.e.g.b.i.c.NoPublishTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest)] successfully started 11:55:10.186 [main] DEBUG o.e.g.b.i.c.NoPublishTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:55:10.188 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:55:10.188 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:55:10.188 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:55:10.188 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:55:10.189 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:55:10.189 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:55:10.189 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:55:10.190 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:55:10.190 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:55:10.191 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:55:10.192 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:55:10.192 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:55:10.193 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:55:10.193 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:55:10.193 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:55:10.194 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:55:10.194 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:55:10.195 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:55:10.195 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest] does not trigger a context creation. 11:55:10.195 [main] TRACE o.e.g.b.i.c.NoPublishTest:364 - Writing test name [testBehaviour] to OSGi 11:55:10.203 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 11:55:10.204 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31920ade 11:55:10.204 [main] INFO o.e.g.b.i.c.NoPublishTest:190 - Loading context for locations: 11:55:10.209 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): startup date [Wed Jan 17 11:55:10 UTC 2024]; root of context hierarchy 11:55:10.213 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:55:10.282 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@181e731e: defining beans []; root of factory hierarchy 11:55:10.289 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:10.289 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:55:10.290 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:10.290 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:10.292 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1c93f6e1] 11:55:10.293 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1800a575] 11:55:10.294 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@141e5bef] 11:55:10.296 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): startup date [Wed Jan 17 11:55:10 UTC 2024]; root of context hierarchy] 11:55:10.297 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, Bundle-Version=0.0.0} 11:55:10.298 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:10.320 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:10.328 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 11:55:10.328 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.nopublish]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=false|timeout=300s 11:55:10.328 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.nopublish]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=false|timeout=300s for bundle nopublish (org.springframework.osgi.iandt.config-opt.nopublish) 11:55:10.328 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 11:55:10.368 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle nopublish is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:10.369 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.nopublish]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=false|timeout=300s 11:55:10.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 11:55:10.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 11:55:10.398 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:10.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 11:55:10.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ecabc85 11:55:10.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.nopublish]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:10.399 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:10.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 11:55:10.399 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:10.400 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:10 UTC 2024]; root of context hierarchy 11:55:10.407 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1543148593/META-INF/spring/context.xml] 11:55:10.428 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:10.428 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1543148593/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:10.429 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:10.430 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:10.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:10.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:10.602 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@792928c4: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 11:55:10.603 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:10.603 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:10.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:10.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:10.608 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:10.610 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@792928c4: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 11:55:10.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:10.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1eb682fb 11:55:10.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:10.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:10.611 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:10.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:10.611 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:10.611 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:10.612 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:10.612 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:10.612 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:10.613 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@77289ac3] 11:55:10.613 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@700fcc5c] 11:55:10.679 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:55:10.679 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:55:10.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:55:10.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.Point] classes {class java.awt.Point, interface java.io.Serializable, class java.awt.geom.Point2D, interface java.lang.Cloneable} 11:55:10.680 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Point, java.awt.geom.Point2D, java.io.Serializable, java.lang.Cloneable}] 11:55:10.681 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:55:10.682 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4922e2f4] 11:55:10.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:10 UTC 2024]; root of context hierarchy] 11:55:10.682 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:366 - Not publishing application context OSGi service for bundle nopublish (org.springframework.osgi.iandt.config-opt.nopublish) 11:55:10.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.nopublish_1.0.0 [19] 11:55:11.400 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.nopublish] incremented to 1 11:55:11.401 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:11.401 [main] DEBUG o.e.g.b.i.c.NoPublishTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.nopublish 11:55:13.402 [main] WARN o.e.g.b.i.c.NoPublishTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.nopublish timed out 11:55:13.403 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:55:13.403 [main] TRACE o.e.g.b.i.c.NoPublishTest:440 - Reading OSGi results for test [testBehaviour] 11:55:13.404 [main] DEBUG o.e.g.b.i.c.NoPublishTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.022 sec - in org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest 11:55:13.408 [Thread-0] INFO o.e.g.b.i.c.NoPublishTest:471 - Shutting down OSGi platform 11:55:13.408 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest) 11:55:13.409 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:13.409 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): startup date [Wed Jan 17 11:55:10 UTC 2024]; root of context hierarchy 11:55:13.409 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config-opt.nopublish_1.0.0 [19]] 11:55:13.409 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest, config=): startup date [Wed Jan 17 11:55:10 UTC 2024]; root of context hierarchy] 11:55:13.410 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.nopublish has unused registered services; added for shutdown 11:55:13.410 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.nopublish_1.0.0 [19]] 11:55:13.410 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:55:13.411 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:13.412 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:13.412 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ecabc85 11:55:13.412 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:13.412 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml) 11:55:13.412 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:10 UTC 2024]; root of context hierarchy 11:55:13.412 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:10 UTC 2024]; root of context hierarchy] 11:55:13.413 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:55:13.413 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Point, java.awt.geom.Point2D, java.io.Serializable, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=point, org.springframework.osgi.bean.name=point, osgi.service.blueprint.compname=point, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.nopublish, Bundle-Version=1.0.0, service.id=33}] 11:55:13.414 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:13.414 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:13.415 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ecabc85 11:55:13.415 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.nopublish, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:13.415 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:13.415 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:13.415 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:13.415 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:55:13.415 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:13.415 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:13.416 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.nopublish_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@38feccb8 11:55:13.417 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest_0.0.0 [18] for sending replayes events; last one was null 11:55:13.417 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:55:13.417 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:55:13.417 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:14,388 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:14,577 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:14,579 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:14,592 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:14,620 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:14,670 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:14,673 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:14,679 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:55:14,683 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:14,683 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:14,684 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:14,685 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:14,686 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:14,686 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:14,686 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:14,686 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:14,686 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:14,687 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest 11:55:14.813 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:55:14.817 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:85 - Instantiating platform wrapper... 11:55:14.817 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:215 - About to start Equinox OSGi Platform 11:55:15.377 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:55:15.380 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:55:15.381 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:55:15.382 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:55:15.382 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:15.501 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:15.510 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:15.570 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:15.572 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:15.578 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:15.583 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:15.585 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:15.594 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:15.601 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:15.674 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:15.688 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:15.691 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:15.697 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:15.705 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:15.706 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:15.772 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:15.775 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:15.787 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:15.805 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:15.805 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:15.805 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:15.806 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:15.806 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:15.806 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:15.806 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:15.868 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:15.868 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:15.868 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:15.869 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:15.869 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:15.869 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:15.869 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:15.870 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:15,902 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:15,977 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:15,978 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:15,985 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:16,001 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:16,002 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:16,005 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:16,072 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used 11:55:16,077 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:16,077 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:16,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:16,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:16,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:16,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:16,080 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:16,080 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:16,080 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:16,080 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:16,081 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point 11:55:16.091 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:55:16.099 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:16.270 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:16.271 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:16.274 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:55:16.277 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:55:16.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:16.283 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.283 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:55:16.283 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:16.283 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:16.284 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.284 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:55:16.285 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:16.285 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:16.285 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.285 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:55:16.285 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:16.285 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:16.285 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.286 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:55:16.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:16.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:16.286 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.287 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:55:16.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:16.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:16.287 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.287 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:55:16.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:16.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:16.288 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.288 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:55:16.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:16.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:16.289 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.289 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:55:16.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:16.289 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:16.290 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.290 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:55:16.290 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:16.290 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:16.291 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.292 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:55:16.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:16.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:16.293 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.293 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:55:16.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:16.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:16.294 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.294 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:55:16.294 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:16.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:16.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.299 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:55:16.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:16.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:16.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.300 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:55:16.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:16.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:16.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.303 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:55:16.304 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:16.304 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:16.304 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.304 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:55:16.304 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:16.310 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:16.311 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:16.369 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:55:16.370 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:55:16.372 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:16.374 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:16.374 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:55:16.374 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:55:16.375 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:55:16.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:16.386 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.386 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:16.386 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:16.387 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.387 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:16.387 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:16.387 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:16.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:16.388 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:16.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:16.389 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:16.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:16.389 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:16.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:16.390 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:16.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:16.391 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:16.391 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:16.392 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.392 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:16.392 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:16.393 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:16.394 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:16.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:16.395 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:16.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:16.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:16.396 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:16.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:16.397 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:16.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:16.398 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:16.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:16.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:16.399 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:16.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:16.402 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.403 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:55:16.403 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:16.403 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:16.403 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.403 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:16.405 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest-bundle.properties was not found; using defaults 11:55:16.405 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:511 - Post processing: creating test bundle 11:55:16.413 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 11:55:16.413 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:202 - Automatically creating Manifest for the test bundle 11:55:16.416 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:366 - Using the test class for generating bundle imports 11:55:16.418 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:55:16.418 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing SyncNoWaitWithReverseQueueTest bytecode to determine imports... 11:55:16.468 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class SyncNoWaitWithReverseQueueTest 11:55:16.477 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:16.477 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 11:55:16.477 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BehaviorBaseTest 11:55:16.478 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:16.478 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:55:16.478 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest 11:55:16.480 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:16.480 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:55:16.480 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:55:16.481 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:16.481 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:55:16.481 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:55:16.482 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:55:16.482 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:55:16.482 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.awt, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 11:55:16.482 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 11:55:16.483 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:55:16.483 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 11:55:16.483 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:55:16.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:55:16.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:55:16.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:55:16.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:55:16.483 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:55:16.484 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:16.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:55:16.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:55:16.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:55:16.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:55:16.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:55:16.485 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:55:16.490 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] successfully installed 11:55:16.490 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:55:16.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] 11:55:16.493 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:16.493 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest) 11:55:16.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] 11:55:16.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] 11:55:16.494 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:16.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] 11:55:16.494 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest)] successfully started 11:55:16.494 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:55:16.496 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:55:16.496 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:55:16.497 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:55:16.497 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:55:16.497 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:55:16.497 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:55:16.498 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:55:16.498 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:55:16.499 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:55:16.500 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:55:16.500 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:55:16.501 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:55:16.501 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:55:16.502 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:55:16.502 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:55:16.502 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:55:16.502 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:55:16.503 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:55:16.503 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest] does not trigger a context creation. 11:55:16.503 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:364 - Writing test name [testBehaviour] to OSGi 11:55:16.512 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 11:55:16.568 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@934b6cb 11:55:16.568 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:190 - Loading context for locations: 11:55:16.575 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): startup date [Wed Jan 17 11:55:16 UTC 2024]; root of context hierarchy 11:55:16.580 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:55:16.597 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@291f18: defining beans []; root of factory hierarchy 11:55:16.603 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:16.604 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:55:16.605 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:16.605 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:16.607 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@130e116b] 11:55:16.608 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@e383572] 11:55:16.609 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61fe30] 11:55:16.611 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): startup date [Wed Jan 17 11:55:16 UTC 2024]; root of context hierarchy] 11:55:16.613 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, Bundle-Version=0.0.0} 11:55:16.614 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:16.677 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:16.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:16.689 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:55:16.690 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:55:16.690 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:16.691 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:16.691 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:55:16.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:16.718 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:16.718 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:16.718 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5443d039 11:55:16.719 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:16.719 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:16.719 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:16 UTC 2024]; root of context hierarchy 11:55:16.719 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:16.775 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk932285561/META-INF/spring/context.xml] 11:55:16.804 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:16.804 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:16.805 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:16.805 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:16.890 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:16.890 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:16.984 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@25bfcafd: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 11:55:16.985 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:16.985 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:16.985 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:16.986 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:16.991 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:16.994 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@25bfcafd: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 11:55:16.994 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:16.995 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@23aa363a 11:55:16.995 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:16.995 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:16.995 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:16.995 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:16.996 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:16.996 [main] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:16.996 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:16.996 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:16.996 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:16.997 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@77b14724] 11:55:16.997 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5d9b7a8a] 11:55:17.011 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:55:17.012 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:55:17.013 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:55:17.013 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 11:55:17.013 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 11:55:17.014 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:55:17.015 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2c532cd8] 11:55:17.015 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:16 UTC 2024]; root of context hierarchy] 11:55:17.015 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 11:55:17.016 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:17.018 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20] 11:55:17.019 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:17.020 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:17.020 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:17.520 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:17.521 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s 11:55:17.521 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s for bundle sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait) 11:55:17.521 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:17.521 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:17.522 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s 11:55:17.522 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:17.522 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5443d039 11:55:17.522 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:17 UTC 2024]; root of context hierarchy 11:55:17.522 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:17.523 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk932285561/META-INF/spring/context.xml] 11:55:17.525 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:17.526 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:17.526 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:17.526 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:17.543 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:17.543 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:17.555 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@6f152006: defining beans [shape,user]; root of factory hierarchy 11:55:17.555 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:17.555 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:17.555 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:17.556 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:17.556 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2f48b3d2] 11:55:17.557 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@34f7234e] 11:55:17.559 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:55:17.559 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:55:17.560 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:55:17.570 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:55:17.578 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:17.579 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:17.579 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:17.579 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:17.580 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:17.583 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:55:17.583 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}} 11:55:17.584 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:55:17.584 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:55:17.585 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.wait.UserBeanInfo] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:17.585 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.wait.UserCustomizer] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:17.590 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle sync-nowait on registration ServiceReference [org.springframework.osgi.iandt.config-opt.sync-tail] {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area,org.springframework.osgi.bean.name=area,osgi.service.blueprint.compname=area,Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail,Bundle-Version=1.0.0,service.id=33} 11:55:17.595 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@54d18072] 11:55:17.596 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:17 UTC 2024]; root of context hierarchy] 11:55:17.596 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-nowait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-nowait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-nowait, Bundle-Version=1.0.0} 11:55:17.597 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:17.597 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19] 11:55:17.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:17.598 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:17.598 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:17.599 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-nowait] incremented to 1 11:55:17.600 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-nowait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-nowait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-nowait, Bundle-Version=1.0.0, service.id=35}} 11:55:17.600 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-nowait] decremented to 0 11:55:17.600 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 11:55:17.601 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 11:55:17.601 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:55:17.601 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:440 - Reading OSGi results for test [testBehaviour] 11:55:17.602 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.792 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest 11:55:17.605 [Thread-0] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:471 - Shutting down OSGi platform 11:55:17.605 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:17.606 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest) 11:55:17.606 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19], org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20]] 11:55:17.606 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): startup date [Wed Jan 17 11:55:16 UTC 2024]; root of context hierarchy 11:55:17.606 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest, config=): startup date [Wed Jan 17 11:55:16 UTC 2024]; root of context hierarchy] 11:55:17.607 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-nowait has unused registered services; added for shutdown 11:55:17.607 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:55:17.669 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:105 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has registered services in use; postponing shutdown. The using bundles are [org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19]] 11:55:17.670 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19]] 11:55:17.671 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:17.671 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml) 11:55:17.672 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5443d039 11:55:17.672 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait) 11:55:17.672 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:17 UTC 2024]; root of context hierarchy 11:55:17.672 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:17 UTC 2024]; root of context hierarchy] 11:55:17.673 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:55:17.673 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:55:17.673 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle sync-nowait on registration ServiceReference [org.springframework.osgi.iandt.config-opt.sync-tail] {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area,org.springframework.osgi.bean.name=area,osgi.service.blueprint.compname=area,Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail,Bundle-Version=1.0.0,service.id=33} 11:55:17.674 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:17.674 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5443d039 11:55:17.675 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:17.675 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 11:55:17.675 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20]] 11:55:17.675 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:17.675 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:17.675 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5443d039 11:55:17.675 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:17.675 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:17.676 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:55:17.676 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:16 UTC 2024]; root of context hierarchy 11:55:17.676 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:16 UTC 2024]; root of context hierarchy] 11:55:17.676 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:55:17.676 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] 11:55:17.677 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:17.677 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:17.677 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@5443d039 11:55:17.677 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:17.677 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:17.677 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:17.677 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:17.677 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:55:17.677 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:17.677 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:17.678 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@38feccb8 11:55:17.679 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19] for sending replayes events; last one was null 11:55:17.679 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:55:17.679 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest_0.0.0 [18] for sending replayes events; last one was null 11:55:17.679 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:55:17.679 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:18,578 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:18,702 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:18,704 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:18,717 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:18,791 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:18,793 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:18,796 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:18,802 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used 11:55:18,806 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:18,806 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:18,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:18,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:18,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:18,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:18,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:18,809 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:18,809 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:18,809 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:18,810 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:18,810 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest 11:55:18.988 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:55:18.992 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:85 - Instantiating platform wrapper... 11:55:18.992 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:215 - About to start Equinox OSGi Platform 11:55:19.429 [main] INFO o.e.g.b.i.c.AsyncWaitTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:55:19.432 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:55:19.433 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:55:19.434 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:55:19.435 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:19.602 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:19.611 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:19.671 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:19.673 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:19.681 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:19.687 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:19.691 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:19.698 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:19.706 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:19.781 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:19.794 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:19.798 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:19.803 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:19.871 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:19.874 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:19.881 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:19.884 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:19.897 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:19.980 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:19.980 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:19.981 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:19.981 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:19.982 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:19.982 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:19.982 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:19.982 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:19.983 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:19.983 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:19.983 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:19.983 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:19.984 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:19.984 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:19.984 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:20,015 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:20,091 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:20,093 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:20,100 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:20,171 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:20,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:20,178 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:20,184 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27462a88 - No compression will be used 11:55:20,190 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:20,190 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:20,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:20,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:20,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:20,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:20,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:20,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:20,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:20,192 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:20,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:20,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:20,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:20,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:20,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:20,193 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:20,193 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:20,194 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:20,194 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:20,195 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2d710f1a - Registering current configuration as safe fallback point 11:55:20.206 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:55:20.213 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:20.381 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:20.382 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:20.386 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:55:20.389 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:55:20.393 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:20.395 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.396 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:55:20.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:20.396 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:20.397 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.397 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:55:20.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:20.397 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:20.398 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.398 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:55:20.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:20.398 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:20.399 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.399 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:55:20.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:20.399 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:20.400 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.400 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:55:20.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:20.400 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:20.401 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.401 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:55:20.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:20.401 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:20.402 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.402 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:55:20.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:20.402 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:20.403 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.404 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:55:20.404 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:20.404 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:20.405 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.405 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:55:20.405 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:20.405 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:20.406 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.407 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:55:20.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:20.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:20.412 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.412 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:55:20.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:20.412 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:20.413 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.413 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:55:20.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:20.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:20.413 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.414 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:55:20.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:20.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:20.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.415 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:55:20.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:20.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:20.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.418 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:55:20.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:20.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:20.469 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.469 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:55:20.469 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:20.476 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:20.477 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:20.482 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:55:20.482 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:55:20.485 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:20.487 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:20.487 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:55:20.487 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:55:20.488 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:55:20.491 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:20.499 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:20.500 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:20.501 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:20.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:20.501 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.501 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:20.502 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:20.502 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.502 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:20.502 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:20.503 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.503 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:20.503 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:20.503 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.503 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:20.503 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:20.504 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.504 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:20.504 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:20.505 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:20.505 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:20.506 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:20.506 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:20.507 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:20.507 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:20.508 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:20.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:20.509 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:20.509 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:20.510 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:20.510 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:20.511 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:20.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:20.511 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.511 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:20.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:20.512 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.513 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:20.513 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:20.569 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:20.570 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.570 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:55:20.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:20.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:20.571 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:20.573 [main] INFO o.e.g.b.i.c.AsyncWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest-bundle.properties was not found; using defaults 11:55:20.573 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:511 - Post processing: creating test bundle 11:55:20.587 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 11:55:20.588 [main] INFO o.e.g.b.i.c.AsyncWaitTest:202 - Automatically creating Manifest for the test bundle 11:55:20.589 [main] INFO o.e.g.b.i.c.AsyncWaitTest:366 - Using the test class for generating bundle imports 11:55:20.590 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:55:20.591 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing AsyncWaitTest bytecode to determine imports... 11:55:20.594 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class AsyncWaitTest 11:55:20.602 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:20.602 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 11:55:20.602 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BehaviorBaseTest 11:55:20.603 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:20.603 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:55:20.603 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest 11:55:20.605 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:20.605 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:55:20.605 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:55:20.606 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:20.606 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:55:20.606 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:55:20.607 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:55:20.607 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:55:20.607 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, org.osgi.framework, java.lang, org.eclipse.gemini.blueprint.util, java.awt, java.awt.geom, java.util, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 11:55:20.607 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.awt.geom, java.util, java.net, java.io, java.util.jar, java.security, java.lang.reflect] 11:55:20.607 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:55:20.607 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 11:55:20.608 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:55:20.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:55:20.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:55:20.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:55:20.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:55:20.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:55:20.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:55:20.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:55:20.608 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:55:20.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:20.609 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:20.667 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:20.668 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:55:20.668 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:55:20.668 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:55:20.668 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:20.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:55:20.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:55:20.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:55:20.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:55:20.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:55:20.669 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:55:20.676 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] successfully installed 11:55:20.676 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:55:20.679 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] 11:55:20.680 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.680 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest) 11:55:20.680 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] 11:55:20.680 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] 11:55:20.681 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.681 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] 11:55:20.681 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest)] successfully started 11:55:20.681 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:55:20.683 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:55:20.684 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:55:20.684 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:55:20.684 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:55:20.685 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:55:20.685 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:55:20.685 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:55:20.686 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:55:20.687 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:55:20.688 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:55:20.689 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:55:20.690 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:55:20.690 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:55:20.691 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:55:20.691 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:55:20.692 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:55:20.692 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:55:20.692 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:55:20.693 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest] does not trigger a context creation. 11:55:20.693 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 11:55:20.702 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 11:55:20.703 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31920ade 11:55:20.703 [main] INFO o.e.g.b.i.c.AsyncWaitTest:190 - Loading context for locations: 11:55:20.709 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy 11:55:20.713 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:55:20.787 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@181e731e: defining beans []; root of factory hierarchy 11:55:20.795 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:20.795 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:55:20.796 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:20.797 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:20.799 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1c93f6e1] 11:55:20.800 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1800a575] 11:55:20.801 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@141e5bef] 11:55:20.803 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy] 11:55:20.805 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, Bundle-Version=0.0.0} 11:55:20.806 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:20.875 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:20.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 11:55:20.884 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.wait]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.885 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.wait]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle async-wait (org.springframework.osgi.iandt.config-opt.async.wait) 11:55:20.885 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 11:55:20.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle async-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:20.887 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.wait]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:20.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 11:55:20.915 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 11:55:20.916 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:20.916 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 11:55:20.916 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@374de144 11:55:20.917 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.async.wait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:20.917 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:20.917 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 11:55:20.917 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:20.917 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy 11:55:20.918 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.async.wait] incremented to 1 11:55:20.918 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:20.918 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:20.918 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.async.wait 11:55:20.969 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1543148593/META-INF/spring/context.xml] 11:55:20.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:20.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1543148593/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:20.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:20.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:21.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:21.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:21.183 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3c8bf566: defining beans [button]; root of factory hierarchy 11:55:21.183 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:21.183 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:21.183 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:21.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:21.184 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:21.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3c8bf566: defining beans [button]; root of factory hierarchy] 11:55:21.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:21.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@39a63376 11:55:21.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&button] 11:55:21.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:21.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:55:21.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:55:21.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &button implies dependecy DependencyService[Name=&button][Filter=(objectClass=java.awt.Shape)][Mandatory=true] 11:55:21.207 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&button] matching OSGi filter [(objectClass=java.awt.Shape)] 11:55:21.207 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 1 unsatisfied (for beans [&button]) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.208 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&button]] 11:55:21.208 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&button] 11:55:21.208 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&button] 11:55:21.208 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.208 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (objectClass=java.awt.Shape) 11:55:21.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.springframework.osgi.iandt.config-opt.async.wait_1.0.0 [19] 11:55:21.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:21.212 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 11:55:21.919 [main] WARN o.e.g.b.i.c.AsyncWaitTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.async.wait timed out 11:55:21.920 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest] {java.awt.Shape}={service.id=33}] for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.921 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=java.awt.Shape)] (from bean [&button]) matched: ServiceReference [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest] {java.awt.Shape}={service.id=33} 11:55:21.921 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=java.awt.Shape)] (from bean [&button]), remaining [{}] 11:55:21.921 [main] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy] 11:55:21.922 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.922 [main] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.922 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.922 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:21.923 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.async.wait] incremented to 1 11:55:21.923 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.923 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:21.923 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.async.wait 11:55:21.923 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:55:21.927 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:55:21.934 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 11:55:21.934 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 11:55:21.934 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 11:55:21.935 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 11:55:21.935 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [async-wait(org.springframework.osgi.iandt.config-opt.async.wait)] scanning available bundles 11:55:21.938 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1ea59c5c] 11:55:21.938 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6f138952] 11:55:21.938 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:55:21.939 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.awt.Shape}={service.id=33}} 11:55:21.939 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 11:55:21.939 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape}={service.id=33}] bound to proxy 11:55:21.939 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4b2f317e] 11:55:21.940 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy] 11:55:21.940 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.async.wait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.async.wait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.async.wait, Bundle-Version=1.0.0} 11:55:21.940 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:21.941 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.async.wait] decremented to 0 11:55:21.941 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.async.wait 11:55:21.941 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.async.wait_1.0.0 [19] 11:55:21.941 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape}={service.id=33}] was unregistered and unbound from the service proxy 11:55:21.941 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape}={service.id=33}] was unregistered and unbound from the service proxy 11:55:21.942 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:55:21.942 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 11:55:21.943 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.958 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest 11:55:21.946 [Thread-0] INFO o.e.g.b.i.c.AsyncWaitTest:471 - Shutting down OSGi platform 11:55:21.946 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest) 11:55:21.946 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:21.946 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy 11:55:21.946 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config-opt.async.wait_1.0.0 [19]] 11:55:21.946 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest, config=): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy] 11:55:21.947 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.async.wait has unused registered services; added for shutdown 11:55:21.947 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.async.wait_1.0.0 [19]] 11:55:21.948 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:55:21.948 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:21.948 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.949 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@374de144 11:55:21.949 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.949 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.949 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:21.949 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle async-wait (org.springframework.osgi.iandt.config-opt.async.wait) 11:55:21.949 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy 11:55:21.949 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:20 UTC 2024]; root of context hierarchy] 11:55:21.950 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:21.950 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:21.950 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@374de144 11:55:21.950 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:21.950 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:21.950 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:21.951 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:21.951 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:55:21.951 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:21.951 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:21.956 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.async.wait_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@579d2100 11:55:21.956 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest_0.0.0 [18] for sending replayes events; last one was null 11:55:21.956 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:55:21.956 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:55:21.957 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:22,881 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:23,020 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:23,023 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:23,083 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:23,112 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:23,168 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:23,172 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:23,179 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used 11:55:23,185 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:23,185 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:23,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:23,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:23,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:23,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:23,187 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:23,187 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:23,188 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:23,188 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:23,189 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest 11:55:23.377 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:55:23.381 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:85 - Instantiating platform wrapper... 11:55:23.381 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:215 - About to start Equinox OSGi Platform 11:55:23.816 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:55:23.819 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:55:23.819 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:55:23.820 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:55:23.821 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:23.991 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:24.001 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:24.005 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:24.068 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:24.076 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:24.084 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:24.086 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:24.093 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:24.100 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:24.175 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:24.188 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:24.192 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:24.198 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:24.205 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:24.207 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:24.270 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:24.273 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:24.288 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:24.309 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:24.368 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:24.368 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:24.369 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:24.369 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:24.369 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:24.370 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:24.370 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:24.370 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:24.371 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:24.371 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:24.371 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:24.371 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:24.372 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:24.372 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:24,402 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:24,487 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:24,488 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:24,496 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:24,513 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:24,514 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:24,517 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:24,570 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27462a88 - No compression will be used 11:55:24,574 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:24,574 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:24,576 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:24,577 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:24,577 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:24,577 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:24,577 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:24,577 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:24,577 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:24,578 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:24,578 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:24,578 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2d710f1a - Registering current configuration as safe fallback point 11:55:24.589 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:55:24.597 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:24.769 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:24.770 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:24.773 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:55:24.776 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:55:24.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:24.782 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.782 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:55:24.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:24.782 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:24.783 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.783 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:55:24.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:24.784 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:24.784 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.784 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:55:24.784 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:24.784 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:24.784 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.785 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:55:24.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:24.785 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:24.785 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.786 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:55:24.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:24.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:24.786 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.786 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:55:24.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:24.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:24.787 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.787 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:55:24.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:24.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:24.788 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.788 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:55:24.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:24.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:24.789 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.790 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:55:24.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:24.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:24.791 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.791 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:55:24.791 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:24.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:24.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.797 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:55:24.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:24.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:24.798 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.798 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:55:24.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:24.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:24.799 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.799 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:55:24.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:24.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:24.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.800 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:55:24.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:24.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:24.801 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.804 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:55:24.804 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:24.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:24.805 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.805 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:55:24.805 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:24.870 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:24.871 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:24.875 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:55:24.875 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:55:24.878 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:24.879 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:24.880 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:55:24.880 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:55:24.881 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:55:24.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:24.891 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:24.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:24.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:24.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:24.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:24.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:24.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:24.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:24.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:24.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:24.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:24.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:24.895 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:24.895 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:24.896 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:24.896 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:24.897 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:24.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:24.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:24.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:24.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:24.900 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:24.900 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:24.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:24.901 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:24.901 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:24.902 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:24.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:24.903 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:24.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:24.904 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.904 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:24.904 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:24.907 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:24.907 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.907 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:55:24.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:24.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:24.908 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:24.909 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest-bundle.properties was not found; using defaults 11:55:24.910 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:511 - Post processing: creating test bundle 11:55:24.920 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 11:55:24.921 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 11:55:24.921 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:366 - Using the test class for generating bundle imports 11:55:24.922 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:55:24.968 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing SyncNoWaitTest bytecode to determine imports... 11:55:24.971 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class SyncNoWaitTest 11:55:24.981 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:24.982 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 11:55:24.982 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BehaviorBaseTest 11:55:24.982 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:24.983 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:55:24.983 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest 11:55:24.985 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:24.985 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:55:24.986 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:55:24.986 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:24.987 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:55:24.987 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:55:24.987 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:55:24.987 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:55:24.987 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.awt, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 11:55:24.988 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 11:55:24.988 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:55:24.988 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 11:55:24.988 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:55:24.988 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:55:24.988 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:24.989 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:55:24.990 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:55:24.995 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] successfully installed 11:55:24.995 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:55:24.998 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] 11:55:24.998 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:24.998 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest) 11:55:24.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] 11:55:24.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] 11:55:24.999 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:24.999 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] 11:55:24.999 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest)] successfully started 11:55:25.000 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:55:25.001 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:55:25.001 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:55:25.002 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:55:25.002 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:55:25.002 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:55:25.002 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:55:25.003 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:55:25.003 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:55:25.004 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:55:25.005 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:55:25.006 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:55:25.006 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:55:25.006 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:55:25.007 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:55:25.007 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:55:25.008 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:55:25.008 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:55:25.008 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:55:25.008 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest] does not trigger a context creation. 11:55:25.009 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 11:55:25.076 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 11:55:25.077 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31920ade 11:55:25.077 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:190 - Loading context for locations: 11:55:25.083 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy 11:55:25.091 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:55:25.106 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@181e731e: defining beans []; root of factory hierarchy 11:55:25.112 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:25.112 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:55:25.113 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:25.113 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:25.116 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1c93f6e1] 11:55:25.116 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1800a575] 11:55:25.117 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@141e5bef] 11:55:25.119 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy] 11:55:25.121 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, Bundle-Version=0.0.0} 11:55:25.122 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:25.180 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:25.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:25.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s 11:55:25.195 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s for bundle sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait) 11:55:25.195 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:25.196 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:25.196 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=true|timeout=2s 11:55:25.197 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:25.197 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7f132176 11:55:25.197 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy 11:55:25.197 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:25.274 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk1543148593/META-INF/spring/context.xml] 11:55:25.301 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:25.301 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1543148593/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:25.303 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:25.303 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:25.409 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:25.410 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:25.504 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@6bbe2511: defining beans [shape,user]; root of factory hierarchy 11:55:25.504 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:25.505 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:25.505 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:25.505 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:25.568 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2d96543c] 11:55:25.569 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@73a2e526] 11:55:25.581 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:55:25.582 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:55:25.583 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:55:25.588 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:55:25.596 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:25.596 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:25.597 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:25.597 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:25.597 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:25.601 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:55:25.601 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 11:55:25.602 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.wait.UserBeanInfo] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:25.603 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.wait.UserCustomizer] required by [sync-nowait(org.springframework.osgi.iandt.config-opt.sync-nowait)] scanning available bundles 11:55:25.608 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy 11:55:25.608 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@681a8b4e] 11:55:25.909 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy 11:55:25.909 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitTimedOutEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@681a8b4e] 11:55:25.911 [main] WARN o.e.g.b.c.s.OsgiBundleXmlApplicationContext:557 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundleentry://19.fwk1543148593/META-INF/spring/context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable 11:55:25.911 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:25.915 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:172 - Refresh error org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundleentry://19.fwk1543148593/META-INF/spring/context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1650) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1357) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$301(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$1.run(AbstractDelegatedExecutionApplicationContext.java:165) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.normalRefresh(AbstractDelegatedExecutionApplicationContext.java:161) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$NoDependenciesWaitRefreshExecutor.refresh(AbstractDelegatedExecutionApplicationContext.java:75) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:154) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:213) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeCreateApplicationContextFor(LifecycleManager.java:272) at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener.handleEvent(ContextLoaderListener.java:86) at org.eclipse.gemini.blueprint.extender.internal.activator.listeners.BaseListener.bundleChanged(BaseListener.java:87) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1568) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1504) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1499) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292) at org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest.testBehaviour(SyncNoWaitTest.java:46) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at junit.framework.TestCase.runTest(TestCase.java:176) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.osgiRunTest(AbstractOsgiTests.java:530) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:223) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:207) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter.osgiRunTest(OsgiJUnitTestAdapter.java:75) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService$1.protect(OsgiJUnitService.java:100) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:97) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.executeTest(OsgiJUnitService.java:68) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:42) at org.eclipse.gemini.blueprint.test.JUnitTestActivator.executeTest(JUnitTestActivator.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.invokeOSGiTestExecution(AbstractOsgiTests.java:379) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.runBare(AbstractOsgiTests.java:188) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests$1.protect(AbstractOsgiTests.java:169) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.run(AbstractOsgiTests.java:166) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:123) at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1646) ... 79 common frames omitted 11:55:25.918 [main] ERROR o.e.g.b.e.i.s.ExtenderConfiguration:50 - Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)) org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundleentry://19.fwk1543148593/META-INF/spring/context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1650) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1357) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$301(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$1.run(AbstractDelegatedExecutionApplicationContext.java:165) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.normalRefresh(AbstractDelegatedExecutionApplicationContext.java:161) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$NoDependenciesWaitRefreshExecutor.refresh(AbstractDelegatedExecutionApplicationContext.java:75) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:154) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:213) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeCreateApplicationContextFor(LifecycleManager.java:272) at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener.handleEvent(ContextLoaderListener.java:86) at org.eclipse.gemini.blueprint.extender.internal.activator.listeners.BaseListener.bundleChanged(BaseListener.java:87) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1568) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1504) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1499) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292) at org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest.testBehaviour(SyncNoWaitTest.java:46) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at junit.framework.TestCase.runTest(TestCase.java:176) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.osgiRunTest(AbstractOsgiTests.java:530) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:223) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:207) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter.osgiRunTest(OsgiJUnitTestAdapter.java:75) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService$1.protect(OsgiJUnitService.java:100) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:97) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.executeTest(OsgiJUnitService.java:68) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:42) at org.eclipse.gemini.blueprint.test.JUnitTestActivator.executeTest(JUnitTestActivator.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.invokeOSGiTestExecution(AbstractOsgiTests.java:379) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.runBare(AbstractOsgiTests.java:188) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests$1.protect(AbstractOsgiTests.java:169) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.run(AbstractOsgiTests.java:166) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:123) at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1646) ... 79 common frames omitted 11:55:25.920 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19] 11:55:25.931 [main] WARN o.e.g.b.e.i.a.ContextLoaderListener$ContextBundleListener:90 - Got exception while handling event org.osgi.framework.BundleEvent[source=org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19]] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundleentry://19.fwk1543148593/META-INF/spring/context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1650) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1357) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$301(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$1.run(AbstractDelegatedExecutionApplicationContext.java:165) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.normalRefresh(AbstractDelegatedExecutionApplicationContext.java:161) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$NoDependenciesWaitRefreshExecutor.refresh(AbstractDelegatedExecutionApplicationContext.java:75) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:154) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:213) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.maybeCreateApplicationContextFor(LifecycleManager.java:272) at org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener.handleEvent(ContextLoaderListener.java:86) at org.eclipse.gemini.blueprint.extender.internal.activator.listeners.BaseListener.bundleChanged(BaseListener.java:87) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1568) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1504) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1499) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292) at org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest.testBehaviour(SyncNoWaitTest.java:46) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at junit.framework.TestCase.runTest(TestCase.java:176) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.osgiRunTest(AbstractOsgiTests.java:530) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:223) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:207) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter.osgiRunTest(OsgiJUnitTestAdapter.java:75) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService$1.protect(OsgiJUnitService.java:100) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:97) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.executeTest(OsgiJUnitService.java:68) at org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitService.runTest(OsgiJUnitService.java:42) at org.eclipse.gemini.blueprint.test.JUnitTestActivator.executeTest(JUnitTestActivator.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.invokeOSGiTestExecution(AbstractOsgiTests.java:379) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.runBare(AbstractOsgiTests.java:188) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests$1.protect(AbstractOsgiTests.java:169) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.run(AbstractOsgiTests.java:166) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'target' threw exception; nested exception is org.eclipse.gemini.blueprint.service.ServiceUnavailableException: service matching filter=[(objectClass=java.awt.Shape)] unavailable at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:123) at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1646) ... 79 common frames omitted 11:55:25.931 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:25.931 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-nowait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:25.932 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 11:55:25.932 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:25.932 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:55:25.933 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:55:25.933 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:25.933 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:25.933 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:55:25.933 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:25.935 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:25.935 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:25.935 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7f132176 11:55:25.935 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:25.936 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:25.936 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy 11:55:25.936 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:25.937 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk1543148593/META-INF/spring/context.xml] 11:55:25.940 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:25.940 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk1543148593/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:25.941 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:25.941 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:25.977 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:25.978 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk1543148593/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:25.989 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@85e6769: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 11:55:25.990 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:25.990 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:25.990 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:25.990 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:25.991 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:25.994 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@85e6769: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 11:55:25.994 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:25.994 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@f478a81 11:55:25.994 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:25.995 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:25.995 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:25.995 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:25.995 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:25.995 [main] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:25.996 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:25.996 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:25.996 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:25.997 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7ce97ee5] 11:55:25.997 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@32c8e539] 11:55:26.001 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:55:26.002 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:55:26.002 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:55:26.003 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 11:55:26.003 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 11:55:26.004 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:55:26.004 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@33aeca0b] 11:55:26.005 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy] 11:55:26.005 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 11:55:26.005 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:26.069 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20] 11:55:26.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:26.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:26.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:26.071 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-nowait] incremented to 1 11:55:26.072 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:26.072 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 11:55:30.072 [main] WARN o.e.g.b.i.c.SyncNoWaitTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-nowait timed out 11:55:30.073 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:55:30.074 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 11:55:30.074 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.702 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest 11:55:30.078 [Thread-0] INFO o.e.g.b.i.c.SyncNoWaitTest:471 - Shutting down OSGi platform 11:55:30.078 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest) 11:55:30.078 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:30.078 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy 11:55:30.079 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19], org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20]] 11:55:30.079 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest, config=): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy] 11:55:30.080 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:87 - Bundle org.springframework.osgi.iandt.config-opt.sync-nowait has no registered services; added for shutdown 11:55:30.080 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 11:55:30.080 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20], org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19]] 11:55:30.080 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:55:30.081 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:30.082 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:30.082 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7f132176 11:55:30.082 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:30.082 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:30.082 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:55:30.083 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy 11:55:30.083 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:25 UTC 2024]; root of context hierarchy] 11:55:30.083 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:55:30.083 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] 11:55:30.084 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:30.084 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:30.084 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7f132176 11:55:30.084 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:30.084 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:30.085 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml) 11:55:30.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7f132176 11:55:30.085 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:30.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7f132176 11:55:30.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-nowait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:30.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:30.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:30.085 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:30.086 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:55:30.086 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:30.086 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:30.087 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2cab9c5b 11:55:30.087 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-nowait_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@226c67be 11:55:30.087 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest_0.0.0 [18] for sending replayes events; last one was null 11:55:30.087 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:55:30.087 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:55:30.088 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:31,097 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:31,285 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:31,288 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:31,300 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:31,391 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:31,393 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:31,397 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:31,403 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:55:31,468 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:31,468 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:31,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:31,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:31,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:31,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:31,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:31,471 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:31,472 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:31,472 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:31,472 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:31,473 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest 11:55:31.609 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:55:31.612 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:85 - Instantiating platform wrapper... 11:55:31.613 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:215 - About to start Equinox OSGi Platform 11:55:32.112 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:55:32.114 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:55:32.115 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:55:32.116 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:55:32.117 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:32.288 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:32.298 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:32.302 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:32.304 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:32.369 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:32.376 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:32.379 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:32.386 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:32.394 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:32.468 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:32.482 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:32.486 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:32.491 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:32.498 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:32.500 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:32.568 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:32.570 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:32.583 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:32.610 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:32.610 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:32.610 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:32.611 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:32.611 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:32.611 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:32.611 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:32.612 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:32.612 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:32.612 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:32.612 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:32.613 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:32.613 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:32.613 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:32.613 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:32,702 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:32,728 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:32,730 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:32,774 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:32,793 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:32,794 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:32,797 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:32,802 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used 11:55:32,807 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:32,807 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:32,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:32,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:32,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:32,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:32,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:32,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:32,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:32,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:32,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:32,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:32,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:32,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:32,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:32,809 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:32,809 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:32,810 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:32,810 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:32,811 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point 11:55:32.871 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:55:32.878 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:33.000 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:33.001 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:33.004 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:55:33.006 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:55:33.009 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:33.012 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.012 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:55:33.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:33.012 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:33.013 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.013 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:55:33.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:33.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:33.013 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.013 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:55:33.013 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:33.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:33.014 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.014 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:55:33.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:33.014 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:33.015 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.015 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:55:33.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:33.015 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:33.015 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.015 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:55:33.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:33.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:33.016 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.016 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:55:33.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:33.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:33.017 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.017 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:55:33.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:33.068 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:33.069 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.069 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:55:33.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:33.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:33.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.070 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:55:33.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:33.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:33.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.077 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:55:33.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:33.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:33.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.077 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:55:33.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:33.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:33.078 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.078 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:55:33.078 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:33.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:33.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.079 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:55:33.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:33.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:33.080 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.083 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:55:33.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:33.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:33.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.084 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:55:33.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:33.091 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:33.091 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:33.095 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:55:33.096 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:55:33.098 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:33.099 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:33.100 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:55:33.100 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:55:33.101 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:55:33.103 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:33.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:33.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:33.111 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:33.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:33.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:33.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:33.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:33.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:33.113 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:33.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:33.113 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:33.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:33.114 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:33.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:33.115 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:33.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:33.116 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:33.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:33.117 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:33.118 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:33.119 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:33.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:33.119 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.120 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:33.120 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:33.120 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.120 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:33.121 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:33.121 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.121 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:33.122 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:33.122 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.122 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:33.122 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:33.123 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.123 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:33.123 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:33.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:33.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.170 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:55:33.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:33.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:33.171 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:33.173 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest-bundle.properties was not found; using defaults 11:55:33.173 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:511 - Post processing: creating test bundle 11:55:33.184 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 11:55:33.184 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:202 - Automatically creating Manifest for the test bundle 11:55:33.185 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:366 - Using the test class for generating bundle imports 11:55:33.186 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:55:33.187 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing SyncWaitTest bytecode to determine imports... 11:55:33.189 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class SyncWaitTest 11:55:33.197 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:33.197 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt.configopt] is part of the test archive; parsing BehaviorBaseTest bytecode to determine imports... 11:55:33.197 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BehaviorBaseTest 11:55:33.198 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:33.198 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:55:33.198 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest 11:55:33.200 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:33.200 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:55:33.201 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:55:33.201 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:33.201 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:55:33.202 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:55:33.202 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:55:33.202 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:55:33.202 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.configopt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.util, java.awt, org.eclipse.gemini.blueprint.iandt, org.springframework.util, org.springframework.core.io, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin} 11:55:33.203 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.configopt, java.lang, java.awt, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 11:55:33.203 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:55:33.203 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.util, org.springframework.util, org.springframework.core.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin] 11:55:33.203 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin, Manifest-Version=1.0] 11:55:33.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-Name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.util,org.springframework.util,org.springframework.core.io,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional, Manifest-Version=1.0]] 11:55:33.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:55:33.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:55:33.203 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 11:55:33.204 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 11:55:33.205 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 11:55:33.205 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 11:55:33.205 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 11:55:33.205 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 11:55:33.205 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 11:55:33.205 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 11:55:33.205 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 11:55:33.210 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:557 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] successfully installed 11:55:33.268 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:55:33.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] 11:55:33.271 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:33.271 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest) 11:55:33.271 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] 11:55:33.271 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] 11:55:33.272 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] 11:55:33.272 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:562 - Test bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest)] successfully started 11:55:33.272 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:55:33.274 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:55:33.274 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:55:33.274 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:55:33.275 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:55:33.275 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:55:33.275 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:55:33.275 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:55:33.276 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:55:33.277 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:55:33.277 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:55:33.278 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:55:33.279 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:55:33.279 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:55:33.280 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:55:33.280 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:55:33.280 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:55:33.281 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:55:33.281 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:55:33.281 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest] does not trigger a context creation. 11:55:33.281 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 11:55:33.291 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 11:55:33.291 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@934b6cb 11:55:33.292 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:190 - Loading context for locations: 11:55:33.298 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy 11:55:33.302 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:55:33.318 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@291f18: defining beans []; root of factory hierarchy 11:55:33.368 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:33.369 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:55:33.369 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:33.370 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:33.372 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@130e116b] 11:55:33.373 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@e383572] 11:55:33.374 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61fe30] 11:55:33.376 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy] 11:55:33.378 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, org.springframework.context.service.name=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-SymbolicName=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, Bundle-Version=0.0.0} 11:55:33.379 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:33.404 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:33.411 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:33.412 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:55:33.412 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:55:33.412 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:33.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:33.413 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=5s 11:55:33.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:33.497 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=5000 ms, for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:33.497 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:33.497 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:33.497 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.498 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.498 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy 11:55:33.498 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:33.505 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk932285561/META-INF/spring/context.xml] 11:55:33.528 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:33.528 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:33.529 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:33.529 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:33.669 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:33.670 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:33.702 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3212a8d7: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 11:55:33.703 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:33.703 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:33.703 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:33.703 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:33.708 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:33.711 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3212a8d7: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 11:55:33.711 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:33.711 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2a640157 11:55:33.711 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:33.712 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:33.712 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.712 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:33.712 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:33.712 [main] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.712 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.713 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:33.713 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.714 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2dca0d64] 11:55:33.714 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@f80945f] 11:55:33.780 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:55:33.781 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 11:55:33.782 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 11:55:33.783 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class java.awt.geom.Area] classes {class java.awt.geom.Area, interface java.awt.Shape, interface java.lang.Cloneable} 11:55:33.783 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 11:55:33.784 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:55:33.785 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6ebf0f36] 11:55:33.785 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy] 11:55:33.785 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0} 11:55:33.786 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:33.789 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [19] 11:55:33.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:33.791 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-tail]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.791 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 11:55:33.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:33.796 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 11:55:33.796 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 11:55:33.796 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:33.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:33.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=true|async=false|wait-for-deps=true|publishCtx=true|timeout=2s 11:55:33.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Synchronous context creation for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:33.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:250 - Setting bundle-defined, wait-for-dependencies/graceperiod timeout value=2000 ms, for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:33.797 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:55:33.797 [main] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:33.797 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.798 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.798 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy 11:55:33.798 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:33.799 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk932285561/META-INF/spring/context.xml] 11:55:33.801 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:33.801 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk932285561/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:33.801 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:33.802 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:33.871 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:33.871 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk932285561/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:33.878 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@70ab2d48: defining beans [shape]; root of factory hierarchy 11:55:33.878 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:33.878 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:33.878 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:33.879 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:33.879 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:33.879 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@70ab2d48: defining beans [shape]; root of factory hierarchy] 11:55:33.879 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:33.880 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2a640157 11:55:33.880 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 11:55:33.880 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:33.883 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[] in=[(objectClass=java.awt.Shape)] 11:55:33.883 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)] in=[(objectClass=java.awt.Shape)] 11:55:33.883 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &shape implies dependecy DependencyService[Name=&shape][Filter=(objectClass=java.awt.Shape)][Mandatory=true] 11:55:33.884 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 11:55:33.884 [main] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 1 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.884 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 11:55:33.884 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:33.885 [main] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.885 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.885 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:33.885 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.885 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:55:33.890 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:55:33.897 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:33.897 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:33.898 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:33.898 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:33.898 [main] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [sync-wait(org.springframework.osgi.iandt.config-opt.sync-wait)] scanning available bundles 11:55:33.901 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@54a67a45] 11:55:33.901 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7d42c224] 11:55:33.901 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 11:55:33.902 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}} 11:55:33.902 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:55:33.968 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] bound to proxy 11:55:33.968 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5e01a982] 11:55:33.968 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy] 11:55:33.969 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-Version=1.0.0} 11:55:33.969 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:33.970 [main] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [20] 11:55:33.970 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:33.971 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.config-opt.sync-wait]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:33.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 11:55:33.971 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] incremented to 1 11:55:33.972 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable}={org.eclipse.gemini.blueprint.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, org.springframework.context.service.name=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-wait, Bundle-Version=1.0.0, service.id=35}} 11:55:33.972 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] decremented to 0 11:55:33.972 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 11:55:33.972 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 11:55:33.973 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:55:33.973 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 11:55:33.974 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.369 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest 11:55:33.976 [Thread-0] INFO o.e.g.b.i.configopt.SyncWaitTest:471 - Shutting down OSGi platform 11:55:33.977 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest (TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest) 11:55:33.977 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:33.977 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy 11:55:33.977 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [19], org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [20]] 11:55:33.977 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest, config=): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy] 11:55:33.978 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-tail has unused registered services; added for shutdown 11:55:33.978 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.springframework.osgi.iandt.config-opt.sync-wait has unused registered services; added for shutdown 11:55:33.978 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:55:33.979 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [20], org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [19]] 11:55:33.979 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:33.980 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.980 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:33.980 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.980 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.980 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait) 11:55:33.980 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy 11:55:33.981 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy] 11:55:33.981 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:55:33.981 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] was unregistered and unbound from the service proxy 11:55:33.981 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:33.982 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:55:33.982 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:33.982 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:33.982 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:33.982 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.982 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:33.983 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.983 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 11:55:33.983 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail) 11:55:33.983 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy 11:55:33.983 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:33 UTC 2024]; root of context hierarchy] 11:55:33.983 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:55:33.983 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}={org.eclipse.gemini.blueprint.bean.name=area, org.springframework.osgi.bean.name=area, osgi.service.blueprint.compname=area, Bundle-SymbolicName=org.springframework.osgi.iandt.config-opt.sync-tail, Bundle-Version=1.0.0, service.id=33}] 11:55:33.984 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:33.984 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:33.984 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@19835e64 11:55:33.984 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:33.984 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:33.984 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:33.984 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:33.984 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:55:33.985 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:33.985 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:33.985 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-wait_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4217f687 11:55:33.986 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.config-opt.sync-tail_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4cd010b5 11:55:33.986 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBehaviour-org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest_0.0.0 [18] for sending replayes events; last one was null 11:55:33.986 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:55:33.986 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:55:33.986 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:35,099 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:35,295 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:35,297 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:35,310 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:35,396 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:35,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:35,402 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:35,408 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5b87ed94 - No compression will be used 11:55:35,472 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:35,472 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:35,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:35,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:35,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:35,474 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:35,475 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:35,475 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:35,475 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:35,476 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3cef309d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest 11:55:35.598 [main] TRACE o.e.g.b.i.d.DependencyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:55:35.602 [main] TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 11:55:35.603 [main] DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Equinox OSGi Platform 11:55:36.074 [main] INFO o.e.g.b.i.d.DependencyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:55:36.076 [main] TRACE o.e.g.b.i.d.DependencyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:55:36.077 [main] TRACE o.e.g.b.i.d.DependencyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:55:36.078 [main] DEBUG o.e.g.b.i.d.DependencyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:55:36.078 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:36.198 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:36.207 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:36.270 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:36.272 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:36.278 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:36.283 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:36.287 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:36.293 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:36.300 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:36.374 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:36.386 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:36.390 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:36.395 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:36.403 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:36.405 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:36.470 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:36.472 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:36.485 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:36.506 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:36.506 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:36.506 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:36.507 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:36.507 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:36.507 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:36.568 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:36.568 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:36.569 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:36.569 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:36.569 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:36.569 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:36.570 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:36.570 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:36.570 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:36,599 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:36,682 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:36,683 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:36,691 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:36,708 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:36,709 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:36,712 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:36,768 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:55:36,773 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:36,773 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:36,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:36,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:36,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:36,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:36,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:36,775 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:36,775 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:36,776 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:36,776 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:36,776 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:55:36.785 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:55:36.792 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:36.913 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:36.914 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:36.917 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:55:36.919 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:55:36.922 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:36.970 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.971 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:55:36.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:36.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:36.972 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.972 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:55:36.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:36.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:36.972 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.973 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:55:36.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:36.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:36.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.973 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:55:36.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:36.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:36.974 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.974 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:55:36.974 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:36.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:36.975 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.975 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:55:36.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:36.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:36.976 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.976 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:55:36.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:36.976 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:36.977 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.977 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:55:36.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:36.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:36.978 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.978 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:55:36.978 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:36.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:36.980 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.980 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:55:36.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:36.980 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:36.986 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.986 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:55:36.986 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:36.986 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:36.986 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.987 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:55:36.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:36.987 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:36.987 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.987 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:55:36.988 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:36.988 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:36.988 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.989 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:55:36.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:36.989 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:36.989 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.992 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:55:36.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:36.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:36.993 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:36.993 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:55:36.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:36.999 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:37.000 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:37.005 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:55:37.006 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:55:37.009 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:37.010 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:37.011 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:55:37.011 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:55:37.012 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:55:37.016 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:37.069 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:37.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:37.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:37.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:37.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:37.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:37.072 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:37.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:37.073 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:37.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:37.073 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:37.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:37.074 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:37.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:37.075 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:37.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:37.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:37.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:37.077 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:37.077 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:37.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:37.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:37.079 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.079 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:37.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:37.080 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:37.080 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:37.081 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:37.081 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:37.082 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:37.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:37.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.083 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:37.083 [main] DEBUG o.e.g.b.i.d.DependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:37.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:37.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:37.087 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:55:37.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:37.087 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:37.087 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:37.089 [main] INFO o.e.g.b.i.d.DependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest-bundle.properties was not found; using defaults 11:55:37.089 [main] DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 11:55:37.100 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.dependencyWithDelay] 11:55:37.100 [main] INFO o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 11:55:37.101 [main] INFO o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 11:55:37.102 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 11:55:37.102 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.dependencyWithDelay] is part of the test archive; parsing DependencyTest bytecode to determine imports... 11:55:37.105 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 11:55:37.114 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:37.167 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:55:37.168 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 11:55:37.170 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:37.170 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:55:37.171 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:55:37.171 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:37.171 [main] TRACE o.e.g.b.i.d.DependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:55:37.172 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:55:37.172 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:55:37.172 [main] TRACE o.e.g.b.i.d.DependencyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:55:37.172 [main] TRACE o.e.g.b.i.d.DependencyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 11:55:37.172 [main] TRACE o.e.g.b.i.d.DependencyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 11:55:37.173 [main] TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:55:37.173 [main] TRACE o.e.g.b.i.d.DependencyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 11:55:37.173 [main] DEBUG o.e.g.b.i.d.DependencyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 11:55:37.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 11:55:37.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:55:37.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:55:37.173 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 11:55:37.174 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 11:55:37.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 11:55:37.175 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 11:55:37.179 [main] DEBUG o.e.g.b.i.d.DependencyTest:557 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] successfully installed 11:55:37.180 [main] DEBUG o.e.g.b.i.d.DependencyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:55:37.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] 11:55:37.182 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:37.182 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest) 11:55:37.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] 11:55:37.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] 11:55:37.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] 11:55:37.183 [main] DEBUG o.e.g.b.i.d.DependencyTest:562 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest)] successfully started 11:55:37.184 [main] DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:55:37.185 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:55:37.186 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:55:37.186 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:55:37.186 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:55:37.186 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:55:37.186 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:55:37.187 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:55:37.187 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:55:37.188 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:55:37.189 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:55:37.189 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:55:37.190 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:55:37.190 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:55:37.191 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:55:37.191 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:55:37.191 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:55:37.192 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:55:37.192 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:55:37.192 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest] does not trigger a context creation. 11:55:37.192 [main] TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 11:55:37.202 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 11:55:37.202 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 11:55:37.202 [main] INFO o.e.g.b.i.d.DependencyTest:190 - Loading context for locations: 11:55:37.208 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy 11:55:37.212 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:55:37.283 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@36a5cabc: defining beans []; root of factory hierarchy 11:55:37.289 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:37.290 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:55:37.291 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:37.291 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:37.293 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5a2d131d] 11:55:37.294 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@14fc1f0] 11:55:37.295 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5ddf0d24] 11:55:37.297 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy] 11:55:37.299 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, org.springframework.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, Bundle-Version=0.0.0} 11:55:37.300 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:37.368 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] starting dependency test bundle 11:55:37.413 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:37.414 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:37.414 [dependency test bundle] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 11:55:37.414 [dependency test bundle] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:37.415 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-dependencies is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:37.415 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:37.416 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:37.417 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:37.417 [dependency test bundle] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:37.418 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:37.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:37.418 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:37.418 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:37.418 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:37.418 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) started dependency test bundle 11:55:37.419 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy 11:55:37.419 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:37.474 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/dependencies.xml] 11:55:37.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:37.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:37.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:37.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:37.584 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:37.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:37.680 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1a4b22a3: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 11:55:37.681 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:37.681 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:37.681 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:37.681 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:37.687 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:37.690 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1a4b22a3: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 11:55:37.691 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:37.691 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@465d8818 11:55:37.691 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 11:55:37.691 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:37.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=3)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:55:37.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:55:37.706 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService3 implies dependecy DependencyService[Name=&simpleService3][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))][Mandatory=true] 11:55:37.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=2)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:55:37.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:55:37.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService2 implies dependecy DependencyService[Name=&simpleService2][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))][Mandatory=true] 11:55:37.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:55:37.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:55:37.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &nested implies dependecy DependencyService[Name=&nested][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 11:55:37.709 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService3] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:55:37.709 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService2] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:55:37.710 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&nested] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:55:37.710 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 3 OSGi service dependencies, 3 unsatisfied (for beans [&simpleService3, &nested, &simpleService2]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:37.710 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleService3, &nested, &simpleService2]] 11:55:37.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 11:55:37.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 11:55:37.710 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:37.710 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (|(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)) 11:55:37.713 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:55:37.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:37.714 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 11:55:39.413 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:39.413 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:39.413 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 11:55:39.413 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:39.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:39.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:39.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:39.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:39.414 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:55:39.414 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:39.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:39.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:39.415 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:39.415 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.415 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy 11:55:39.416 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:39.416 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] incremented to 1 11:55:39.416 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:39.416 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:55:39.416 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 11:55:39.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.420 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.440 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:39.441 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:39.446 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice.xml] 11:55:39.447 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.448 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.448 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.448 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.475 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@521de849: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:55:39.476 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:39.476 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:39.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:39.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:39.477 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:39.477 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@521de849: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:55:39.477 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:39.477 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@465d8818 11:55:39.477 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:39.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:39.478 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:39.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:39.478 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.478 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.478 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:39.478 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@30ddc256] 11:55:39.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2b305920] 11:55:39.487 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:55:39.487 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:55:39.488 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:55:39.488 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:55:39.488 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:55:39.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:55:39.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:55:39.490 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested, Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2])=&simpleService2}] 11:55:39.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:55:39.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:55:39.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:55:39.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2430b7d] 11:55:39.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy] 11:55:39.492 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0} 11:55:39.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:39.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] decremented to 0 11:55:39.493 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 11:55:39.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21] started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3] 11:55:39.493 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:39.494 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:39.494 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:55:39.494 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:39.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:39.494 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:39.494 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:39.495 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:39.495 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:55:39.495 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:39.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:39.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.495 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:39.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.495 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:39.496 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy 11:55:39.496 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 11:55:39.496 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:39.496 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:39.496 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:55:39.497 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:55:39.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:39.576 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:39.580 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:55:39.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.597 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1d88902f: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:55:39.597 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:39.597 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:39.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:39.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:39.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:39.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1d88902f: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:55:39.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:39.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@465d8818 11:55:39.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:39.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:39.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.600 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:39.600 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:39.600 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:39.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.601 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2a8082fb] 11:55:39.601 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5c1e9f1b] 11:55:39.602 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:55:39.602 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:55:39.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:55:39.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:55:39.603 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:55:39.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:55:39.603 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested}] 11:55:39.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:55:39.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:55:39.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:55:39.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:55:39.673 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4d14bca] 11:55:39.673 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy] 11:55:39.674 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 11:55:39.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:39.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 11:55:39.674 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] 11:55:39.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20] 11:55:39.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:55:39.675 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:39.675 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:55:39.675 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:55:39.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:39.676 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:39.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:55:39.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:55:39.676 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 11:55:39.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:55:39.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:39.676 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.677 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:39.677 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:55:39.677 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy 11:55:39.677 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 11:55:39.677 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:39.677 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:39.677 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 11:55:39.678 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:55:39.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.680 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.688 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:39.688 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:39.692 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk802600647/META-INF/spring/simpleservice.xml] 11:55:39.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:39.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.694 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:39.701 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@46e8aed4: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:55:39.701 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:39.701 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:39.701 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:39.701 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@46e8aed4: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@465d8818 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:39.702 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:39.703 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@633587a3] 11:55:39.703 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4f88857f] Delaying for:10000 11:55:49.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:55:49.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:55:49.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:55:49.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:55:49.705 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:55:49.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=37}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.706 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=37} 11:55:49.706 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=37} 11:55:49.706 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice,Bundle-Version=1.0.0,service.id=37} 11:55:49.706 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]), remaining [{}] 11:55:49.706 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy] 11:55:49.707 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.707 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.707 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.707 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:49.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:55:49.707 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@13a70d30] 11:55:49.707 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy] 11:55:49.708 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:55:49.708 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:49.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] decremented to 0 11:55:49.708 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] 11:55:49.708 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [22] 11:55:49.709 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] incremented to 1 11:55:49.709 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.709 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:55:49.709 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:49.710 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 11:55:49.714 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:55:49.719 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.719 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.720 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.721 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:55:49.722 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:55:49.722 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:55:49.722 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:55:49.723 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@267d892a] 11:55:49.723 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@323e9e56] 11:55:49.724 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:55:49.725 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}} 11:55:49.725 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] bound to proxy 11:55:49.725 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] bound to proxy 11:55:49.726 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.726 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:55:49.726 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:55:49.726 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.727 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.727 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.727 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:55:49.727 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:55:49.728 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.728 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:55:49.728 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:55:49.729 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:55:49.729 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}} 11:55:49.729 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] bound to proxy 11:55:49.729 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] bound to proxy 11:55:49.729 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:55:49.730 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}} 11:55:49.730 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] bound to proxy 11:55:49.730 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] bound to proxy 11:55:49.730 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:55:49.730 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&simpleService2, &simpleService3, &nested} 11:55:49.731 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&simpleService2, &simpleService3, &nested] 11:55:49.734 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:55:49.734 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependencies.DependentImpl] classes {} 11:55:49.734 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 11:55:49.735 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:55:49.735 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@540bec22] 11:55:49.735 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy] 11:55:49.735 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0} 11:55:49.735 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:49.736 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] decremented to 0 11:55:49.736 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 11:55:49.736 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:55:49.737 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=39} 11:55:49.737 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:55:49.738 [main] TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 11:55:49.738 [main] DEBUG o.e.g.b.i.d.DependencyTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.144 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest 11:55:49.741 [Thread-0] INFO o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 11:55:49.741 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest) 11:55:49.741 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:49.742 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy 11:55:49.742 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21], org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [22]] 11:55:49.742 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest, config=): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy] 11:55:49.743 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:55:49.749 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.dependencies has unused registered services; added for shutdown 11:55:49.749 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 11:55:49.749 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice3 has unused registered services; added for shutdown 11:55:49.749 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice has unused registered services; added for shutdown 11:55:49.749 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [22], org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19]] 11:55:49.750 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:49.768 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.768 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:49.768 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.768 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.768 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:55:49.768 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy 11:55:49.769 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy] 11:55:49.769 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:55:49.773 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] was unregistered and unbound from the service proxy 11:55:49.773 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] was unregistered and unbound from the service proxy 11:55:49.774 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [nested] is unsatifised 11:55:49.774 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=39} 11:55:49.775 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent, org.springframework.osgi.bean.name=dependent, osgi.service.blueprint.compname=dependent, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0, service.id=39}] 11:55:49.775 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] 11:55:49.775 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:49.775 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 11:55:49.775 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:49.776 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:49.776 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:49.776 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.776 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:49.776 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.776 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.776 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 11:55:49.776 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy 11:55:49.777 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy] 11:55:49.777 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:55:49.778 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] was unregistered and unbound from the service proxy 11:55:49.778 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] was unregistered and unbound from the service proxy 11:55:49.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService3] is unsatifised 11:55:49.778 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] 11:55:49.778 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:49.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:55:49.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:49.778 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:49.778 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:49.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:49.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.779 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.779 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:55:49.779 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy 11:55:49.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:39 UTC 2024]; root of context hierarchy] 11:55:49.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:55:49.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] was unregistered and unbound from the service proxy 11:55:49.780 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] was unregistered and unbound from the service proxy 11:55:49.780 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService2] is unsatifised 11:55:49.780 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] 11:55:49.781 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:49.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:55:49.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:49.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:49.781 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:55:49.781 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:49.781 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.781 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.781 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:49.781 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 11:55:49.782 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy 11:55:49.782 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:37 UTC 2024]; root of context hierarchy] 11:55:49.782 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:55:49.782 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:55:49.782 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:55:49.782 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a9cb3a3 11:55:49.782 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:55:49.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:49.782 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:49.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:55:49.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:55:49.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:55:49.783 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:55:49.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [22] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5ccf5446 11:55:49.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5208b1af 11:55:49.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@56373f36 11:55:49.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1335bb94 11:55:49.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest_0.0.0 [18] for sending replayes events; last one was null 11:55:49.784 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:55:49.784 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:55:49.785 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:50,787 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:50,974 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:50,976 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:50,991 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:51,069 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:51,070 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:51,074 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:51,081 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5b87ed94 - No compression will be used 11:55:51,086 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:51,086 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:51,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:51,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:51,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:51,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:51,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:51,089 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:51,089 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:51,090 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:51,090 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:51,090 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3cef309d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest 11:55:51.270 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:55:51.274 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:85 - Instantiating platform wrapper... 11:55:51.275 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:215 - About to start Equinox OSGi Platform 11:55:51.699 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:55:51.701 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:55:51.702 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:55:51.703 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:55:51.704 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:55:51.877 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:51.886 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:51.890 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:51.891 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:51.897 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:51.903 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:51.905 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:51.969 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:51.976 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:51.988 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:52.000 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:52.003 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:52.071 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:52.078 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:52.080 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:52.084 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:52.087 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:52.099 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:55:52.179 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:55:52.179 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:55:52.180 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:55:52.180 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:55:52.180 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:55:52.180 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:55:52.181 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:55:52.181 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:55:52.181 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:55:52.181 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:55:52.182 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:55:52.182 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:55:52.182 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:55:52.182 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:55:52.183 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:55:52,215 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:55:52,290 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:55:52,292 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:55:52,302 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:52,320 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:55:52,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:55:52,372 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:55:52,377 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@71a8adcf - No compression will be used 11:55:52,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:55:52,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:55:52,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:55:52,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:55:52,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:55:52,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:55:52,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:55:52,383 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:55:52,383 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:55:52,384 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:55:52,384 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:55:52,385 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@d9345cd - Registering current configuration as safe fallback point 11:55:52.394 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:55:52.402 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:55:52.514 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:52.515 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:55:52.518 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:55:52.569 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:55:52.573 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:52.575 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.575 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:55:52.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:52.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:52.576 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.576 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:55:52.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:52.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:52.576 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.576 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:55:52.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:52.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:52.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.577 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:55:52.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:52.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:52.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.578 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:55:52.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:52.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:52.579 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.579 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:55:52.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:52.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:52.579 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.579 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:55:52.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:52.580 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:52.580 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.580 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:55:52.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:52.581 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:52.581 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.581 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:55:52.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:52.582 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:52.583 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.583 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:55:52.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:52.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:52.584 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.584 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:55:52.585 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:52.585 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:52.585 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.585 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:55:52.585 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:52.585 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:52.590 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.590 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:55:52.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:52.590 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:52.591 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.591 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:55:52.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:52.591 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:52.592 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.595 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:55:52.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:52.595 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:52.596 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.596 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:55:52.596 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:52.603 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:52.603 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:52.607 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:55:52.607 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:55:52.610 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:55:52.611 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:52.611 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:55:52.611 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@456d6c1e w/ reference null 11:55:52.612 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:55:52.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:52.622 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.622 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:55:52.622 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:52.668 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.668 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:55:52.668 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:55:52.669 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:55:52.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:52.669 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:55:52.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:55:52.670 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.670 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:55:52.670 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:52.670 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:55:52.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:52.671 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:55:52.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:52.672 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.672 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:55:52.672 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:52.673 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:55:52.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:52.674 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.674 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:55:52.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:52.676 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:55:52.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:52.676 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:55:52.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:52.677 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:55:52.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:52.678 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.678 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:55:52.678 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:52.679 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.679 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:55:52.679 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:52.680 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.680 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:55:52.680 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:55:52.683 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:52.683 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.684 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:55:52.684 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:52.684 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:52.684 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.684 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:55:52.686 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest-bundle.properties was not found; using defaults 11:55:52.686 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:511 - Post processing: creating test bundle 11:55:52.693 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.dependencyWithDelay] 11:55:52.693 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:202 - Automatically creating Manifest for the test bundle 11:55:52.694 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:366 - Using the test class for generating bundle imports 11:55:52.698 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 11:55:52.698 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt.dependencyWithDelay] is part of the test archive; parsing FactoryDependencyTest bytecode to determine imports... 11:55:52.700 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class FactoryDependencyTest 11:55:52.709 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:52.709 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:55:52.709 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest 11:55:52.711 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:52.711 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:55:52.711 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:55:52.712 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:52.712 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:55:52.712 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:55:52.713 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:55:52.713 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:55:52.713 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.util, java.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 11:55:52.713 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.dependencyWithDelay, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 11:55:52.713 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:55:52.713 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 11:55:52.713 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-Name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:55:52.714 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:55:52.715 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:55:52.715 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 11:55:52.715 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 11:55:52.715 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 11:55:52.715 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 11:55:52.715 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 11:55:52.769 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:557 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] successfully installed 11:55:52.769 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:55:52.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] 11:55:52.772 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.772 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest) 11:55:52.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] 11:55:52.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] 11:55:52.773 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] 11:55:52.773 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:562 - Test bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest)] successfully started 11:55:52.773 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:55:52.775 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:55:52.775 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:55:52.775 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:55:52.775 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:55:52.776 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:55:52.776 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:55:52.776 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:55:52.777 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:55:52.777 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:55:52.778 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:55:52.779 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:55:52.779 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:55:52.780 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:55:52.780 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:55:52.780 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:55:52.781 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:55:52.781 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:55:52.781 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:55:52.781 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest] does not trigger a context creation. 11:55:52.782 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:364 - Writing test name [testDependencies] to OSGi 11:55:52.790 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 11:55:52.790 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1205bd62 11:55:52.791 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:190 - Loading context for locations: 11:55:52.796 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy 11:55:52.800 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:55:52.816 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@36a5cabc: defining beans []; root of factory hierarchy 11:55:52.822 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:52.822 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:55:52.823 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:52.823 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:52.826 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5a2d131d] 11:55:52.826 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@14fc1f0] 11:55:52.869 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5ddf0d24] 11:55:52.871 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy] 11:55:52.873 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, org.springframework.context.service.name=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-SymbolicName=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, Bundle-Version=0.0.0} 11:55:52.874 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:52.896 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] starting dependency test bundle 11:55:52.994 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:52.994 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.994 [dependency test bundle] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 11:55:52.994 [dependency test bundle] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:52.995 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-dependencies is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:52.996 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:52.996 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:52.998 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:52.998 [dependency test bundle] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:55:52.998 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 11:55:52.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:55:52.998 [dependency test bundle] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:52.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:52.999 [dependency test bundle] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] started dependency test bundle 11:55:52.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:52.999 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy 11:55:52.999 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:53.007 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk802600647/META-INF/spring/dependencies.xml] 11:55:53.029 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:53.029 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:53.030 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:53.030 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:53.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:53.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:53.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@75bc11d8: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 11:55:53.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:53.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:53.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:53.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:53.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:53.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@75bc11d8: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 11:55:53.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:53.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2b24ff99 11:55:53.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 11:55:53.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:53.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=3)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:55:53.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:55:53.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService3 implies dependecy DependencyService[Name=&simpleService3][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))][Mandatory=true] 11:55:53.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2} and filter=[(service=2)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:55:53.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:55:53.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &simpleService2 implies dependecy DependencyService[Name=&simpleService2][Filter=(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))][Mandatory=true] 11:55:53.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.simpleservice.MyService} and filter=[] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:55:53.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] in=[(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:55:53.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:114 - Eager importer &nested implies dependecy DependencyService[Name=&nested][Filter=(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)][Mandatory=true] 11:55:53.274 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService3] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:55:53.274 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&simpleService2] matching OSGi filter [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:55:53.275 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:372 - Adding OSGi service dependency for importer [&nested] matching OSGi filter [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:55:53.275 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 3 OSGi service dependencies, 3 unsatisfied (for beans [&simpleService3, &nested, &simpleService2]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:53.275 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:317 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&simpleService3, &nested, &simpleService2]] 11:55:53.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 11:55:53.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 11:55:53.275 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:267 - Registering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:53.275 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:406 - OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) has registered service dependency dependencyDetector with filter: (|(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)) 11:55:53.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:55:53.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:53.280 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 11:55:54.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:54.994 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:54.994 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 11:55:54.994 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:54.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:54.995 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:54.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:54.995 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:54.996 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:55:54.996 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:54.996 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:55:54.996 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:54.996 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:54.997 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 11:55:54.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:54.997 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:54 UTC 2024]; root of context hierarchy 11:55:54.997 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:54.997 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] incremented to 1 11:55:54.998 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:54.998 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 11:55:54.998 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:55:55.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.003 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.004 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.068 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:55.069 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:55.079 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk802600647/META-INF/spring/simpleservice.xml] 11:55:55.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@51d85e93: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:55:55.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:55.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:55.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:55.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:55.103 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:55.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@51d85e93: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:55:55.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:55.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2b24ff99 11:55:55.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:55.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:55.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:55.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:55.104 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:55.105 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.105 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@49c4c5d2] 11:55:55.105 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@32ce1650] 11:55:55.176 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:55:55.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:55:55.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:55:55.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:55:55.178 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:55:55.179 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:55:55.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:55:55.180 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested, Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2])=&simpleService2}] 11:55:55.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:55:55.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=33} 11:55:55.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:55:55.182 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6a91424e] 11:55:55.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:54 UTC 2024]; root of context hierarchy] 11:55:55.182 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0} 11:55:55.182 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:55.183 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice3] decremented to 0 11:55:55.183 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3] 11:55:55.183 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21] 11:55:55.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:55.184 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:55.184 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:55:55.184 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:55.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:55.185 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:55.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:55.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:55.185 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 11:55:55.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:55.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:55:55.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.186 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:55.186 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 11:55:55.186 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:55 UTC 2024]; root of context hierarchy 11:55:55.186 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 11:55:55.186 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:55.187 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:55.187 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 11:55:55.187 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice-osgi.xml] 11:55:55.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.190 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.190 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.190 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:55.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:55.273 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk802600647/META-INF/spring/simpleservice.xml] 11:55:55.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.286 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@4ff166e2: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 11:55:55.286 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:55.286 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:55.287 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:55.287 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:55.287 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:55.287 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4ff166e2: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2b24ff99 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:55.288 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.289 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@320eff85] 11:55:55.289 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e374c7] 11:55:55.290 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 11:55:55.294 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 11:55:55.294 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 11:55:55.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 11:55:55.295 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 11:55:55.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:55:55.295 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested}] 11:55:55.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:55:55.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:55:55.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=35} 11:55:55.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 11:55:55.296 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@fc08f29] 11:55:55.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:55 UTC 2024]; root of context hierarchy] 11:55:55.297 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 11:55:55.297 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:55:55.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 11:55:55.297 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] 11:55:55.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20] 11:55:55.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 11:55:55.298 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:55.298 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory) 11:55:55.298 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 11:55:55.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service created by factory is type compatible with extender gemini-blueprint-extender; processing bundle... 11:55:55.299 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:55:55.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 11:55:55.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 11:55:55.299 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 11:55:55.299 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 11:55:55.299 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:55:55.300 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.300 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:55:55.300 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.300 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 11:55:55.300 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:55 UTC 2024]; root of context hierarchy 11:55:55.300 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies.factory] incremented to 1 11:55:55.300 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:55:55.301 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:55:55.301 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory 11:55:55.301 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://22.fwk802600647/META-INF/spring/factory-dependency.xml] 11:55:55.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk802600647/org/springframework/beans/factory/xml/spring-beans.xsd 11:55:55.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:55:55.380 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:55.381 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk802600647/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:55:55.385 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@bebe391: defining beans [factory,factoryCreatedObjectExportedToOSGi]; root of factory hierarchy 11:55:55.385 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:55:55.386 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:55:55.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:55:55.386 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@bebe391: defining beans [factory,factoryCreatedObjectExportedToOSGi]; root of factory hierarchy] 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2b24ff99 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:55:55.387 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:55:55.388 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2aa77a5] 11:55:55.388 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3c21d579] Delaying for:10000 11:56:05.390 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&factoryCreatedObjectExportedToOSGi] is being tracked for dependencies 11:56:05.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [factoryCreatedObjectExportedToOSGi] depends (transitively) on the following importers:{} 11:56:05.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [factoryCreatedObjectExportedToOSGi] depends on importers:[] 11:56:05.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependencies.factory.MyServiceFactory$1] classes {} 11:56:05.390 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:56:05.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:128 - Handling service event [REGISTERED:ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies.factory] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory,org.springframework.osgi.bean.name=factory,osgi.service.blueprint.compname=factory,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory,Bundle-Version=1.0.0,service.id=37}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies.factory] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory,org.springframework.osgi.bean.name=factory,osgi.service.blueprint.compname=factory,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory,Bundle-Version=1.0.0,service.id=37} 11:56:05.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies.factory] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory,org.springframework.osgi.bean.name=factory,osgi.service.blueprint.compname=factory,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory,Bundle-Version=1.0.0,service.id=37} 11:56:05.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies.factory] {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory,org.springframework.osgi.bean.name=factory,osgi.service.blueprint.compname=factory,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory,Bundle-Version=1.0.0,service.id=37} 11:56:05.391 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]), remaining [{}] 11:56:05.391 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.b.a.BlueprintContainerProcessor:254 - All dependencies satisfied, not sending Blueprint GRACE event with emtpy dependencies from org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy] 11:56:05.391 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.392 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyServiceManager:146 - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:56:05.392 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [factoryCreatedObjectExportedToOSGi] started; all its dependencies are satisfied 11:56:05.392 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3933f3c] 11:56:05.392 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:55 UTC 2024]; root of context hierarchy] 11:56:05.392 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies.factory, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-Version=1.0.0} 11:56:05.393 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:05.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies.factory] decremented to 0 11:56:05.393 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory started bundle [org.eclipse.gemini.blueprint.iandt.dependencies.factory] 11:56:05.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.dependencies.factory_1.0.0 [22] 11:56:05.393 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] incremented to 1 11:56:05.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:56:05.394 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:05.394 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 11:56:05.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:56:05.404 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.404 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.IntroductionInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.405 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.InfrastructureProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.405 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.aop.SpringProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.405 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.core.DecoratingProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.406 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:56:05.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:56:05.407 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:56:05.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:56:05.408 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3f631006] 11:56:05.408 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a55c05b] 11:56:05.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] 11:56:05.410 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}} 11:56:05.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] bound to proxy 11:56:05.411 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] bound to proxy 11:56:05.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:56:05.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:56:05.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentImplCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.412 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:56:05.413 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:56:05.413 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.dependencies.DependentCustomizer] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.413 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 11:56:05.413 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] exports [org.eclipse.gemini.blueprint.iandt.dependencies] as version [0.0.0] but version [null] was required 11:56:05.414 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] 11:56:05.414 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}} 11:56:05.414 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] bound to proxy 11:56:05.414 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] bound to proxy 11:56:05.415 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 11:56:05.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory, org.springframework.osgi.bean.name=factory, osgi.service.blueprint.compname=factory, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-Version=1.0.0, service.id=37}} 11:56:05.415 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory, org.springframework.osgi.bean.name=factory, osgi.service.blueprint.compname=factory, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-Version=1.0.0, service.id=37}] bound to proxy 11:56:05.415 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory, org.springframework.osgi.bean.name=factory, osgi.service.blueprint.compname=factory, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-Version=1.0.0, service.id=37}] bound to proxy 11:56:05.416 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 11:56:05.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{&simpleService2, &simpleService3, &nested} 11:56:05.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&simpleService2, &simpleService3, &nested] 11:56:05.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy] required by [org-springframework-osgi-iandt-dependencies(org.eclipse.gemini.blueprint.iandt.dependencies)] scanning available bundles 11:56:05.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependencies.DependentImpl] classes {} 11:56:05.420 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 11:56:05.420 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 11:56:05.420 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6845c4df] 11:56:05.420 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy] 11:56:05.420 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0} 11:56:05.421 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:05.421 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.dependencies] decremented to 0 11:56:05.421 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 11:56:05.421 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] 11:56:05.422 [main] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=39} 11:56:05.423 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:05.423 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:440 - Reading OSGi results for test [testDependencies] 11:56:05.424 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.211 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest 11:56:05.426 [Thread-0] INFO o.e.g.b.i.d.FactoryDependencyTest:471 - Shutting down OSGi platform 11:56:05.427 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest (TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest) 11:56:05.427 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:05.427 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy 11:56:05.427 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21], org.eclipse.gemini.blueprint.iandt.dependencies.factory_1.0.0 [22]] 11:56:05.427 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest, config=): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy] 11:56:05.428 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:05.470 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.dependencies has unused registered services; added for shutdown 11:56:05.470 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice2 has unused registered services; added for shutdown 11:56:05.470 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.simpleservice3 has unused registered services; added for shutdown 11:56:05.471 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.dependencies.factory has unused registered services; added for shutdown 11:56:05.471 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.dependencies.factory_1.0.0 [22], org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21], org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20], org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19]] 11:56:05.472 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:05.472 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.472 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:56:05.472 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.472 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.473 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory) 11:56:05.473 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:55 UTC 2024]; root of context hierarchy 11:56:05.473 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:55 UTC 2024]; root of context hierarchy] 11:56:05.473 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [factoryCreatedObjectExportedToOSGi] 11:56:05.474 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory, org.springframework.osgi.bean.name=factory, osgi.service.blueprint.compname=factory, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-Version=1.0.0, service.id=37}] was unregistered and unbound from the service proxy 11:56:05.474 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory, org.springframework.osgi.bean.name=factory, osgi.service.blueprint.compname=factory, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-Version=1.0.0, service.id=37}] was unregistered and unbound from the service proxy 11:56:05.474 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [nested] is unsatifised 11:56:05.475 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.dependencies] {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent,org.springframework.osgi.bean.name=dependent,osgi.service.blueprint.compname=dependent,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies,Bundle-Version=1.0.0,service.id=39} 11:56:05.475 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}={org.eclipse.gemini.blueprint.bean.name=dependent, org.springframework.osgi.bean.name=dependent, osgi.service.blueprint.compname=dependent, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies, Bundle-Version=1.0.0, service.id=39}] 11:56:05.476 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=factory, org.springframework.osgi.bean.name=factory, osgi.service.blueprint.compname=factory, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.dependencies.factory, Bundle-Version=1.0.0, service.id=37}] 11:56:05.476 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:56:05.476 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 11:56:05.476 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:56:05.476 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:56:05.477 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:05.477 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.477 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:56:05.477 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.477 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.477 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3) 11:56:05.477 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:54 UTC 2024]; root of context hierarchy 11:56:05.477 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:54 UTC 2024]; root of context hierarchy] 11:56:05.478 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:56:05.478 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] was unregistered and unbound from the service proxy 11:56:05.478 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] was unregistered and unbound from the service proxy 11:56:05.478 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService3] is unsatifised 11:56:05.479 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3, Bundle-Version=1.0.0, service.ranking=4, service.id=33}] 11:56:05.479 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:56:05.479 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 11:56:05.479 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:56:05.479 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:56:05.479 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:05.479 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.479 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:56:05.479 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.479 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.480 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2) 11:56:05.480 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:55 UTC 2024]; root of context hierarchy 11:56:05.480 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:55 UTC 2024]; root of context hierarchy] 11:56:05.480 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 11:56:05.481 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] was unregistered and unbound from the service proxy 11:56:05.484 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] was unregistered and unbound from the service proxy 11:56:05.485 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:121 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] stopped; transitive OSGi dependency [simpleService2] is unsatifised 11:56:05.485 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2, org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0, service.id=35}] 11:56:05.485 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:56:05.485 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:56:05.485 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:56:05.485 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:56:05.485 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:05.486 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.486 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:56:05.486 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.486 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.486 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:468 - Deregistering service dependency dependencyDetector for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 11:56:05.486 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies) 11:56:05.486 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy 11:56:05.486 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:55:52 UTC 2024]; root of context hierarchy] 11:56:05.486 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 11:56:05.487 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:56:05.487 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:56:05.487 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7ea28149 11:56:05.487 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:56:05.487 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:05.487 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:05.487 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:05.487 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:05.487 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:05.487 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:05.489 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.dependencies.factory_1.0.0 [22] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@8d0b49d 11:56:05.489 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice3_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6174bf7 11:56:05.489 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice2_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@228dfed 11:56:05.489 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.dependencies_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@472a41cc 11:56:05.489 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testDependencies-org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest_0.0.0 [18] for sending replayes events; last one was null 11:56:05.489 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:05.489 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:05.490 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:06,471 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:06,680 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:06,683 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:06,699 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:06,784 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:06,786 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:06,790 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:06,797 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fac631b - No compression will be used 11:56:06,802 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:06,802 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:06,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:06,803 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:06,804 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:06,805 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:06,805 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:06,805 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:06,805 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:06,806 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50b494a6 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest 11:56:06.996 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:56:07.000 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:85 - Instantiating platform wrapper... 11:56:07.001 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:215 - About to start Equinox OSGi Platform 11:56:07.543 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:56:07.546 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:56:07.547 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:56:07.548 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:56:07.549 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:07.689 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:07.699 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:07.703 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:07.705 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:07.771 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:07.779 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:07.781 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:07.788 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:07.796 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:07.870 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:07.884 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:07.888 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:07.894 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:07.902 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:07.904 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:07.970 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:07.973 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:08.000 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:08.086 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:08.087 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:08.087 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:08.087 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:08.087 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:08.088 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:08.088 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:08.088 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:08.089 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:08.089 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:08.090 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:08.091 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:08.091 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:08.092 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:08.092 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:08,180 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:08,208 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:08,210 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:08,218 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:08,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:08,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:08,289 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:08,294 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27462a88 - No compression will be used 11:56:08,299 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:08,299 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:08,300 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:08,300 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:08,300 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:08,300 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:08,301 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:08,301 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:08,302 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:08,302 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:08,303 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2d710f1a - Registering current configuration as safe fallback point 11:56:08.314 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:56:08.322 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:08.501 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:08.502 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:08.506 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:56:08.509 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:56:08.512 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:08.514 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.515 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:56:08.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:08.515 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:08.515 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.516 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:56:08.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:08.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:08.516 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.516 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:56:08.516 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:08.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:08.517 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.517 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:56:08.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:08.517 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:08.518 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.518 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:56:08.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:08.518 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:08.519 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.519 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:56:08.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:08.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:08.519 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.519 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:56:08.519 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:08.520 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:08.520 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.521 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:56:08.521 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:08.521 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:08.568 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.568 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:56:08.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:08.568 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:08.570 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.570 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:56:08.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:08.570 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:08.576 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.576 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:56:08.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:08.576 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:08.577 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.577 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:56:08.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:08.577 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:08.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.578 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:56:08.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:08.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:08.579 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.579 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:56:08.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:08.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:08.583 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.583 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:56:08.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:08.583 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:08.584 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.584 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:56:08.584 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:08.592 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:08.592 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:08.597 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:56:08.598 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:08.600 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:08.602 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:08.602 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:56:08.602 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:56:08.603 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:56:08.606 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:08.614 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.614 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:08.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:08.615 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:08.615 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:08.616 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.616 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:08.616 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:08.616 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.616 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:08.617 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:08.617 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.617 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:08.617 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:08.618 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.618 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:08.618 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:08.618 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.619 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:08.619 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:08.668 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.668 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:08.668 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:08.669 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.669 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:08.670 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:08.671 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:08.671 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:08.672 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.672 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:08.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:08.673 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:08.673 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:08.674 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.674 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:08.674 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:08.675 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:08.675 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:08.676 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:08.676 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:08.677 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.677 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:08.677 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:08.681 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:08.681 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.682 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:56:08.682 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:08.682 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:08.682 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.682 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:08.684 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest-bundle.properties was not found; using defaults 11:56:08.684 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:511 - Post processing: creating test bundle 11:56:08.696 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 11:56:08.696 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:202 - Automatically creating Manifest for the test bundle 11:56:08.697 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:366 - Using the test class for generating bundle imports 11:56:08.699 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 11:56:08.699 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceRefAwareWithMultiServiceTest bytecode to determine imports... 11:56:08.701 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceRefAwareWithMultiServiceTest 11:56:08.710 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:56:08.711 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceBaseTest bytecode to determine imports... 11:56:08.711 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceBaseTest 11:56:08.711 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:08.711 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:56:08.712 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest 11:56:08.713 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:08.713 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:56:08.714 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:56:08.714 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:08.715 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:56:08.715 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:56:08.715 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:56:08.715 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:56:08.768 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.service.importer.support, java.lang, org.osgi.framework, java.util, org.eclipse.gemini.blueprint.service.importer, org.springframework.core, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:56:08.768 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:56:08.768 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:56:08.769 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.eclipse.gemini.blueprint.service.importer, org.springframework.core, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:56:08.769 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-Name=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.eclipse.gemini.blueprint.service.importer,org.springframework.core,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:56:08.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-Name=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.eclipse.gemini.blueprint.service.importer,org.springframework.core,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:56:08.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:56:08.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:56:08.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:56:08.769 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 11:56:08.770 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 11:56:08.771 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 11:56:08.776 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:557 - Test bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] successfully installed 11:56:08.776 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:56:08.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] 11:56:08.779 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:08.779 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest) 11:56:08.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] 11:56:08.779 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] 11:56:08.780 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:08.780 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] 11:56:08.780 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:562 - Test bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest)] successfully started 11:56:08.780 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:56:08.782 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:56:08.782 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:56:08.782 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:56:08.783 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:56:08.783 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:56:08.783 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:56:08.783 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:56:08.784 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:56:08.784 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:56:08.785 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:56:08.786 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:56:08.787 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:56:08.787 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:56:08.788 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:56:08.788 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:56:08.788 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:56:08.788 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:56:08.789 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:56:08.789 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest] does not trigger a context creation. 11:56:08.789 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:364 - Writing test name [testProxyForMultipleCardinality] to OSGi 11:56:08.799 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForMultipleCardinality] for execution inside OSGi 11:56:08.800 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForMultipleCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31920ade 11:56:08.800 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:190 - Loading context for locations: 11:56:08.806 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): startup date [Wed Jan 17 11:56:08 UTC 2024]; root of context hierarchy 11:56:08.811 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:56:08.881 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@181e731e: defining beans []; root of factory hierarchy 11:56:08.889 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:08.889 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:56:08.890 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:08.890 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:08.893 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1c93f6e1] 11:56:08.893 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1800a575] 11:56:08.895 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@141e5bef] 11:56:08.897 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): startup date [Wed Jan 17 11:56:08 UTC 2024]; root of context hierarchy] 11:56:08.899 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, org.springframework.context.service.name=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-SymbolicName=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, Bundle-Version=0.0.0} 11:56:08.900 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:08.969 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 11:56:08.970 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 11:56:08.970 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 11:56:08.970 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:08.970 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 11:56:08.970 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:09.001 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest] {java.util.Date}={service.id=33} 11:56:09.123 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest] {java.util.Date}={service.id=34} 11:56:09.125 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:09.126 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:440 - Reading OSGi results for test [testProxyForMultipleCardinality] 11:56:09.127 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:447 - Test[testProxyForMultipleCardinality]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.175 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest 11:56:09.171 [Thread-0] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:471 - Shutting down OSGi platform 11:56:09.171 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest (TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest) 11:56:09.171 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:09.171 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): startup date [Wed Jan 17 11:56:08 UTC 2024]; root of context hierarchy 11:56:09.172 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest, config=): startup date [Wed Jan 17 11:56:08 UTC 2024]; root of context hierarchy] 11:56:09.172 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:09.172 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:09.172 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:09.172 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:09.172 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:09.172 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:09.172 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:09.173 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:09.174 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:09.174 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testProxyForMultipleCardinality-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest_0.0.0 [18] for sending replayes events; last one was null 11:56:09.175 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:09.175 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:10,172 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:10,314 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:10,316 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:10,382 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:10,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:10,469 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:10,473 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:10,480 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6e0e048a - No compression will be used 11:56:10,484 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:10,484 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:10,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:10,487 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:10,487 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:10,487 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:10,487 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:10,487 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:10,487 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:10,487 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:10,488 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@32709393 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest 11:56:10.683 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:56:10.689 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:85 - Instantiating platform wrapper... 11:56:10.690 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:215 - About to start Equinox OSGi Platform 11:56:11.176 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:56:11.179 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:56:11.180 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:56:11.181 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:56:11.181 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:11.315 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:11.378 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:11.382 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:11.384 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:11.390 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:11.396 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:11.400 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:11.468 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:11.476 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:11.488 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:11.502 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:11.506 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:11.572 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:11.581 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:11.583 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:11.588 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:11.591 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:11.604 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:11.689 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:11.690 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:11.690 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:11.690 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:11.691 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:11.691 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:11.691 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:11.691 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:11.692 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:11.692 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:11.692 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:11.693 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:11.693 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:11.693 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:11.694 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:11,792 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:11,821 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:11,823 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:11,872 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:11,891 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:11,893 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:11,896 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:11,902 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27462a88 - No compression will be used 11:56:11,906 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:11,906 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:11,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:11,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:11,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:11,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:11,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:11,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:11,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:11,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:11,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:11,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:11,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:11,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:11,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:11,908 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:11,908 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:11,909 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:11,909 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:11,909 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2d710f1a - Registering current configuration as safe fallback point 11:56:11.919 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:56:11.970 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:12.097 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:12.098 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:12.101 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:56:12.104 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:56:12.108 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:12.110 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.110 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:56:12.110 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:12.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:12.111 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.111 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:56:12.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:12.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:12.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.112 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:56:12.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:12.112 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:12.112 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.113 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:56:12.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:12.113 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:12.113 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.114 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:56:12.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:12.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:12.114 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.114 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:56:12.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:12.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:12.115 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.115 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:56:12.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:12.115 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:12.116 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.116 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:56:12.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:12.116 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:12.117 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.117 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:56:12.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:12.117 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:12.118 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.119 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:56:12.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:12.119 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:12.174 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.174 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:56:12.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:12.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:12.175 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.175 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:56:12.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:12.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:12.176 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.176 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:56:12.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:12.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:12.177 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.177 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:56:12.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:12.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:12.178 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.182 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:56:12.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:12.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:12.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.183 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:56:12.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:12.190 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:12.191 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:12.196 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:56:12.196 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:12.199 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:12.200 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:12.201 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:56:12.201 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@1e13529a w/ reference null 11:56:12.202 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:56:12.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:12.213 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:12.213 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:12.214 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:12.214 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:12.215 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:12.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:12.215 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.215 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:12.216 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:12.216 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.216 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:12.216 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:12.217 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.217 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:12.217 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:12.217 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.217 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:12.218 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:12.218 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.218 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:12.219 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:12.219 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.220 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:12.220 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:12.221 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.221 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:12.221 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:12.268 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:12.269 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:12.270 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:12.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:12.271 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.271 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:12.271 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:12.272 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:12.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:12.273 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:12.273 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:12.274 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.274 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:12.275 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:12.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:12.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.280 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:56:12.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:12.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:12.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:12.282 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest-bundle.properties was not found; using defaults 11:56:12.283 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:511 - Post processing: creating test bundle 11:56:12.295 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 11:56:12.296 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:202 - Automatically creating Manifest for the test bundle 11:56:12.297 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:366 - Using the test class for generating bundle imports 11:56:12.298 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 11:56:12.299 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceRefAwareWithSingleServiceTest bytecode to determine imports... 11:56:12.301 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceRefAwareWithSingleServiceTest 11:56:12.370 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:56:12.371 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceBaseTest bytecode to determine imports... 11:56:12.371 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceBaseTest 11:56:12.371 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:12.372 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:56:12.372 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest 11:56:12.373 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:12.374 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:56:12.374 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:56:12.375 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:12.375 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:56:12.375 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:56:12.375 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:56:12.375 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:56:12.376 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.service.importer.support, java.lang, org.osgi.framework, java.util, org.springframework.aop, org.eclipse.gemini.blueprint.service.importer, org.springframework.core, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:56:12.376 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:56:12.376 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:56:12.376 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.springframework.aop, org.eclipse.gemini.blueprint.service.importer, org.springframework.core, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:56:12.376 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-Name=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.springframework.aop,org.eclipse.gemini.blueprint.service.importer,org.springframework.core,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-Name=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.springframework.aop,org.eclipse.gemini.blueprint.service.importer,org.springframework.core,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:12.377 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:12.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:12.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 11:56:12.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 11:56:12.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:56:12.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 11:56:12.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 11:56:12.378 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 11:56:12.383 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:557 - Test bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] successfully installed 11:56:12.383 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:56:12.386 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] 11:56:12.386 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:12.386 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest) 11:56:12.387 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] 11:56:12.387 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] 11:56:12.387 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:12.387 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] 11:56:12.387 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:562 - Test bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest)] successfully started 11:56:12.388 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:56:12.389 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:56:12.390 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:56:12.390 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:56:12.390 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:56:12.390 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:56:12.391 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:56:12.391 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:56:12.391 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:56:12.392 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:56:12.393 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:56:12.394 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:56:12.394 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:56:12.395 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:56:12.395 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:56:12.396 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:56:12.396 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:56:12.396 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:56:12.397 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:56:12.397 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest] does not trigger a context creation. 11:56:12.397 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testServiceReferenceProperties] to OSGi 11:56:12.407 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceProperties] for execution inside OSGi 11:56:12.407 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@31920ade 11:56:12.407 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:190 - Loading context for locations: 11:56:12.413 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): startup date [Wed Jan 17 11:56:12 UTC 2024]; root of context hierarchy 11:56:12.473 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:56:12.487 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@181e731e: defining beans []; root of factory hierarchy 11:56:12.494 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:12.494 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:56:12.495 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:12.495 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:12.498 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1c93f6e1] 11:56:12.498 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1800a575] 11:56:12.500 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@141e5bef] 11:56:12.502 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): startup date [Wed Jan 17 11:56:12 UTC 2024]; root of context hierarchy] 11:56:12.504 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, org.springframework.context.service.name=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-SymbolicName=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, Bundle-Version=0.0.0} 11:56:12.505 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:12.582 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[(&(foo=bar)(george=michael))] in=[(&(objectClass=java.util.Date)(&(foo=bar)(george=michael)))] 11:56:12.582 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=java.util.Date)(&(foo=bar)(george=michael)))] in=[(&(objectClass=java.util.Date)(&(foo=bar)(george=michael)))] 11:56:12.582 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:56:12.587 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:56:12.711 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=java.util.Date)(&(foo=bar)(george=michael)))] 11:56:12.712 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.Date}={george=michael, foo=bar, service.id=33}} 11:56:12.712 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.Date}={george=michael, foo=bar, service.id=33}] bound to proxy 11:56:12.713 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.Date}={george=michael, foo=bar, service.id=33}] bound to proxy 11:56:12.768 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.Date}={george=michael, foo=bar, service.id=33}] was unregistered and unbound from the service proxy 11:56:12.769 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.Date}={george=michael, foo=bar, service.id=33}] was unregistered and unbound from the service proxy 11:56:12.769 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:12.769 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testServiceReferenceProperties] 11:56:12.770 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:447 - Test[testServiceReferenceProperties]'s result read 11:56:12.771 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testProxyForUnaryCardinality] to OSGi 11:56:12.771 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForUnaryCardinality] for execution inside OSGi 11:56:12.772 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForUnaryCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@101639ae 11:56:12.772 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 11:56:12.772 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 11:56:12.772 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:56:12.773 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:56:12.774 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 11:56:12.774 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.Date}={service.id=34}} 11:56:12.774 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.Date}={service.id=34}] bound to proxy 11:56:12.774 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.Date}={service.id=34}] bound to proxy 11:56:12.775 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.Date}={service.id=34}] was unregistered and unbound from the service proxy 11:56:12.775 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.Date}={service.id=34}] was unregistered and unbound from the service proxy 11:56:12.775 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:12.775 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testProxyForUnaryCardinality] 11:56:12.775 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:447 - Test[testProxyForUnaryCardinality]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.096 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest 11:56:12.778 [Thread-0] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:471 - Shutting down OSGi platform 11:56:12.778 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest (TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest) 11:56:12.778 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:12.779 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): startup date [Wed Jan 17 11:56:12 UTC 2024]; root of context hierarchy 11:56:12.779 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest, config=): startup date [Wed Jan 17 11:56:12 UTC 2024]; root of context hierarchy] 11:56:12.779 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:12.779 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:12.779 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:12.779 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:12.779 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:12.780 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:12.780 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:12.780 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:12.782 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testServiceReferenceProperties-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest_0.0.0 [18] for sending replayes events; last one was null 11:56:12.782 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:12.782 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:12.783 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:13,795 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:13,996 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:13,999 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:14,013 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:14,090 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:14,092 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:14,096 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:14,103 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47ef968d - No compression will be used 11:56:14,108 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:14,109 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:14,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:14,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:14,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:14,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:14,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:14,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:14,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:14,169 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:14,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:14,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:14,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:14,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:14,170 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:14,170 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:14,170 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:14,171 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:14,171 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:14,172 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49fc609f - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest 11:56:14.312 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:56:14.318 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 11:56:14.319 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:215 - About to start Equinox OSGi Platform 11:56:14.787 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:56:14.790 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:56:14.791 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:56:14.792 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:56:14.793 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:14.980 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:14.991 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:14.995 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:14.997 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:15.004 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:15.070 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:15.072 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:15.078 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:15.086 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:15.097 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:15.175 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:15.179 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:15.184 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:15.192 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:15.194 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:15.198 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:15.201 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:15.275 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:15.383 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:15.385 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:15.385 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:15.386 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:15.386 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:15.387 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:15.387 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:15.388 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:15.388 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:15.389 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:15.389 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:15.390 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:15.390 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:15.391 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:15.391 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:15,479 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:15,508 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:15,510 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:15,518 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:15,579 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:15,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:15,584 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:15,590 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@47e2e487 - No compression will be used 11:56:15,595 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:15,595 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:15,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:15,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:15,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:15,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:15,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:15,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:15,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:15,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:15,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:15,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:15,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:15,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:15,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:15,597 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:15,597 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:15,598 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:15,598 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:15,599 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point 11:56:15.607 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:56:15.614 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:15.781 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:15.782 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:15.784 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:56:15.787 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:56:15.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:15.792 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.793 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:56:15.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:15.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:15.793 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.793 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:56:15.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:15.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:15.794 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.794 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:56:15.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:15.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:15.795 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.795 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:56:15.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:15.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:15.795 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.795 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:56:15.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:15.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:15.796 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.796 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:56:15.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:15.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:15.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.797 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:56:15.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:15.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:15.798 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.798 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:56:15.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:15.798 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:15.799 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.799 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:56:15.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:15.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:15.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.800 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:56:15.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:15.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:15.806 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.806 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:56:15.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:15.806 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:15.807 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.807 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:56:15.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:15.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:15.808 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.808 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:56:15.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:15.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:15.809 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.809 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:56:15.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:15.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:15.812 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.813 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:56:15.813 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:15.813 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:15.813 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.813 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:56:15.813 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:15.820 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:15.820 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:15.824 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:56:15.825 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:15.868 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:15.870 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:15.870 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:56:15.870 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6f8e8894 w/ reference null 11:56:15.871 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:56:15.874 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:15.881 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.881 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:15.881 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:15.882 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.882 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:15.882 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:15.882 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:15.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:15.883 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:15.883 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:15.884 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:15.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:15.884 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.884 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:15.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:15.885 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:15.885 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:15.886 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:15.886 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:15.887 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:15.887 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:15.888 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:15.888 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:15.890 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:15.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:15.890 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.890 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:15.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:15.891 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:15.891 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:15.892 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:15.892 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:15.893 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:15.893 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:15.894 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.894 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:15.894 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:15.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:15.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.898 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:56:15.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:15.898 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:15.898 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.899 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:15.900 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest-bundle.properties was not found; using defaults 11:56:15.900 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 11:56:15.910 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 11:56:15.911 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 11:56:15.911 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 11:56:15.913 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 11:56:15.913 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceProxyFactoryBeanTest bytecode to determine imports... 11:56:15.915 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceProxyFactoryBeanTest 11:56:15.976 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:56:15.977 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceBaseTest bytecode to determine imports... 11:56:15.977 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 11:56:15.977 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:15.977 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:56:15.978 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 11:56:15.979 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:15.979 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:56:15.979 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:56:15.980 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:15.980 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:56:15.980 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:56:15.981 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:56:15.981 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:56:15.981 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.service.importer.support, java.lang, org.osgi.framework, java.util, java.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io, java.net} 11:56:15.981 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, java.lang, java.util, java.io, java.util.jar, java.security, java.lang.reflect, java.net] 11:56:15.981 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:56:15.981 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.springframework.core.io] 11:56:15.982 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-Name=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0] 11:56:15.982 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-Name=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.springframework.core.io, Manifest-Version=1.0]] 11:56:15.982 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:56:15.982 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:56:15.982 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:56:15.982 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:56:15.982 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:56:15.982 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:56:15.982 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 11:56:15.983 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 11:56:15.988 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:557 - Test bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] successfully installed 11:56:15.988 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:56:15.990 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] 11:56:15.991 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:15.991 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest) 11:56:15.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] 11:56:15.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] 11:56:15.991 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:15.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] 11:56:15.992 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:562 - Test bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest)] successfully started 11:56:15.992 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:56:15.993 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:56:15.994 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:56:15.994 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:56:15.994 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:56:15.994 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:56:15.995 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:56:15.995 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:56:15.995 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:56:15.996 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:56:15.997 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:56:15.997 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:56:15.998 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:56:15.998 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:56:15.999 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:56:15.999 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:56:15.999 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:56:16.000 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:56:16.000 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:56:16.000 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest] does not trigger a context creation. 11:56:16.000 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsInterface] to OSGi 11:56:16.009 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsInterface] for execution inside OSGi 11:56:16.009 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForOneServiceAsInterface] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@934b6cb 11:56:16.010 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:190 - Loading context for locations: 11:56:16.015 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): startup date [Wed Jan 17 11:56:16 UTC 2024]; root of context hierarchy 11:56:16.073 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:56:16.087 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@291f18: defining beans []; root of factory hierarchy 11:56:16.093 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:16.093 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:56:16.094 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:16.095 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:16.097 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@130e116b] 11:56:16.097 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@e383572] 11:56:16.099 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61fe30] 11:56:16.101 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): startup date [Wed Jan 17 11:56:16 UTC 2024]; root of context hierarchy] 11:56:16.102 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, org.springframework.context.service.name=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-SymbolicName=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, Bundle-Version=0.0.0} 11:56:16.103 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:16.171 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.lang.Comparable, interface java.io.Serializable, interface java.lang.Cloneable} and filter=[(objectClass=java.util.Date)] in=[(&(&(objectClass=java.lang.Comparable)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))(objectClass=java.util.Date))] 11:56:16.171 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(&(objectClass=java.lang.Comparable)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))(objectClass=java.util.Date))] in=[(&(&(objectClass=java.lang.Comparable)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))(objectClass=java.util.Date))] 11:56:16.171 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:56:16.176 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:56:16.213 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(&(objectClass=java.lang.Comparable)(objectClass=java.io.Serializable)(objectClass=java.lang.Cloneable))(objectClass=java.util.Date))] 11:56:16.214 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.lang.Comparable, java.io.Serializable, java.lang.Cloneable, java.util.Date}={service.id=33}} 11:56:16.214 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.lang.Comparable, java.io.Serializable, java.lang.Cloneable, java.util.Date}={service.id=33}] bound to proxy 11:56:16.215 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.lang.Comparable, java.io.Serializable, java.lang.Cloneable, java.util.Date}={service.id=33}] bound to proxy 11:56:16.218 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.lang.Comparable, java.io.Serializable, java.lang.Cloneable, java.util.Date}={service.id=33}] was unregistered and unbound from the service proxy 11:56:16.219 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.lang.Comparable, java.io.Serializable, java.lang.Cloneable, java.util.Date}={service.id=33}] was unregistered and unbound from the service proxy 11:56:16.219 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:16.219 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsInterface] 11:56:16.220 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForOneServiceAsInterface]'s result read 11:56:16.221 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsClass] to OSGi 11:56:16.221 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsClass] for execution inside OSGi 11:56:16.221 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForOneServiceAsClass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@77258e59 11:56:16.222 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 11:56:16.222 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 11:56:16.222 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 11:56:16.222 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 11:56:16.320 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 11:56:16.320 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.Date}={service.id=34}} 11:56:16.320 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [{java.util.Date}={service.id=34}] bound to proxy 11:56:16.320 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [{java.util.Date}={service.id=34}] bound to proxy 11:56:16.321 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [{java.util.Date}={service.id=34}] was unregistered and unbound from the service proxy 11:56:16.321 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [{java.util.Date}={service.id=34}] was unregistered and unbound from the service proxy 11:56:16.321 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:16.321 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsClass] 11:56:16.322 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForOneServiceAsClass]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.014 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest 11:56:16.324 [Thread-0] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 11:56:16.325 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest (TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest) 11:56:16.325 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:16.325 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:16.325 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): startup date [Wed Jan 17 11:56:16 UTC 2024]; root of context hierarchy 11:56:16.368 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:16.368 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest, config=): startup date [Wed Jan 17 11:56:16 UTC 2024]; root of context hierarchy] 11:56:16.368 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:16.368 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:16.368 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:16.368 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:16.368 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:16.369 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:16.371 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testFactoryBeanForOneServiceAsInterface-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest_0.0.0 [18] for sending replayes events; last one was null 11:56:16.371 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:16.371 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:16.372 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:17,300 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:17,512 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:17,514 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:17,578 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:17,672 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:17,673 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:17,678 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:17,684 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@627551fb - No compression will be used 11:56:17,689 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:17,689 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:17,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:17,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:17,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:17,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:17,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:17,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:17,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:17,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:17,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:17,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:17,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:17,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:17,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:17,691 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:17,691 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:17,692 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:17,692 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:17,692 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3b084709 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest 11:56:17.893 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:56:17.898 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 11:56:17.898 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:215 - About to start Equinox OSGi Platform 11:56:18.479 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:56:18.482 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:56:18.482 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:56:18.486 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:56:18.487 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:18.603 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:18.669 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:18.674 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:18.676 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:18.683 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:18.689 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:18.691 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:18.697 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:18.707 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:18.778 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:18.791 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:18.794 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:18.799 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:18.870 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:18.875 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:18.881 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:18.884 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:18.898 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:18.973 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:18.973 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:18.974 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:18.974 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:18.974 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:18.975 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:18.975 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:18.975 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:18.976 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:18.976 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:18.976 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:18.976 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:18.977 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:18.977 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:18.977 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:19,010 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:19,082 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:19,084 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:19,091 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:19,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:19,108 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:19,111 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:19,116 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27f981c6 - No compression will be used 11:56:19,169 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:19,170 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:19,171 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:19,172 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:19,172 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:19,172 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:19,172 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:19,172 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:19,173 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@53aac487 - Registering current configuration as safe fallback point 11:56:19.181 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:56:19.187 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:19.299 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:19.300 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:19.302 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:56:19.305 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:56:19.308 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:19.310 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.311 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:56:19.311 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:19.311 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:19.368 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.368 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:56:19.368 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:19.368 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:19.369 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.369 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:56:19.369 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:19.369 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:19.369 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.369 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:56:19.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:19.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:19.370 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.370 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:56:19.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:19.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:19.371 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.371 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:56:19.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:19.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:19.372 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.372 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:56:19.372 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:19.372 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:19.373 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.373 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:56:19.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:19.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:19.374 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.374 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:56:19.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:19.374 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:19.375 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.376 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:56:19.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:19.376 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:19.377 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.377 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:56:19.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:19.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:19.378 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.378 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:56:19.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:19.378 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:19.379 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.379 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:56:19.379 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:19.379 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:19.384 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.384 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:56:19.384 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:19.384 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:19.384 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.388 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:56:19.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:19.388 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:19.388 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.389 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:56:19.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:19.395 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:19.395 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:19.400 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:56:19.400 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:19.402 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:19.403 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:19.404 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@19976a65 w/ reference null 11:56:19.404 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@19976a65 w/ reference null 11:56:19.405 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:56:19.407 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:19.414 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:19.415 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:19.415 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:19.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:19.416 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:19.416 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:19.417 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:19.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:19.417 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.417 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:19.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:19.418 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:19.418 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:19.418 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:19.419 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:19.419 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.420 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:19.420 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:19.468 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:19.468 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:19.469 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:19.470 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:19.471 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:19.471 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:19.472 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:19.472 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:19.473 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.473 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:19.473 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:19.474 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:19.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:19.474 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:19.474 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:19.475 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.476 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:19.476 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:19.479 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:19.479 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.479 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:56:19.479 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:19.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:19.480 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.480 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:19.481 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest-bundle.properties was not found; using defaults 11:56:19.482 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 11:56:19.489 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 11:56:19.489 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 11:56:19.490 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 11:56:19.491 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 11:56:19.491 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing MultiServiceProxyFactoryBeanTest bytecode to determine imports... 11:56:19.496 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class MultiServiceProxyFactoryBeanTest 11:56:19.506 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:56:19.506 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] is part of the test archive; parsing ServiceBaseTest bytecode to determine imports... 11:56:19.506 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 11:56:19.506 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:19.506 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:56:19.507 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 11:56:19.508 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:19.508 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:56:19.508 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:56:19.509 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:19.509 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:56:19.509 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:56:19.568 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:56:19.568 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:56:19.569 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, org.eclipse.gemini.blueprint.service.importer.support, java.lang, org.osgi.framework, java.util, org.springframework.core, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.service.importer, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, java.util.jar, java.security, java.lang.reflect, java.io, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io, java.net} 11:56:19.569 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean, java.lang, java.util, java.util.jar, java.security, java.lang.reflect, java.io, java.net] 11:56:19.569 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:56:19.569 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.service.importer.support, org.osgi.framework, org.springframework.core, org.eclipse.gemini.blueprint.service, org.eclipse.gemini.blueprint.service.importer, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.provisioning, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util, org.springframework.core.io] 11:56:19.569 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-Name=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.springframework.core,org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.service.importer,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0] 11:56:19.569 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-Name=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.service.importer.support,org.osgi.framework,org.springframework.core,org.eclipse.gemini.blueprint.service,org.eclipse.gemini.blueprint.service.importer,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.provisioning,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util,org.springframework.core.io, Manifest-Version=1.0]] 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:19.570 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:19.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 11:56:19.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 11:56:19.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 11:56:19.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 11:56:19.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 11:56:19.571 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 11:56:19.575 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:557 - Test bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] successfully installed 11:56:19.576 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:56:19.578 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] 11:56:19.578 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:19.579 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest) 11:56:19.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] 11:56:19.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] 11:56:19.579 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:19.579 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] 11:56:19.579 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:562 - Test bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest)] successfully started 11:56:19.580 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:56:19.581 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:56:19.582 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:56:19.582 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:56:19.582 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:56:19.582 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:56:19.583 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:56:19.583 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:56:19.583 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:56:19.584 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:56:19.585 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:56:19.586 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:56:19.586 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:56:19.586 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:56:19.587 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:56:19.587 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:56:19.587 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:56:19.588 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:56:19.588 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:56:19.588 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] does not trigger a context creation. 11:56:19.588 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testIteratorWhenServiceGoesDown] to OSGi 11:56:19.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testIteratorWhenServiceGoesDown] for execution inside OSGi 11:56:19.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testIteratorWhenServiceGoesDown] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3eb81efb 11:56:19.599 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:190 - Loading context for locations: 11:56:19.604 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): startup date [Wed Jan 17 11:56:19 UTC 2024]; root of context hierarchy 11:56:19.670 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:56:19.686 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@1583741e: defining beans []; root of factory hierarchy 11:56:19.693 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:19.693 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:56:19.694 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:19.694 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:19.696 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@66c61024] 11:56:19.697 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@61fe30] 11:56:19.698 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4b41dd5c] 11:56:19.700 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): startup date [Wed Jan 17 11:56:19 UTC 2024]; root of context hierarchy] 11:56:19.701 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, org.springframework.context.service.name=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-SymbolicName=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, Bundle-Version=0.0.0} 11:56:19.702 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:19.775 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 11:56:19.775 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 11:56:19.775 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 11:56:19.775 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:19.776 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 11:56:19.776 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:19.779 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.Date}={Moroccan=Sunset,service.id=33} 11:56:19.887 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:19.888 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testIteratorWhenServiceGoesDown] 11:56:19.888 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testIteratorWhenServiceGoesDown]'s result read 11:56:19.889 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testProxyDestruction] to OSGi 11:56:19.890 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 11:56:19.890 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyDestruction] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3a6f2de3 11:56:19.890 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 11:56:19.890 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 11:56:19.890 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 11:56:19.891 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:19.891 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 11:56:19.891 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {{java.util.Date}={Moroccan=Sunset, service.id=34}} 11:56:19.891 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.Date}={Moroccan=Sunset,service.id=34} 11:56:19.892 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:19.893 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testProxyDestruction] 11:56:19.893 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testProxyDestruction]'s result read 11:56:19.893 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsInterfaces] to OSGi 11:56:19.893 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsInterfaces] for execution inside OSGi 11:56:19.894 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForMultipleServicesAsInterfaces] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@78f5c518 11:56:19.894 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.ArrayList} and filter=[] in=[(objectClass=java.util.ArrayList)] 11:56:19.894 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.ArrayList)] in=[(objectClass=java.util.ArrayList)] 11:56:19.894 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 11:56:19.894 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:19.894 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.ArrayList)] 11:56:19.895 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:19.895 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.ArrayList}={service.id=35} 11:56:19.895 [main] INFO o.s.aop.framework.CglibAopProxy:272 - Method [java.lang.Object java.util.ArrayList.elementData(int)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy. 11:56:19.969 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.ArrayList}={service.id=36} 11:56:19.970 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:19.971 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsInterfaces] 11:56:19.971 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForMultipleServicesAsInterfaces]'s result read 11:56:19.971 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsClasses] to OSGi 11:56:19.971 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsClasses] for execution inside OSGi 11:56:19.972 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForMultipleServicesAsClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@42f8285e 11:56:19.972 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[] in=[(objectClass=java.util.Date)] 11:56:19.972 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.util.Date)] in=[(objectClass=java.util.Date)] 11:56:19.972 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 11:56:19.972 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:19.972 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 11:56:19.973 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:19.973 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.Date}={service.id=37} 11:56:19.974 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest] {java.util.Date}={service.id=38} 11:56:19.975 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:19.975 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsClasses] 11:56:19.975 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForMultipleServicesAsClasses]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.087 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest 11:56:19.994 [Thread-0] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 11:56:19.994 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:19.995 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest (TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest) 11:56:19.995 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:19.995 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): startup date [Wed Jan 17 11:56:19 UTC 2024]; root of context hierarchy 11:56:19.995 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:19.995 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest, config=): startup date [Wed Jan 17 11:56:19 UTC 2024]; root of context hierarchy] 11:56:19.995 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:19.995 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:19.995 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:19.996 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:19.996 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:19.997 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:19.997 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testIteratorWhenServiceGoesDown-org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest_0.0.0 [18] for sending replayes events; last one was null 11:56:19.997 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:19.997 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:19.998 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:20,985 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:21,183 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:21,185 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:21,199 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:21,288 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:21,290 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:21,295 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:21,301 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3dd4520b - No compression will be used 11:56:21,305 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:21,305 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:21,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:21,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:21,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:21,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:21,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:21,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:21,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:21,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:21,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:21,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:21,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:21,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:21,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:21,370 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:21,370 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:21,371 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:21,371 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:21,371 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3a883ce7 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest 11:56:21.572 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:56:21.576 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:85 - Instantiating platform wrapper... 11:56:21.576 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:215 - About to start Equinox OSGi Platform 11:56:22.019 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:56:22.022 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:56:22.023 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:56:22.024 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:56:22.024 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:22.189 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:22.198 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:22.202 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:22.204 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:22.273 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:22.280 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:22.281 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:22.288 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:22.295 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:22.369 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:22.382 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:22.386 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:22.391 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:22.399 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:22.401 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:22.468 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:22.471 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:22.476 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.0.M01-SNAPSHOT.jar] 11:56:22.486 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:22.508 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:22.509 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:22.509 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:22.509 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:22.568 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:22.569 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:22.570 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:22.570 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:22.571 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:22.571 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:22.571 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:22.572 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:22.572 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:22.573 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:22.573 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:22,625 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:22,710 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:22,713 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:22,725 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:22,787 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:22,789 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:22,794 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:22,802 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1151e434 - No compression will be used 11:56:22,808 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:22,809 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:22,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:22,810 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:22,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:22,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:22,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:22,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:22,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:22,811 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:22,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:22,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:22,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:22,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:22,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:22,812 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:22,813 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:22,813 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:22,813 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:22,814 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@273e7444 - Registering current configuration as safe fallback point 11:56:22.828 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:56:22.881 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:23.007 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:23.008 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:23.012 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:56:23.014 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:56:23.017 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:23.069 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.069 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:56:23.069 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:23.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:23.070 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.070 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:56:23.070 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:23.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:23.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.071 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:56:23.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:23.071 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:23.071 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.072 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:56:23.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:23.072 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:23.072 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.072 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:56:23.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:23.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:23.073 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.073 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:56:23.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:23.073 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:23.074 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.074 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:56:23.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:23.074 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:23.075 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.075 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:56:23.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:23.075 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:23.076 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.076 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:56:23.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:23.076 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:23.082 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.082 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:56:23.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:23.082 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:23.083 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.084 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:56:23.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:23.084 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:23.084 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:56:23.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:23.085 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:23.085 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.085 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:56:23.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:23.086 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:23.089 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.090 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:56:23.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:23.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:23.090 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.090 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:56:23.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:23.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:23.091 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.091 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:56:23.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:23.098 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:23.098 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:23.102 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:56:23.102 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:23.105 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:23.106 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:23.106 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@4b2c5e02 w/ reference null 11:56:23.107 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@4b2c5e02 w/ reference null 11:56:23.108 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:56:23.111 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:23.173 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:23.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:23.175 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:23.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:23.175 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:23.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:23.176 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:23.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:23.176 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:23.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:23.177 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:23.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:23.178 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:23.178 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:23.179 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:23.179 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:23.180 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.180 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:23.180 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:23.181 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.181 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:23.181 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:23.182 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:23.182 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:23.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:23.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:23.184 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:23.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:23.185 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:23.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:23.185 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:23.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:23.186 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:23.187 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:23.189 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:23.190 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.190 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:56:23.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:23.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:23.194 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:23.194 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:319 - Starting [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.0.M01-SNAPSHOT.jar] 11:56:23.194 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 11:56:23.195 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.195 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener) 11:56:23.195 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 11:56:23.200 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExtenderListener is type compatible with extender gemini-blueprint-extender; processing bundle... 11:56:23.201 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.201 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 11:56:23.203 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 11:56:23.203 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:56:23.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 11:56:23.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:23.204 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.204 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 11:56:23.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.205 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy 11:56:23.206 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:199 - org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest-bundle.properties was not found; using defaults 11:56:23.206 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:511 - Post processing: creating test bundle 11:56:23.210 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:56:23.214 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.event] 11:56:23.215 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:202 - Automatically creating Manifest for the test bundle 11:56:23.215 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:366 - Using the test class for generating bundle imports 11:56:23.216 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 11:56:23.268 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt.event] is part of the test archive; parsing OsgiLifecycleNotificationTest bytecode to determine imports... 11:56:23.270 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class OsgiLifecycleNotificationTest 11:56:23.279 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 11:56:23.279 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt.event] is part of the test archive; parsing AbstractEventTest bytecode to determine imports... 11:56:23.280 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class AbstractEventTest 11:56:23.281 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:23.281 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:56:23.281 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest 11:56:23.282 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://18.fwk591391158/META-INF/spring/config.xml] 11:56:23.283 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:23.283 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:56:23.283 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:56:23.284 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:23.285 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:56:23.285 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:56:23.285 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:56:23.285 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:56:23.286 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.event, java.lang, org.eclipse.gemini.blueprint.context.event, java.util, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, java.net, java.io, org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 11:56:23.286 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.event, java.lang, java.util, java.net, java.io, java.util.jar, java.security, java.lang.reflect] 11:56:23.286 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:56:23.286 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.context.event, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 11:56:23.286 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-Name=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context.event,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 11:56:23.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-Name=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.context.event,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:23.287 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:23.288 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 11:56:23.288 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 11:56:23.288 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 11:56:23.288 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 11:56:23.288 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 11:56:23.288 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 11:56:23.288 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 11:56:23.288 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 11:56:23.293 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:557 - Test bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] successfully installed 11:56:23.293 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:56:23.369 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] 11:56:23.370 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.370 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest) 11:56:23.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] 11:56:23.370 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] 11:56:23.370 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.371 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] 11:56:23.371 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:562 - Test bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest)] successfully started 11:56:23.371 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:56:23.373 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:56:23.373 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:56:23.373 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:56:23.373 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:56:23.374 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:56:23.374 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:56:23.374 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:56:23.375 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:56:23.401 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:56:23.402 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:56:23.403 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:56:23.403 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:56:23.404 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:56:23.404 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:56:23.404 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:56:23.405 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:56:23.405 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:56:23.405 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:56:23.405 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.extenderlistener] triggers a context creation; waiting for it 11:56:23.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:56:23.406 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.extenderlistener] incremented to 1 11:56:23.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk591391158/org/springframework/beans/factory/xml/spring-beans.xsd 11:56:23.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:23.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk591391158/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:23.408 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:23.408 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 11:56:23.510 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:56:23.568 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk591391158/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:56:23.597 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@7a2268ab: defining beans [packageAdmin,listener]; root of factory hierarchy 11:56:23.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:23.605 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:56:23.605 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:23.606 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:23.612 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:56:23.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7a2268ab: defining beans [packageAdmin,listener]; root of factory hierarchy] 11:56:23.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:56:23.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1201a0a2 11:56:23.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:56:23.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:56:23.615 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.616 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:56:23.616 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:56:23.616 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.616 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.616 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:56:23.616 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.618 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1724bc0f] 11:56:23.618 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@699b07bb] 11:56:23.695 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&packageAdmin] is being tracked for dependencies 11:56:23.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [packageAdmin] depends (transitively) on the following importers:{} 11:56:23.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [packageAdmin] depends on importers:[] 11:56:23.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.extenderlistener.LoggerListener] classes {} 11:56:23.697 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}] 11:56:23.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:85 - Get service called by bundle gemini-blueprint-extender on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.extenderlistener] {org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}={org.eclipse.gemini.blueprint.bean.name=listener,org.springframework.osgi.bean.name=listener,osgi.service.blueprint.compname=listener,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.extenderlistener,Bundle-Version=1.0.0,service.id=32} 11:56:23.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [packageAdmin] started; all its dependencies are satisfied 11:56:23.700 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@673c4137] 11:56:23.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:23.703 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.extenderlistener, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.extenderlistener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.extenderlistener, Bundle-Version=1.0.0} 11:56:23.704 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:23.705 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.extenderlistener] decremented to 0 11:56:23.705 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 11:56:23.705 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest] does not trigger a context creation. 11:56:23.706 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatFail] to OSGi 11:56:23.710 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:23.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.extenderlistener_1.0.0 [18] 11:56:23.715 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatFail] for execution inside OSGi 11:56:23.716 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEventsForCtxThatFail] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6c0d7c83 11:56:23.716 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:190 - Loading context for locations: 11:56:23.717 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy 11:56:23.718 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:56:23.718 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@71e693fa: defining beans []; root of factory hierarchy 11:56:23.718 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:23.718 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:56:23.718 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:23.718 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:23.719 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7aaca91a] 11:56:23.719 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@44c73c26] 11:56:23.719 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@41005828] 11:56:23.719 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:23.720 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, org.springframework.context.service.name=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-SymbolicName=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, Bundle-Version=0.0.0} 11:56:23.720 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:23.777 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:23.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:23.786 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.787 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error) 11:56:23.787 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:23.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-error is type compatible with extender gemini-blueprint-extender; processing bundle... 11:56:23.787 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:23.787 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:23.788 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:56:23.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:23.788 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:23.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.788 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.788 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:23.788 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy 11:56:23.788 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:56:23.789 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk591391158/META-INF/spring/error.xml] 11:56:23.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:56:23.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk591391158/org/springframework/beans/factory/xml/spring-beans.xsd 11:56:23.792 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:23.792 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk591391158/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:23.871 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://20.fwk591391158/META-INF/spring/osgi.xml] 11:56:23.873 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:56:23.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk591391158/org/springframework/beans/factory/xml/spring-beans.xsd 11:56:23.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:23.874 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk591391158/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:23.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:56:23.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk591391158/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:56:23.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@10648cad: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 11:56:23.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:23.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:56:23.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:23.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:23.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.902 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:56:23.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@10648cad: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 11:56:23.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:56:23.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1201a0a2 11:56:23.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:56:23.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:56:23.967 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:56:23.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:56:23.968 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.968 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.968 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:56:23.968 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5c3c98e] 11:56:23.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3d1615e3] 11:56:23.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.simpleservice.MyService] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles 11:56:23.975 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Post refresh error org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.eclipse.gemini.blueprint.iandt.error.TestService] for bean with name 'simpleService' defined in URL [bundleentry://20.fwk591391158/META-INF/spring/error.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1383) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:670) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:637) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1489) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1007) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:740) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:322) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:287) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) Caused by: java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:150) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:212) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.springframework.util.ClassUtils.forName(ClassUtils.java:264) at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:437) at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1428) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1372) ... 14 common frames omitted Caused by: java.lang.NoClassDefFoundError: org/eclipse/gemini/blueprint/iandt/simpleservice/MyService at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:638) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:613) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:574) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216) at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395) at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:136) ... 20 common frames omitted Caused by: java.lang.ClassNotFoundException: org.eclipse.gemini.blueprint.iandt.simpleservice.MyService cannot be found by org.eclipse.gemini.blueprint.iandt.error_1.0.0 at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 39 common frames omitted 11:56:23.976 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextFailedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:23.977 [EclipseGeminiBlueprintExtenderThread-1] ERROR o.e.g.b.e.i.s.ExtenderConfiguration:50 - Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml)) org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.eclipse.gemini.blueprint.iandt.error.TestService] for bean with name 'simpleService' defined in URL [bundleentry://20.fwk591391158/META-INF/spring/error.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1383) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:670) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:637) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1489) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1007) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:740) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:322) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:287) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) Caused by: java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:150) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:212) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.springframework.util.ClassUtils.forName(ClassUtils.java:264) at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:437) at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1428) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1372) ... 14 common frames omitted Caused by: java.lang.NoClassDefFoundError: org/eclipse/gemini/blueprint/iandt/simpleservice/MyService at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:638) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:613) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:574) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216) at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395) at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:136) ... 20 common frames omitted Caused by: java.lang.ClassNotFoundException: org.eclipse.gemini.blueprint.iandt.simpleservice.MyService cannot be found by org.eclipse.gemini.blueprint.iandt.error_1.0.0 at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 39 common frames omitted 11:56:23.977 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle org.eclipse.gemini.blueprint.iandt.error_1.0.0 [20] 11:56:23.977 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:23.977 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.978 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:358 - Shutting down appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) once stageTwo() is complete 11:56:23.978 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:56:23.978 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.978 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:23.978 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:23.978 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:23.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:56:23.978 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:56:23.979 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.error_1.0.0 [20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5ccf5446 11:56:23.980 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.error_1.0.0 [20] for sending replayes events; last one was null 11:56:23.980 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.error_1.0.0 [20] for sending replayes events; last one was null 11:56:23.980 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:23.981 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatFail] 11:56:23.981 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:447 - Test[testEventsForCtxThatFail]'s result read 11:56:23.982 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatWork] to OSGi 11:56:23.983 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatWork] for execution inside OSGi 11:56:23.983 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEventsForCtxThatWork] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1838ccb8 11:56:23.983 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:23.983 [EclipseGeminiBlueprintExtenderThread-1] ERROR o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:442 - Unable to create application context for [org.eclipse.gemini.blueprint.iandt.error], unsatisfied dependencies: none org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.eclipse.gemini.blueprint.iandt.error.TestService] for bean with name 'simpleService' defined in URL [bundleentry://20.fwk591391158/META-INF/spring/error.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1383) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:670) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:637) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1489) at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1007) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:740) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:57) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:322) at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:287) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) Caused by: java.lang.NoClassDefFoundError: org.eclipse.gemini.blueprint.iandt.error.TestService not found from bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:150) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:212) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.springframework.util.ClassUtils.forName(ClassUtils.java:264) at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:437) at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1428) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1372) ... 14 common frames omitted Caused by: java.lang.NoClassDefFoundError: org/eclipse/gemini/blueprint/iandt/simpleservice/MyService at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:638) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:613) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:574) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216) at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395) at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212) at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:136) ... 20 common frames omitted Caused by: java.lang.ClassNotFoundException: org.eclipse.gemini.blueprint.iandt.simpleservice.MyService cannot be found by org.eclipse.gemini.blueprint.iandt.error_1.0.0 at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 39 common frames omitted 11:56:23.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:56:23.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.992 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:56:23.992 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:56:23.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:56:23.993 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:23.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:56:23.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:56:23.993 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 11:56:23.993 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:56:23.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:23.994 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.994 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.simpleservice]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:23.994 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:23.994 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 11:56:23.994 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy 11:56:23.994 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:56:23.995 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk591391158/META-INF/spring/simpleservice-osgi.xml] 11:56:23.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:56:23.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk591391158/org/springframework/beans/factory/xml/spring-beans.xsd 11:56:23.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:23.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk591391158/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:24.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:56:24.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk591391158/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:56:24.081 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://21.fwk591391158/META-INF/spring/simpleservice.xml] 11:56:24.086 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:56:24.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk591391158/org/springframework/beans/factory/xml/spring-beans.xsd 11:56:24.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:24.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk591391158/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:24.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@5fb106be: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 11:56:24.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:24.097 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:56:24.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:24.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:24.098 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:56:24.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@5fb106be: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 11:56:24.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:56:24.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1201a0a2 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@68142a03] 11:56:24.100 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7b2e0b3b] Delaying for:0 11:56:24.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 11:56:24.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 11:56:24.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 11:56:24.101 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 11:56:24.102 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 11:56:24.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 11:56:24.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6ac823bf] 11:56:24.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:24.102 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 11:56:24.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} events received [org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy]] 11:56:24.169 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:24.169 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:24.169 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [21] 11:56:24.169 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.169 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:24.169 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.170 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.170 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 11:56:24.170 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy 11:56:24.170 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:24.171 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 11:56:24.172 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}={org.eclipse.gemini.blueprint.bean.name=simpleService, org.springframework.osgi.bean.name=simpleService, osgi.service.blueprint.compname=simpleService, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0, service.id=37}] 11:56:24.172 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:56:24.172 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.i.e.LoggerListener:35 - Received event org.eclipse.gemini.blueprint.context.event.OsgiBundleContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:24.173 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 11:56:24.173 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:24.173 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:56:24.173 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5208b1af 11:56:24.173 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [21] for sending replayes events; last one was null 11:56:24.174 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.simpleservice_1.0.0 [21] for sending replayes events; last one was null 11:56:24.174 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:24.174 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatWork] 11:56:24.174 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:447 - Test[testEventsForCtxThatWork]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.606 sec - in org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest 11:56:24.177 [Thread-0] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:471 - Shutting down OSGi platform 11:56:24.177 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest (TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest) 11:56:24.177 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:24.177 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy 11:56:24.177 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.extenderlistener_1.0.0 [18]] 11:56:24.177 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest, config=): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:24.178 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:24.184 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.extenderlistener has unused registered services; added for shutdown 11:56:24.185 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.extenderlistener_1.0.0 [18]] 11:56:24.185 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:24.186 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.186 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:24.186 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.186 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml) 11:56:24.186 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener) 11:56:24.186 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy 11:56:24.186 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:23 UTC 2024]; root of context hierarchy] 11:56:24.187 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [packageAdmin] 11:56:24.187 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle gemini-blueprint-extender on registration ServiceReference [org.eclipse.gemini.blueprint.iandt.extenderlistener] {org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}={org.eclipse.gemini.blueprint.bean.name=listener,org.springframework.osgi.bean.name=listener,osgi.service.blueprint.compname=listener,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.extenderlistener,Bundle-Version=1.0.0,service.id=32} 11:56:24.188 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for {org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}={org.eclipse.gemini.blueprint.bean.name=listener, org.springframework.osgi.bean.name=listener, osgi.service.blueprint.compname=listener, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.extenderlistener, Bundle-Version=1.0.0, service.id=32}] 11:56:24.188 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:56:24.188 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:56:24.188 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4adfd882 11:56:24.188 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:56:24.188 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:24.188 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:24.189 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:24.189 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:24.189 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:24.189 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:24.189 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testEventsForCtxThatFail-org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest_0.0.0 [19] for sending replayes events; last one was null 11:56:24.189 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.extenderlistener_1.0.0 [18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@56373f36 11:56:24.189 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:24.189 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:24.190 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:25,179 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:25,305 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:25,308 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:25,375 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:25,403 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:25,405 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:25,409 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:25,473 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:56:25,478 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:25,478 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:25,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:25,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:25,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:25,479 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:25,480 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:25,480 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:25,481 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:25,481 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:25,482 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest 11:56:25.678 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:56:25.682 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:85 - Instantiating platform wrapper... 11:56:25.683 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:215 - About to start Equinox OSGi Platform 11:56:26.128 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:56:26.131 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:56:26.131 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:56:26.133 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:56:26.168 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:26.304 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:26.371 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:26.376 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:26.378 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:26.386 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:26.392 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:26.396 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:26.404 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:26.472 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:26.484 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:26.499 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:26.503 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:26.571 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:26.580 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:26.582 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:26.588 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:26.591 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:26.606 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:26.691 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:26.691 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:26.692 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:26.692 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:26.692 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:26.692 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:26.693 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:26.693 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:26.693 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:26.694 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:26.694 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:26.694 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:26.694 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:26.695 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:26.695 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:26,802 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:26,872 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:26,874 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:26,882 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:26,903 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:26,905 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:26,908 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:26,914 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:56:26,918 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:26,918 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:26,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:26,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:26,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:26,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:26,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:26,920 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:26,920 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:26,921 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:26,921 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:26,922 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:56:26.975 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:56:26.983 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:27.104 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:27.105 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:27.108 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:56:27.111 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:56:27.114 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:27.168 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.168 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:56:27.168 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:27.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:27.169 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.169 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:56:27.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:27.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:27.170 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.170 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:56:27.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:27.170 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:27.171 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.171 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:56:27.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:27.171 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:27.172 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.172 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:56:27.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:27.172 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:27.172 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.173 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:56:27.173 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:27.173 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:27.173 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.173 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:56:27.173 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:27.174 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:27.174 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.175 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:56:27.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:27.175 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:27.175 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.176 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:56:27.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:27.176 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:27.177 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.177 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:56:27.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:27.177 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:27.183 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.183 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:56:27.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:27.183 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:27.184 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.184 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:56:27.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:27.184 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:27.185 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.185 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:56:27.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:27.185 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:27.186 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.186 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:56:27.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:27.186 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:27.190 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.190 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:56:27.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:27.190 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:27.191 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.191 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:56:27.191 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:27.198 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:27.198 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:27.203 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:56:27.203 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:27.206 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:27.207 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:27.208 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:56:27.208 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:56:27.209 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:56:27.211 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:27.219 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.219 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:27.220 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:27.220 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.220 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:27.221 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:27.221 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.221 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:27.221 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:27.221 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.222 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:27.222 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:27.222 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.222 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:27.222 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:27.223 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.223 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:27.223 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:27.267 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.268 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:27.268 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:27.270 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:27.270 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:27.271 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:27.272 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:27.274 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:27.275 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:27.277 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:27.277 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:27.278 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.278 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:27.278 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:27.279 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:27.279 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:27.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:27.280 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:27.280 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:27.281 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:27.282 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.282 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:27.283 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:27.286 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:27.286 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.287 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:56:27.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:27.287 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:27.287 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.288 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:27.289 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:199 - org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest-bundle.properties was not found; using defaults 11:56:27.290 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:511 - Post processing: creating test bundle 11:56:27.300 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.deadlocks] 11:56:27.300 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:202 - Automatically creating Manifest for the test bundle 11:56:27.301 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:366 - Using the test class for generating bundle imports 11:56:27.302 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 11:56:27.303 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt.deadlocks] is part of the test archive; parsing DeadlockHandlingTest bytecode to determine imports... 11:56:27.305 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class DeadlockHandlingTest 11:56:27.374 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:27.374 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:56:27.375 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest 11:56:27.377 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:27.377 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:56:27.377 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:56:27.378 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:27.378 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:56:27.378 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:56:27.379 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:56:27.379 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:56:27.379 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.deadlocks, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, java.net, org.springframework.context.support, org.osgi.util.tracker, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util} 11:56:27.379 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.deadlocks, java.lang, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 11:56:27.379 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:56:27.380 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, org.springframework.context.support, org.osgi.util.tracker, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util] 11:56:27.380 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-Name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.springframework.context.support,org.osgi.util.tracker,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 11:56:27.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-Name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.springframework.context.support,org.osgi.util.tracker,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 11:56:27.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:56:27.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:56:27.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:56:27.380 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:56:27.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:56:27.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:56:27.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:56:27.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:27.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:27.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:27.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 11:56:27.381 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 11:56:27.386 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:557 - Test bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] successfully installed 11:56:27.386 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:56:27.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] 11:56:27.389 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.389 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest) 11:56:27.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] 11:56:27.389 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] 11:56:27.390 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.390 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] 11:56:27.390 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:562 - Test bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest)] successfully started 11:56:27.390 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 11:56:27.400 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 11:56:27.400 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testErrorHandling] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67b9b51a 11:56:27.401 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:190 - Loading context for locations: 11:56:27.407 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): startup date [Wed Jan 17 11:56:27 UTC 2024]; root of context hierarchy 11:56:27.411 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:56:27.426 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@73d983ea: defining beans []; root of factory hierarchy 11:56:27.469 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:27.470 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:56:27.471 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:27.471 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:27.474 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@60df60da] 11:56:27.474 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a2d131d] 11:56:27.476 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@e383572] 11:56:27.478 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): startup date [Wed Jan 17 11:56:27 UTC 2024]; root of context hierarchy] 11:56:27.479 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, org.springframework.context.service.name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, Bundle-Version=0.0.0} 11:56:27.480 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:27.508 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:27.572 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 11:56:27.573 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.deadlock]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.573 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.springframework.osgi.iandt.deadlock]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Purposeful Deadlock (org.springframework.osgi.iandt.deadlock) 11:56:27.573 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 11:56:27.574 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Purposeful Deadlock is type compatible with extender gemini-blueprint-extender; processing bundle... 11:56:27.574 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.deadlock]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:27.575 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 11:56:27.602 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 11:56:27.603 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:56:27.603 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 11:56:27.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6af485d7 11:56:27.604 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.springframework.osgi.iandt.deadlock]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:27.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 11:56:27.604 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 11:56:27.604 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 11:56:27.605 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:27 UTC 2024]; root of context hierarchy 11:56:27.605 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:56:27.613 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/META-INF/spring/deadlock.xml] 11:56:27.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 11:56:27.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundleresource://8.fwk952486988/org/springframework/beans/factory/xml/spring-beans.xsd 11:56:27.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:27.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:27.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:56:27.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 11:56:27.874 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@3d9b82e8: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy 11:56:27.875 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:27.875 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:56:27.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:27.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:27.881 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:56:27.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3d9b82e8: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy] 11:56:27.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2cc67334 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 11:56:27.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:56:27.885 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 11:56:27.885 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4f6d204d] 11:56:27.886 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@479a6b5f] 11:56:27.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.deadlock.BBeanInfo] required by [Purposeful Deadlock(org.springframework.osgi.iandt.deadlock)] scanning available bundles 11:56:27.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectBeanInfo] required by [Purposeful Deadlock(org.springframework.osgi.iandt.deadlock)] scanning available bundles 11:56:27.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [java.lang.ObjectCustomizer] required by [Purposeful Deadlock(org.springframework.osgi.iandt.deadlock)] scanning available bundles 11:56:27.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.springframework.osgi.iandt.deadlock.BCustomizer] required by [Purposeful Deadlock(org.springframework.osgi.iandt.deadlock)] scanning available bundles 11:56:30.605 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:30.606 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 11:56:30.606 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:447 - Test[testErrorHandling]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.934 sec - in org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest 11:56:30.610 [Thread-0] INFO o.e.g.b.i.d.DeadlockHandlingTest:471 - Shutting down OSGi platform 11:56:30.610 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:30.611 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest) 11:56:30.611 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.springframework.osgi.iandt.deadlock_1.0.0 [19]] 11:56:30.611 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): startup date [Wed Jan 17 11:56:27 UTC 2024]; root of context hierarchy 11:56:30.611 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest, config=): startup date [Wed Jan 17 11:56:27 UTC 2024]; root of context hierarchy] 11:56:30.612 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:87 - Bundle org.springframework.osgi.iandt.deadlock has no registered services; added for shutdown 11:56:30.612 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.springframework.osgi.iandt.deadlock_1.0.0 [19]] 11:56:30.613 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:30.613 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:30.614 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 11:56:30.614 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6af485d7 11:56:30.614 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) 11:56:30.614 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:358 - Shutting down appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) once stageTwo() is complete 11:56:30.614 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:56:30.614 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:27 UTC 2024]; root of context hierarchy 11:56:30.615 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:27 UTC 2024]; root of context hierarchy] 11:56:40.614 [Thread-0] ERROR o.e.g.b.e.i.u.c.RunnableTimedExecution:101 - Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml) did not finish in 10000ms; consider taking a snapshot and then shutdown the VM in case the thread still hangs 11:56:40.614 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:398 - OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.deadlock, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:27 UTC 2024]; root of context hierarchy context did not close successfully; forcing shutdown... 11:56:40.614 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 1 service dependency listener(s) to stop... 11:56:50.615 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:442 - 1 service dependency listener(s) did not responded in time; forcing them to shutdown... 11:56:50.615 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:50.615 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:50.615 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:50.615 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:50.617 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.springframework.osgi.iandt.deadlock_1.0.0 [19] for sending replayes events; last one was null 11:56:50.617 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest_0.0.0 [18] for sending replayes events; last one was null 11:56:50.617 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:50.618 [Thread-0] WARN o.e.g.b.e.i.s.ExtenderConfiguration:261 - Forcing the (internally created) taskExecutor to stop... 11:56:50.618 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:50.618 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:51,506 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:51,709 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:51,712 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:51,775 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:51,806 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:51,808 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:51,812 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:51,875 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:56:51,879 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:51,880 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:51,881 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:51,881 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:51,881 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:51,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:51,883 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:51,883 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:51,883 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:51,883 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:51,884 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest 11:56:52.090 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:56:52.094 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:85 - Instantiating platform wrapper... 11:56:52.095 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:215 - About to start Equinox OSGi Platform 11:56:52.681 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:56:52.684 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:56:52.685 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:56:52.687 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:56:52.687 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:52.874 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:52.885 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:52.889 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:52.891 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:52.898 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:52.905 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:52.907 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:52.974 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:52.981 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:52.993 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:53.007 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:53.068 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:53.074 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:53.084 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:53.086 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:53.095 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:53.104 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:53.185 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:53.271 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:53.272 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:53.272 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:53.273 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:53.273 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:53.273 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:53.274 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:53.274 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:53.275 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:53.275 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:53.276 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:53.276 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:53.283 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:53.284 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:53.285 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:53,321 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:53,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:53,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:53,410 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:53,474 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:53,476 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:53,479 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:53,486 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:56:53,490 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:53,490 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:53,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:53,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:53,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:53,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:53,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:53,492 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:53,492 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:53,493 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:53,493 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:53,493 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:56:53.503 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:56:53.511 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:53.699 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:53.700 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:53.703 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:56:53.706 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:56:53.711 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:53.769 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.770 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:56:53.770 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:53.770 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:53.771 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.771 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:56:53.771 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:53.771 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:53.772 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.772 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:56:53.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:53.772 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:53.772 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.772 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:56:53.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:53.773 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:53.773 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.773 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:56:53.774 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:53.774 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:53.774 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.774 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:56:53.774 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:53.775 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:53.775 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.775 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:56:53.776 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:53.776 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:53.777 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.778 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:56:53.778 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:53.778 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:53.779 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.780 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:56:53.780 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:53.780 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:53.782 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.782 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:56:53.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:53.783 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:53.785 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.786 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:56:53.786 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:53.791 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:53.792 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.792 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:56:53.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:53.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:53.793 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.794 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:56:53.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:53.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:53.795 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.796 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:56:53.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:53.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:53.796 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.801 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:56:53.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:53.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:53.803 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.803 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:56:53.868 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:53.878 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:53.879 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:53.886 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:56:53.886 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:53.890 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:53.892 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:53.893 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:56:53.893 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:56:53.894 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:56:53.897 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:53.907 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:53.908 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:53.908 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:53.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:53.909 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:53.909 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:53.968 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:53.969 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:53.970 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:53.971 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:53.971 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:53.972 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:53.973 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:53.973 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:53.974 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:53.975 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:53.976 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:53.977 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:53.979 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:53.979 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:53.981 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.981 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:53.981 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:53.981 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:53.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:53.982 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:53.982 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:53.983 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.983 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:53.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:53.984 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:53.984 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:53.986 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.986 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:53.987 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:53.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:53.991 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:53.991 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:56:53.991 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:53.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:53.992 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:53.992 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:53.994 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:199 - org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest-bundle.properties was not found; using defaults 11:56:53.994 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:511 - Post processing: creating test bundle 11:56:54.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.recursive] 11:56:54.003 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:202 - Automatically creating Manifest for the test bundle 11:56:54.007 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:366 - Using the test class for generating bundle imports 11:56:54.069 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 11:56:54.069 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:460 - Package [org.eclipse.gemini.blueprint.iandt.recursive] is part of the test archive; parsing RecursiveTypesTest bytecode to determine imports... 11:56:54.072 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class RecursiveTypesTest 11:56:54.081 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:54.081 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:56:54.081 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest 11:56:54.084 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:54.084 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:56:54.084 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:56:54.085 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:54.086 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:56:54.086 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:56:54.086 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:56:54.086 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:56:54.087 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.recursive, org.eclipse.gemini.blueprint.iandt, java.lang, org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, java.net, java.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util} 11:56:54.087 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.recursive, java.lang, java.net, java.io, java.util, java.util.jar, java.security, java.lang.reflect] 11:56:54.087 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:56:54.087 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:282 - Filtered imports are [org.osgi.framework, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.eclipse.gemini.blueprint.util, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util] 11:56:54.087 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, Bundle-Name=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util, Manifest-Version=1.0] 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, Bundle-Name=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.osgi.framework,org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.eclipse.gemini.blueprint.util,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util, Manifest-Version=1.0]] 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:54.088 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:54.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:54.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 11:56:54.089 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 11:56:54.094 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:557 - Test bundle [TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest (TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest)] successfully installed 11:56:54.094 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:56:54.097 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest (TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest)] 11:56:54.098 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:54.098 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest (TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest) 11:56:54.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest (TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest)] 11:56:54.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest (TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest)] 11:56:54.098 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:54.098 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest (TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest)] 11:56:54.099 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:562 - Test bundle [TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest (TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest)] successfully started 11:56:54.099 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 11:56:54.101 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.osgi] does not trigger a context creation. 11:56:54.101 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 11:56:54.102 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 11:56:54.102 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 11:56:54.102 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 11:56:54.102 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 11:56:54.102 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 11:56:54.103 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 11:56:54.104 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 11:56:54.105 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 11:56:54.106 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 11:56:54.106 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 11:56:54.106 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 11:56:54.107 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 11:56:54.107 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 11:56:54.108 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 11:56:54.108 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 11:56:54.108 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 11:56:54.108 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest] does not trigger a context creation. 11:56:54.109 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:364 - Writing test name [testBeanReference] to OSGi 11:56:54.174 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReference] for execution inside OSGi 11:56:54.174 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReference] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c669da8 11:56:54.175 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:190 - Loading context for locations: 11:56:54.181 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): startup date [Wed Jan 17 11:56:54 UTC 2024]; root of context hierarchy 11:56:54.186 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:56:54.202 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@5a3bc7ed: defining beans []; root of factory hierarchy 11:56:54.213 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:54.214 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:56:54.214 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:54.215 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:54.219 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@632ceb35] 11:56:54.219 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c93f6e1] 11:56:54.221 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@a4add54] 11:56:54.224 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): startup date [Wed Jan 17 11:56:54 UTC 2024]; root of context hierarchy] 11:56:54.226 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, org.springframework.context.service.name=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, Bundle-SymbolicName=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, Bundle-Version=0.0.0} 11:56:54.228 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:54.281 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:54.292 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 11:56:54.292 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.recursive]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:54.293 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.recursive]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive) 11:56:54.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 11:56:54.293 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 11:56:54.295 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.recursive]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:54.295 [main] INFO o.e.g.b.e.i.b.a.s.BlueprintContainerCreator:54 - Discovered configurations {bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml} in bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 11:56:54.296 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Recursive-Type-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 11:56:54.297 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.recursive]isSpringBundle=true|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:54.298 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 11:56:54.373 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 11:56:54.374 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:56:54.374 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintContainerProcessor@56dc1551 11:56:54.374 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.recursive] incremented to 1 11:56:54.375 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:54.375 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.recursive 11:56:54.377 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 1 for bundle org.eclipse.gemini.blueprint.iandt.recursive_1.0.0 [19] 11:56:54.378 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.378 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.379 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml): startup date [Wed Jan 17 11:56:54 UTC 2024]; root of context hierarchy 11:56:54.379 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:56:54.387 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from OSGi resource[bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml|bnd.id=19|bnd.sym=org.eclipse.gemini.blueprint.iandt.recursive] 11:56:54.414 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:54.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:54.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:54.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundleresource://15.fwk952486988/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 11:56:54.516 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.b.c.i.BlueprintParser:189 - Neither XML 'id' nor 'name' specified - using generated bean name [.org.eclipse.gemini.blueprint.iandt.recursive.RecursiveGenericType#60ec01cb] 11:56:54.518 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@57a50e80: defining beans [recursiveTestBean]; root of factory hierarchy 11:56:54.518 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:54.518 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 11:56:54.518 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:54.519 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:54.576 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundle 11:56:54.577 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundleContext 11:56:54.577 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintContainer 11:56:54.578 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintConverter 11:56:54.578 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.b.c.s.i.c.CycleOrderingProcessor:60 - Inspecting cycles for (blueprint) bean recursiveTestBean 11:56:54.579 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 11:56:54.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@57a50e80: defining beans [recursiveTestBean,blueprintBundle,blueprintBundleContext,blueprintContainer,blueprintConverter]; root of factory hierarchy] 11:56:54.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 11:56:54.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@4ac3e3e4 11:56:54.583 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 11:56:54.583 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 11:56:54.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.583 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 11:56:54.583 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 11:56:54.583 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:56:54.584 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.585 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@238c9a28] 11:56:54.585 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@66052772] Loaded the generic argument:org.eclipse.gemini.blueprint.iandt.recursive.RecursiveGenericType@7116724c 11:56:54.607 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5c549199] 11:56:54.608 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml): startup date [Wed Jan 17 11:56:54 UTC 2024]; root of context hierarchy] 11:56:54.615 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.b.c.s.BlueprintContainerServicePublisher:95 - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.recursive, Bundle-Version=1.0.0, osgi.blueprint.container.version=1.0.0, osgi.blueprint.container.symbolicname=org.eclipse.gemini.blueprint.iandt.recursive} 11:56:54.615 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.b.c.s.BlueprintContainerServicePublisher:101 - Publishing service under classes {org.osgi.service.blueprint.container.BlueprintContainer} 11:56:54.616 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.recursive, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.recursive, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.recursive, Bundle-Version=1.0.0} 11:56:54.616 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:54.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.recursive] decremented to 0 11:56:54.617 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.recursive started bundle [org.eclipse.gemini.blueprint.iandt.recursive] 11:56:54.618 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:54.618 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle org.eclipse.gemini.blueprint.iandt.recursive_1.0.0 [19] 11:56:54.618 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:440 - Reading OSGi results for test [testBeanReference] 11:56:54.619 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:447 - Test[testBeanReference]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 sec - in org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest 11:56:54.668 [Thread-0] INFO o.e.g.b.i.r.RecursiveTypesTest:471 - Shutting down OSGi platform 11:56:54.669 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:54.669 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest (TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest) 11:56:54.669 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:54.669 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): startup date [Wed Jan 17 11:56:54 UTC 2024]; root of context hierarchy 11:56:54.669 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:54.670 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest, config=): startup date [Wed Jan 17 11:56:54 UTC 2024]; root of context hierarchy] 11:56:54.670 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:54.670 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:54.670 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.recursive_1.0.0 [19]] 11:56:54.671 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:114 - Bundle org.eclipse.gemini.blueprint.iandt.recursive has unused registered services; added for shutdown 11:56:54.671 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:54.671 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.recursive_1.0.0 [19]] 11:56:54.672 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml)] incremented to 1 11:56:54.673 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.673 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintContainerProcessor@56dc1551 11:56:54.673 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 3 for bundle org.eclipse.gemini.blueprint.iandt.recursive_1.0.0 [19] 11:56:54.673 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.673 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml) 11:56:54.673 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive) 11:56:54.674 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml): startup date [Wed Jan 17 11:56:54 UTC 2024]; root of context hierarchy 11:56:54.674 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml): startup date [Wed Jan 17 11:56:54 UTC 2024]; root of context hierarchy] 11:56:54.675 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 11:56:54.675 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:56:54.675 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintContainerProcessor@56dc1551 11:56:54.675 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 4 for bundle org.eclipse.gemini.blueprint.iandt.recursive_1.0.0 [19] 11:56:54.675 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundleentry://19.fwk952486988/OSGI-INF/blueprint/recursive.xml)] decremented to 0 11:56:54.676 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:54.676 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:54.677 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.recursive_1.0.0 [19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2b84297 11:56:54.677 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testBeanReference-org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest_0.0.0 [18] for sending replayes events; last one was null 11:56:54.677 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:54.677 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:54.678 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:55,705 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:55,892 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:55,894 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:55,909 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:55,987 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:55,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:55,992 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:55,999 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5bc79255 - No compression will be used 11:56:56,003 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:56,003 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:56,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:56,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:56,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:56,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:56,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:56,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:56,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:56,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:56,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:56,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:56,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:56,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:56,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:56,006 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:56,006 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:56,007 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:56,007 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:56,007 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest 11:56:56.193 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.EquinoxPlatform 11:56:56.197 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:85 - Instantiating platform wrapper... 11:56:56.198 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:215 - About to start Equinox OSGi Platform 11:56:56.681 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:279 - Equinox OSGi Platform [3.9.1.v20130814-1242] started 11:56:56.684 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:178 - Loaded properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback, org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1=, org.slf4j,slf4j-api,1.7.5=, org.slf4j,jcl-over-slf4j,1.7.5=, ch.qos.logback,logback-core,1.0.13=, ch.qos.logback,logback-classic,1.0.13=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6=, org.assertj,assertj-core,3.6.2=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1=, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1=, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT=, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT=} 11:56:56.685 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:188 - Excluded ignored properties {ignore.junit.version=4.12_1, ignore.logback.version=1.0.13, ignore.spring.version=5.0.4.RELEASE_1, ignore.gemini.blueprint.version=3.0.0.M01-SNAPSHOT, ignore.slf4j.version=1.7.5, ignore.assertj.version=3.6.2, ignore.servicemix.bundles.groupId=org.apache.servicemix.bundles, ignore.gemini.blueprint.groupId=org.eclipse.gemini.blueprint, ignore.slf4j.groupId=org.slf4j, ignore.logback.groupId=ch.qos.logback} 11:56:56.686 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:196 - Default framework bundles :{org.apache.servicemix.bundles,org.apache.servicemix.bundles.junit,4.12_1, org.slf4j,slf4j-api,1.7.5, org.slf4j,jcl-over-slf4j,1.7.5, ch.qos.logback,logback-core,1.0.13, ch.qos.logback,logback-classic,1.0.13, org.apache.servicemix.bundles,org.apache.servicemix.bundles.aopalliance,1.0_6, org.assertj,assertj-core,3.6.2, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-beans,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-core,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-context,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-expression,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-aop,5.0.4.RELEASE_1, org.apache.servicemix.bundles,org.apache.servicemix.bundles.spring-test,5.0.4.RELEASE_1, org.eclipse.gemini.blueprint,gemini-blueprint-io,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-core,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-extender,3.0.0.M01-SNAPSHOT, org.eclipse.gemini.blueprint,gemini-blueprint-test,3.0.0.M01-SNAPSHOT} 11:56:56.687 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:56.817 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:56.873 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:56.877 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:56.879 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:56.885 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:56.891 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:56.893 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:56.899 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:56.971 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:56.983 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:56.996 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:57.000 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:57.073 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:57.081 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:57.083 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:57.088 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:57.091 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:57.104 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 11:56:57.189 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 11:56:57.191 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [jcl-over-slf4j (jcl.over.slf4j)|file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar] 11:56:57.191 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Logback Core Module (ch.qos.logback.core)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 11:56:57.192 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Logback Classic Module (ch.qos.logback.classic)|file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar] 11:56:57.192 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 11:56:57.192 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [AssertJ fluent assertions (org.assertj.core)|file:/home/jenkins/.m2/repository/org/assertj/assertj-core/3.6.2/assertj-core-3.6.2.jar] 11:56:57.192 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 11:56:57.193 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 11:56:57.193 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 11:56:57.194 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 11:56:57.194 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 11:56:57.194 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 11:56:57.195 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/io/target/gemini-blueprint-io-3.0.0.M01-SNAPSHOT.jar] 11:56:57.195 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/core/target/gemini-blueprint-core-3.0.0.M01-SNAPSHOT.jar] 11:56:57.195 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/extender/target/gemini-blueprint-extender-3.0.0.M01-SNAPSHOT.jar] 11:56:57,309 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/test-classes/logback-test.xml] 11:56:57,392 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 11:56:57,394 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 11:56:57,404 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:57,422 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 11:56:57,468 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 11:56:57,472 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 11:56:57,478 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@51e69659 - No compression will be used 11:56:57,482 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 11:56:57,482 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 11:56:57,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 11:56:57,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 11:56:57,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 11:56:57,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 11:56:57,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN 11:56:57,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 11:56:57,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 11:56:57,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 11:56:57,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 11:56:57,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 11:56:57,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 11:56:57,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 11:56:57,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 11:56:57,485 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 11:56:57,485 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 11:56:57,486 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 11:56:57,486 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 11:56:57,486 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point 11:56:57.496 [main] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 11:56:57.503 [main] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:57.679 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:57.679 [main] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 11:56:57.682 [main] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 11:56:57.685 [main] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 11:56:57.689 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:57.691 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.692 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle OSGi System Bundle (org.eclipse.osgi; singleton:=true) 11:56:57.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:57.692 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:57.692 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.693 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit) 11:56:57.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:57.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:57.693 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.693 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle slf4j-api (slf4j.api) 11:56:57.693 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:57.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:57.694 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.694 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle jcl-over-slf4j (jcl.over.slf4j) 11:56:57.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:57.694 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:57.695 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.695 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Core Module (ch.qos.logback.core) 11:56:57.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:57.695 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:57.695 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.696 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Logback Classic Module (ch.qos.logback.classic) 11:56:57.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:57.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:57.696 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.696 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance) 11:56:57.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:57.696 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:57.697 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.697 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle AssertJ fluent assertions (org.assertj.core) 11:56:57.697 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:57.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:57.698 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.698 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans) 11:56:57.698 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:57.699 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:57.700 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.700 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core) 11:56:57.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:57.700 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:57.701 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.701 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context) 11:56:57.701 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:57.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:57.702 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.702 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression) 11:56:57.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:57.702 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:57.703 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.703 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop) 11:56:57.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:57.703 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:57.708 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.708 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test) 11:56:57.708 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:57.709 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:57.712 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.713 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-io (org.eclipse.gemini.blueprint.io) 11:56:57.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:57.713 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:57.713 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.714 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-core (org.eclipse.gemini.blueprint.core) 11:56:57.714 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:57.720 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.osgi.service.blueprint.container.BlueprintListener} and filter=[] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:57.721 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] in=[(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:57.771 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 11:56:57.772 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 11:56:57.774 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.osgi.service.blueprint.container.BlueprintListener)] 11:56:57.775 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 11:56:57.776 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:56:57.776 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintListenerManager$RegistrationReplayDelivery@6b0d80ed w/ reference null 11:56:57.777 [main] INFO o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 11:56:57.780 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:57.789 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.osgi]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [OSGi System Bundle (org.eclipse.osgi; singleton:=true)] 11:56:57.789 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:57.790 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.junit]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 11:56:57.790 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 11:56:57.791 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=slf4j.api]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.791 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 11:56:57.791 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:57.791 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=jcl.over.slf4j]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 11:56:57.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 11:56:57.792 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 11:56:57.792 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:57.793 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=ch.qos.logback.classic]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 11:56:57.793 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:57.793 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.aopalliance]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 11:56:57.794 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:57.795 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.assertj.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 11:56:57.795 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:57.796 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-beans]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 11:56:57.796 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:57.797 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 11:56:57.797 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:57.798 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-context]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 11:56:57.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:57.799 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-expression]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.799 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 11:56:57.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:57.800 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-aop]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 11:56:57.800 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:57.801 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.apache.servicemix.bundles.spring-test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 11:56:57.801 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:57.802 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.io]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 11:56:57.802 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:57.803 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.core]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.803 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 11:56:57.804 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:319 - Starting [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)|file:/home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/test-support/target/gemini-blueprint-test-3.0.0.M01-SNAPSHOT.jar] 11:56:57.807 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:57.808 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.808 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle gemini-blueprint-test (org.eclipse.gemini.blueprint.test) 11:56:57.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:57.808 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:57.809 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.test]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.809 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 11:56:57.810 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:199 - org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest-bundle.properties was not found; using defaults 11:56:57.811 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:511 - Post processing: creating test bundle 11:56:57.818 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.errors] 11:56:57.868 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:202 - Automatically creating Manifest for the test bundle 11:56:57.869 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:366 - Using the test class for generating bundle imports 11:56:57.871 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 11:56:57.871 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt.errors] is part of the test archive; parsing ErrorHandlingTest bytecode to determine imports... 11:56:57.874 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class ErrorHandlingTest 11:56:57.886 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:57.886 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 11:56:57.886 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest 11:56:57.889 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:57.889 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 11:56:57.889 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 11:56:57.890 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:57.891 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$CloverClassifiedArtifactLocator bytecode to determine imports... 11:56:57.891 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 11:56:57.891 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 11:56:57.891 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:452 - Package [org.eclipse.gemini.blueprint.test] is NOT part of the test archive; adding an import for it 11:56:57.891 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:275 - Discovered raw imports {org.eclipse.gemini.blueprint.iandt.errors, org.eclipse.gemini.blueprint.iandt, java.lang, org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, java.net, java.util, java.io, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, java.util.jar, java.security, java.lang.reflect, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util} 11:56:57.892 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:312 - Eliminated special packages [org.eclipse.gemini.blueprint.iandt.errors, java.lang, java.net, java.util, java.io, java.util.jar, java.security, java.lang.reflect] 11:56:57.892 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 11:56:57.892 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:282 - Filtered imports are [org.eclipse.gemini.blueprint.test.provisioning, org.springframework.core.io, org.osgi.framework, org.eclipse.gemini.blueprint.test, org.apache.commons.logging, org.eclipse.gemini.blueprint.test.platform, org.osgi.service.permissionadmin, org.springframework.util, org.eclipse.gemini.blueprint.util] 11:56:57.892 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:264 - Created manifest:[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, Bundle-Name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0] 11:56:57.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, Bundle-Name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, Bundle-ManifestVersion=2, Bundle-Activator=org.eclipse.gemini.blueprint.test.JUnitTestActivator, Import-Package=org.eclipse.gemini.blueprint.test.provisioning,org.springframework.core.io,org.osgi.framework,org.eclipse.gemini.blueprint.test,org.apache.commons.logging,org.eclipse.gemini.blueprint.test.platform,org.osgi.service.permissionadmin;resolution:=optional,org.springframework.util,org.eclipse.gemini.blueprint.util, Manifest-Version=1.0]] 11:56:57.892 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 11:56:57.893 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 11:56:57.894 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 11:56:57.899 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:557 - Test bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest)] successfully installed 11:56:57.899 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 11:56:57.902 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest)] 11:56:57.902 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:57.902 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest) 11:56:57.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest)] 11:56:57.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest)] 11:56:57.903 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:57.903 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest)] 11:56:57.903 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:562 - Test bundle [TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest)] successfully started 11:56:57.904 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 11:56:57.970 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 11:56:57.971 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testErrorHandling] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67b9b51a 11:56:57.971 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:190 - Loading context for locations: 11:56:57.978 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): startup date [Wed Jan 17 11:56:57 UTC 2024]; root of context hierarchy 11:56:57.983 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 11:56:57.998 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:623 - Bean factory for AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): org.springframework.beans.factory.support.DefaultListableBeanFactory@73d983ea: defining beans []; root of factory hierarchy 11:56:58.006 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 11:56:58.006 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 11:56:58.007 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 11:56:58.008 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 11:56:58.010 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@60df60da] 11:56:58.011 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a2d131d] 11:56:58.013 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@e383572] 11:56:58.015 [main] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): org.springframework.context.event.ContextRefreshedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): startup date [Wed Jan 17 11:56:57 UTC 2024]; root of context hierarchy] 11:56:58.016 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, org.springframework.context.service.name=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, Bundle-SymbolicName=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, Bundle-Version=0.0.0} 11:56:58.017 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 11:56:58.079 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 11:56:58.088 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:58.089 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:58.089 [main] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error) 11:56:58.089 [main] INFO o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:65 - Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:58.090 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle org-springframework-osgi-iandt-error is type compatible with extender gemini-blueprint-extender; processing bundle... 11:56:58.091 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=true|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 11:56:58.091 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:58.123 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:256 - Setting globally defined wait-for-dependencies/graceperiod timeout value=300000 ms, for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:58.124 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 11:56:58.168 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:58.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@47694f59 11:56:58.169 [main] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.eclipse.gemini.blueprint.iandt.error]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 11:56:58.169 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:58.169 [main] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 11:56:58.169 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:58.169 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 11:56:58.170 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 11:56:58.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jan 17 11:56:58 UTC 2024]; root of context hierarchy 11:56:58.170 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 11:56:58.171 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:447 - Test[testErrorHandling]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.982 sec - in org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest 11:56:58.174 [Thread-0] INFO o.e.g.b.i.e.ErrorHandlingTest:471 - Shutting down OSGi platform 11:56:58.175 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:58.175 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:377 - Unpublishing application context OSGi service for bundle TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest (TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest) 11:56:58.175 [Thread-4] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): startup date [Wed Jan 17 11:56:57 UTC 2024]; root of context hierarchy 11:56:58.175 [Thread-4] TRACE o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:379 - Publishing event in AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): org.springframework.context.event.ContextClosedEvent[source=AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest, config=): startup date [Wed Jan 17 11:56:57 UTC 2024]; root of context hierarchy] 11:56:58.175 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [org.eclipse.gemini.blueprint.iandt.error_1.0.0 [19]] 11:56:58.176 [Thread-0] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:87 - Bundle org.eclipse.gemini.blueprint.iandt.error has no registered services; added for shutdown 11:56:58.177 [Thread-4] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 11:56:58.177 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [org.eclipse.gemini.blueprint.iandt.error_1.0.0 [19]] 11:56:58.178 [Thread-0] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 11:56:58.179 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:58.179 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundleentry://19.fwk952486988/META-INF/spring/error.xml] 11:56:58.179 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@47694f59 11:56:58.179 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 11:56:58.179 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:58.180 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:344 - Cleaning up appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml) 11:56:58.184 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:349 - Caught exception while interrupting context refresh java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:176) at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.close(DependencyWaiterApplicationContextExecutor.java:347) at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.doClose(AbstractDelegatedExecutionApplicationContext.java:211) at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:963) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.closeApplicationContext(LifecycleManager.java:332) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager.access$200(LifecycleManager.java:51) at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$3.run(LifecycleManager.java:380) at org.eclipse.gemini.blueprint.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable.run(RunnableTimedExecution.java:55) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 11:56:58.184 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 11:56:58.184 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@47694f59 11:56:58.185 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 11:56:58.185 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:58.185 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:58.185 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 11:56:58.185 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 11:56:58.185 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 11:56:58.186 [Thread-0] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 11:56:58.187 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.iandt.error_1.0.0 [19] for sending replayes events; last one was null 11:56:58.187 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle TestBundle-testErrorHandling-org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest_0.0.0 [18] for sending replayes events; last one was null 11:56:58.187 [Framework Event Dispatcher] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed bundle org.eclipse.gemini.blueprint.test_3.0.0.M01-202401171150 [17] for sending replayes events; last one was null 11:56:58.188 [Thread-0] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 11:56:58.189 [Thread-0] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.0.M01-202401171150] 11:56:58.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [com.sun.org.apache.xerces.internal.impl.dv.xs.ExtendedSchemaDVFactoryImpl] required by [org-springframework-osgi-iandt-error(org.eclipse.gemini.blueprint.iandt.error)] scanning available bundles Results : Tests run: 231, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ gemini-blueprint-integration-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/_blueprint-all_add-jenkins-build/integration-tests/tests/target/gemini-blueprint-integration-tests-3.0.0.M01-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ gemini-blueprint-integration-tests --- [INFO] Skipping source per configuration. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Gemini Blueprint 3.0.0.M01-SNAPSHOT: [INFO] [INFO] Gemini Blueprint ................................... SUCCESS [ 1.310 s] [INFO] Gemini Blueprint Mocks ............................. SUCCESS [ 4.713 s] [INFO] Gemini Blueprint IO ................................ SUCCESS [ 2.171 s] [INFO] Gemini Blueprint Core .............................. SUCCESS [ 32.418 s] [INFO] Gemini Blueprint Extender .......................... SUCCESS [ 4.409 s] [INFO] Gemini Blueprint Extensions ........................ SUCCESS [ 2.333 s] [INFO] Gemini Blueprint Testing Framework ................. SUCCESS [ 19.547 s] [INFO] Eclipse Gemini Blueprint Integration Tests Parent .. SUCCESS [ 1.636 s] [INFO] Eclipse Gemini Blueprint Integration Testing Bundles SUCCESS [ 0.052 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [ 0.563 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [ 0.358 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [ 0.418 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle 2 SUCCESS [ 0.378 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle 3 SUCCESS [ 0.433 s] [INFO] Gemini Blueprint Test Bundle: Simple service created by a factory which has a non trivial delay in createObject() SUCCESS [ 0.363 s] [INFO] Gemini Blueprint Test Bundle: Trivial OSGi bundle .. SUCCESS [ 0.329 s] [INFO] Gemini Blueprint Test Bundle: Simple test that uses trivial bundle SUCCESS [ 0.480 s] [INFO] Gemini Blueprint Test Bundle: Spring context lifecycle test bundle SUCCESS [ 0.315 s] [INFO] Gemini Blueprint Test Bundle: Spring context service listener test bundle SUCCESS [ 0.489 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference lifecycle test bundle SUCCESS [ 0.203 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference destruction test bundle SUCCESS [ 0.203 s] [INFO] Gemini Blueprint Test Bundle: Spring context dependencies test bundle SUCCESS [ 0.469 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference cardinality 0..1 bundle SUCCESS [ 0.207 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - A SUCCESS [ 0.206 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - B SUCCESS [ 0.243 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - Common SUCCESS [ 0.246 s] [INFO] Gemini Blueprint Test Bundle: IO fragment 1 bundle . SUCCESS [ 0.321 s] [INFO] Gemini Blueprint Test Bundle: IO fragment 2 bundle . SUCCESS [ 0.147 s] [INFO] Gemini Blueprint Test Bundle: Error bundle ......... SUCCESS [ 0.171 s] [INFO] Gemini Blueprint Test Bundle: Deadlock bundle ...... SUCCESS [ 0.414 s] [INFO] Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [ 0.268 s] [INFO] Gemini Blueprint Test Bundle: ExtenderVersion-Test-Bundle SUCCESS [ 0.216 s] [INFO] Gemini Blueprint Test Bundle: Integration testing bundles for configuration options SUCCESS [ 0.001 s] [INFO] Gemini Blueprint Test Bundle: NoPublish-Bundle ..... SUCCESS [ 0.241 s] [INFO] Gemini Blueprint Test Bundle: Async-NoWait-Bundle .. SUCCESS [ 0.165 s] [INFO] Gemini Blueprint Test Bundle: Async-Wait-Bundle .... SUCCESS [ 0.319 s] [INFO] Gemini Blueprint Test Bundle: Sync-NoWait-Bundle ... SUCCESS [ 0.178 s] [INFO] Gemini Blueprint Test Bundle: Sync-Tail-Bundle ..... SUCCESS [ 0.210 s] [INFO] Gemini Blueprint Test Bundle: Sync-Wait-Bundle ..... SUCCESS [ 0.170 s] [INFO] Gemini Blueprint Test Bundle: Spring service TCCL management inteface test bundle SUCCESS [ 0.306 s] [INFO] Gemini Blueprint Test Bundle: Spring service TCCL management test bundle SUCCESS [ 0.304 s] [INFO] Gemini Blueprint Test Bundle: Config File With Dots bundle SUCCESS [ 0.205 s] [INFO] Gemini Blueprint Test Bundle: Spring Proxy Creator bundle SUCCESS [ 0.360 s] [INFO] Gemini Blueprint Test Bundle: Extender Configuration Fragment Bundle SUCCESS [ 0.147 s] [INFO] Gemini Blueprint Test Bundle: JDK proxy test ....... SUCCESS [ 0.260 s] [INFO] Gemini Blueprint Test Bundle: Extender Event listener bundle Bundle SUCCESS [ 0.213 s] [INFO] Gemini Blueprint Test Bundle: namespace provider and consumer bundle SUCCESS [ 0.369 s] [INFO] Gemini Blueprint Test Bundle: Just a listener exported as a service SUCCESS [ 0.247 s] [INFO] Gemini Blueprint Test Bundle: Export Import Dependency Bundle SUCCESS [ 0.218 s] [INFO] Eclipse Gemini Blueprint JDK5 Integration Testing Bundles SUCCESS [ 0.002 s] [INFO] Gemini Blueprint Test Bundle: @Component beans bundle SUCCESS [ 0.404 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Recursive Type test bundle SUCCESS [ 0.177 s] [INFO] Gemini Blueprint Integration Testing Bundles ....... SUCCESS [ 0.002 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [ 0.183 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Error bundle . SUCCESS [ 0.158 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Waiting bundle SUCCESS [ 0.347 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [ 0.144 s] [INFO] Eclipse Gemini Blueprint Integration Tests ......... SUCCESS [06:07 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:29 min [INFO] Finished at: 2024-01-17T11:56:58Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS